User contributions
Jump to navigation
Jump to search
- 22:31, 8 May 2022 diff hist +292 N PostgreSQL Vacuumdb Created page with "``` SELECT schemaname, relname, n_live_tup, n_dead_tup, last_autovacuum FROM pg_stat_all_tables ORDER BY n_dead_tup / (n_live_tup * current_setting('autovacuum_vacu..." current
- 21:45, 8 May 2022 diff hist +270 N Zfs snapshots Created page with "``` ts=$(date "+%Y.%m.%d-%H.%M.%S"); /usr/sbin/zfs snapshot zfspv-pool/pvc-5f7da1cb-6be6-4a03-acc2-5166bd267e68@snap-$ts sudo crontab -e 0 1 * * * ts=$(date "+%Y.%m.%d-%H.%M..." current
- 17:50, 7 May 2022 diff hist +112 Zabbix slow queries current
- 17:49, 7 May 2022 diff hist +215 Zabbix slow queries
- 17:47, 7 May 2022 diff hist +308 N Zabbix slow queries Created page with "``` SELECT pid, user, pg_stat_activity.query_start, now() - pg_stat_activity.query_start AS query_time, query, state, wait_event_type, wait_event FROM pg_stat_..."
- 13:04, 6 May 2022 diff hist +228 Microk8s Upgrade Nodes
- 12:53, 6 May 2022 diff hist +204 Sc.exe
- 02:35, 6 May 2022 diff hist +80 Microk8s Upgrade Nodes
- 13:50, 5 May 2022 diff hist +69 N Azure disk performance Created page with "https://docs.microsoft.com/en-us/azure/virtual-machines/disks-metrics"
- 17:02, 4 May 2022 diff hist +35 Kubectl
- 16:59, 4 May 2022 diff hist +93 Pod eviction current
- 16:58, 4 May 2022 diff hist +61 Pod eviction
- 16:56, 4 May 2022 diff hist +357 Pod eviction
- 16:48, 4 May 2022 diff hist +79 N Pod eviction Created page with "https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/"
- 16:44, 4 May 2022 diff hist +83 Kubectl
- 16:41, 4 May 2022 diff hist +373 System load current
- 16:40, 4 May 2022 diff hist +553 N System load Created page with "``` 0.5 means the minimum waiting time at the counter. Between 0.00 and 1.0, there is no need to worry. Your servers are safe! 1.5 means the queue is filling up. If the averag..."
- 23:00, 3 May 2022 diff hist +1 Netcat
- 11:32, 29 April 2022 diff hist +152 Kubectl
- 19:26, 27 April 2022 diff hist +387 Openssl
- 16:25, 27 April 2022 diff hist +557 Zabbix proxies current
- 16:20, 27 April 2022 diff hist +83 N Zabbix proxies Created page with "https://www.zabbix.com/documentation/current/en/manual/appendix/config/zabbix_proxy"
- 10:36, 26 April 2022 diff hist +36 Letsencrypt automation current
- 10:12, 26 April 2022 diff hist +81 Letsencrypt automation
- 09:41, 26 April 2022 diff hist +96 Letsencrypt automation
- 09:38, 26 April 2022 diff hist +34 Letsencrypt automation
- 03:05, 26 April 2022 diff hist +70 Letsencrypt automation
- 02:48, 26 April 2022 diff hist +64 Letsencrypt automation
- 02:44, 26 April 2022 diff hist +46 Letsencrypt automation
- 02:39, 26 April 2022 diff hist +45 Letsencrypt automation
- 02:24, 26 April 2022 diff hist +48 N Letsencrypt automation Created page with "https://github.com/ianling/letsencrypt-dns-bind9"
- 15:16, 25 April 2022 diff hist +16 Foreach current
- 15:15, 25 April 2022 diff hist +232 N Foreach Created page with "hosts.txt ``` host1.foo host2.foo ``` $regex = "foo" foreach($line in Get-Content .\hosts.txt) { if($line -match $regex){ write-output $line Invoke-Comman..."
- 15:26, 24 April 2022 diff hist +426 Azure Disk current
- 07:42, 24 April 2022 diff hist +64 Screensaver disable current
- 07:37, 24 April 2022 diff hist +81 Invoke-Command
- 07:37, 24 April 2022 diff hist +207 Invoke-Command
- 04:23, 24 April 2022 diff hist +182 N Reindex Created page with "# REINDEX IN Postgres https://www.postgresql.org/docs/9.4/sql-reindex.html REINDEX DATABASE foo; REINDEX TABLE foo delete from ids where table_name='item_tag' and nextid=..."
- 00:58, 24 April 2022 diff hist +91 Timescaledb current
- 00:51, 24 April 2022 diff hist +82 Timescaledb
- 21:34, 23 April 2022 diff hist +2,263 Postgres Tuning current
- 21:23, 23 April 2022 diff hist +162 Timescaledb
- 21:18, 23 April 2022 diff hist +38 Timescaledb
- 15:19, 23 April 2022 diff hist +638 Timescaledb
- 14:59, 23 April 2022 diff hist +528 N Timescaledb Created page with "https://docs.timescale.com/install/latest/self-hosted/installation-debian/#install-self-hosted-timescaledb-on-debian-based-systems https://www.zabbix.com/documentation/curren..."
- 14:27, 23 April 2022 diff hist +47 Postgres Tuning
- 13:39, 23 April 2022 diff hist +66 Postgres Tuning
- 12:08, 23 April 2022 diff hist +122 Ingress-nginx
- 00:14, 23 April 2022 diff hist +85 Postgres Tuning
- 00:08, 23 April 2022 diff hist +41 Postgres Tuning