User contributions
Jump to navigation
Jump to search
- 12:40, 30 May 2022 diff hist +62 N Aks Created page with "https://registry.terraform.io/modules/Azure/aks/azurerm/latest"
- 12:29, 30 May 2022 diff hist +92 N Aks pvc Created page with "https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/aks/azure-disks-dynamic-pv.md" current
- 23:47, 29 May 2022 diff hist +78 Zabbix Cleanup
- 23:45, 29 May 2022 diff hist +86 Zabbix Cleanup
- 23:13, 29 May 2022 diff hist +284 N Postgres delete duplicates Created page with "Delete duplicates without unique column ``` SELECT * FROM dbversion T1 , dbversion T2 WHERE T1.ctid < T2.ctid; DELETE FROM dbversion T1 USING dbversion T2 WHERE T1.ctid < T2.c..." current
- 22:11, 29 May 2022 diff hist +422 Zabbix Cleanup
- 22:02, 29 May 2022 diff hist -7 Zabbix Cleanup
- 21:59, 29 May 2022 diff hist +112 Zabbix Cleanup
- 21:53, 29 May 2022 diff hist +146 Zabbix Cleanup
- 20:18, 29 May 2022 diff hist +5,168 Zabbix Cleanup
- 15:59, 29 May 2022 diff hist +28 Zabbix backup current
- 15:58, 29 May 2022 diff hist +976 N Zabbix backup Created page with "https://catonrug.blogspot.com/2020/05/postgresql-zabbix-database-backup.html ``` Backup: pg_dump \ --dbname=DATABASE \ --host=HOST \ --username=USER \ --file=zabbix44.dump \..."
- 22:07, 28 May 2022 diff hist +312 Timescaledb Migrate current
- 22:04, 28 May 2022 diff hist +89 N Timescaledb Migrate Created page with "https://stackoverflow.com/questions/57910070/convert-hypertable-to-regular-postgres-table"
- 17:36, 28 May 2022 diff hist +67 Pvc resize current
- 17:11, 28 May 2022 diff hist +614 N Pvc resize Created page with " - https://stackoverflow.com/questions/64738606/automatically-resize-grow-a-kubernetes-pvc ```T he simple answer you can't grow a PV if that is EBS type automatically. If yo..."
- 13:50, 28 May 2022 diff hist +66 N Eigrp Created page with "https://www.practicalnetworking.net/stand-alone/eigrp-terminology/" current
- 04:33, 28 May 2022 diff hist +67 N Helm example Created page with "https://nextlinklabs.com/insights/kubernetes-ci-cd-gitlab-with-helm" current
- 02:56, 28 May 2022 diff hist +42 N Mibs Created page with "/usr/share/snmp/mibs /var/lib/zabbix/mibs" current
- 21:39, 27 May 2022 diff hist +455 N Azurerm bugs Created page with "terraform azurerm firewall overwrites rule if not a unique collection foo2 overwrites foo 1 rule # foo1 rule collection "Foo" = { priority = 100 action..." current
- 13:27, 27 May 2022 diff hist +100 Nginx-ingress whitelist ip current
- 13:21, 27 May 2022 diff hist +174 Nginx-ingress whitelist ip
- 13:19, 27 May 2022 diff hist +36 N Nginx-ingress whitelist ip Created page with " https://link.medium.com/t2GFvDV7mqb"
- 05:14, 27 May 2022 diff hist +83 K8s nodeport vs port vs targetport current
- 03:43, 27 May 2022 diff hist +205 N K8s nodeport vs port vs targetport Created page with "https://www.bmc.com/blogs/kubernetes-port-targetport-nodeport/#:~:text=Port%20configurations%20for%20Kubernetes%20Services&text=Port%20exposes%20the%20Kubernetes%20service,pod..."
- 02:29, 27 May 2022 diff hist +128 Ingress-nginx current
- 00:08, 27 May 2022 diff hist -5 Ingress-nginx tls current
- 00:08, 27 May 2022 diff hist +341 Ingress-nginx tls
- 23:49, 26 May 2022 diff hist +337 N Ingress-nginx tls Created page with "https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/configmap.md ssl-ciphers https://github.com/canonical/microk8s-core-addons/blob/mai..."
- 22:27, 26 May 2022 diff hist +104 Ingress-nginx
- 22:25, 26 May 2022 diff hist -4 Ingress-nginx
- 22:25, 26 May 2022 diff hist -1 Ingress-nginx
- 21:21, 26 May 2022 diff hist +55 Ingress-nginx
- 21:19, 26 May 2022 diff hist +175 Ingress-nginx
- 21:02, 26 May 2022 diff hist +70 N Kubectl create Created page with "kubectl create secret tls testsecret-tls --cert=tls.cert --key=tls.key" current
- 17:23, 26 May 2022 diff hist +36 N Venafi Created page with "pip3 install ansible vcert --upgrade"
- 21:57, 25 May 2022 diff hist +62 N Helm vault Created page with "https://learn.hashicorp.com/tutorials/vault/kubernetes-sidecar" current
- 19:03, 25 May 2022 diff hist +102 Wsl
- 16:44, 25 May 2022 diff hist +92 Wsl
- 16:07, 25 May 2022 diff hist 0 Wsl
- 16:07, 25 May 2022 diff hist +189 Wsl
- 15:39, 24 May 2022 diff hist +255 Az network firewall current
- 15:36, 24 May 2022 diff hist +219 N Az network firewall Created page with "Cheat sheet with common commands ``` az network firewall list --query '[].networkRuleCollections[].rules' az network firewall network-rule list --firewall-name $FW -g $RG..."
- 00:16, 24 May 2022 diff hist +69 N Mtr Created page with "https://www.pcwdld.com/what-is-mtr-and-howto-troubleshoot-connections" current
- 23:16, 23 May 2022 diff hist +4,585 N Tcpdump flags Created page with "Shameless rip from https://gist.github.com/tuxfight3r/9ac030cb0d707bb446c7 ``` ##TCP FLAGS## Unskilled Attackers Pester Real Security Folks ================================..." current
- 02:39, 23 May 2022 diff hist +36 N K8s pgbouncer Created page with " https://link.medium.com/GwEAwVBKfqb" current
- 01:02, 23 May 2022 diff hist +36 N K8s dns Created page with " https://link.medium.com/JMgLfNCDfqb" current
- 19:10, 22 May 2022 diff hist +86 Ingress-nginx
- 11:09, 22 May 2022 diff hist +52 Helm create repo current
- 11:04, 22 May 2022 diff hist +37 Helm create repo