User contributions
Jump to navigation
Jump to search
- 11:00, 22 May 2022 diff hist +92 Helm create repo
- 10:54, 22 May 2022 diff hist +82 Helm create repo
- 22:53, 21 May 2022 diff hist +100 N Terraform Permissions Created page with "https://www.openpolicyagent.org/docs/latest/terraform/ https://www.terraform.io/cloud-docs/sentinel" current
- 17:47, 19 May 2022 diff hist +57 Sed current
- 22:52, 18 May 2022 diff hist +78 Kubectl delete
- 17:57, 18 May 2022 diff hist +53 Zabbix http tests current
- 17:55, 18 May 2022 diff hist +72 N Zabbix http tests Created page with "https://github.com/OSidorenkov/zabbix-httpcheck/blob/master/httpcheck.py"
- 17:41, 18 May 2022 diff hist +126 Zabbix sql queries
- 15:58, 18 May 2022 diff hist +95 N Zabbix sql queries Created page with "``` delete from items where hostid=(select hostid from hosts where host='www.example.com'); ```"
- 14:40, 18 May 2022 diff hist +115 N Zabbix contingent alerts to avoid floods Created page with "https://blog.zabbix.com/fighting-notification-floods-and-misleading-alerts-in-distributed-zabbix-deployments/11600/" current
- 21:15, 17 May 2022 diff hist +92 N Influx Created page with "``` apt install influx influx -host myhost SHOW DATABASES USE foo SHOW MEASUREMENTS quit ```"
- 15:28, 17 May 2022 diff hist +122 Ubuntu Active Directory current
- 15:28, 17 May 2022 diff hist +69 Ubuntu Active Directory
- 14:58, 15 May 2022 diff hist +62 N Bitnami aks Created page with "https://docs.bitnami.com/azure/get-started-charts-marketplace/" current
- 04:44, 15 May 2022 diff hist +59 Reindex current
- 04:38, 15 May 2022 diff hist +70 Reindex
- 04:34, 15 May 2022 diff hist +135 Reindex
- 04:28, 15 May 2022 diff hist +53 Reindex
- 04:28, 15 May 2022 diff hist +1,516 Reindex
- 03:55, 15 May 2022 diff hist +89 Reindex
- 03:40, 15 May 2022 diff hist +199 Reindex
- 03:25, 15 May 2022 diff hist +371 Reindex
- 00:54, 15 May 2022 diff hist -1 Kubectl
- 00:53, 15 May 2022 diff hist +131 Kubectl
- 23:39, 14 May 2022 diff hist +112 N Azure postgres Created page with "https://docs.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-compare-single-server-flexible-server" current
- 23:16, 14 May 2022 diff hist +123 N Postgres fix wal Created page with "to check ``` su - postgres pg_resetwal /var/lib/postgresql/data ``` To fix ``` pg_resetwal -f /var/lib/postgresql/data ```" current
- 20:39, 14 May 2022 diff hist +52 Helm create repo
- 20:22, 14 May 2022 diff hist +99 N Helm create repo Created page with "# Using Github & github pages - https://tech.paulcz.net/blog/creating-a-helm-chart-monorepo-part-1/"
- 18:21, 13 May 2022 diff hist +14 Kubectl delete
- 18:21, 13 May 2022 diff hist +59 N Kubectl delete Created page with "k -n my-namespace delete pod/mypod --grace-period=0 --force"
- 17:31, 13 May 2022 diff hist +8 Az cli bash wrapper current
- 14:54, 13 May 2022 diff hist +52 Zabbix tuning current
- 14:40, 13 May 2022 diff hist +834 Zabbix tuning
- 19:20, 12 May 2022 diff hist +180 Zabbix tuning
- 19:18, 12 May 2022 diff hist +80 N Zabbix tuning Created page with "https://catonrug.blogspot.com/2018/05/best-practice-of-zabbix-security-tips.html"
- 18:52, 12 May 2022 diff hist +50 N Du Created page with "``` sudo du -h --max-depth=1 -x ``` du -H du -sh" current
- 15:31, 10 May 2022 diff hist +198 Sc.exe current
- 15:20, 10 May 2022 diff hist +198 Invoke-Command
- 04:04, 10 May 2022 diff hist +92 Smtp client current
- 04:00, 10 May 2022 diff hist +163 Smtp client
- 03:59, 10 May 2022 diff hist +440 Smtp client
- 03:11, 10 May 2022 diff hist +102 Smtp client
- 03:07, 10 May 2022 diff hist +1,725 N Smtp client Created page with "# Server ``` docker run --rm -p 1587:587 --name postfix -e SMTPD_USERS="valid:password,user1:password1,user2:password2" -e MAILNAME=mail.example.com panubo/postfix:latest ```..."
- 00:30, 10 May 2022 diff hist +553 Smtp certs current
- 22:35, 9 May 2022 diff hist +11 Openssl
- 22:35, 9 May 2022 diff hist +124 Openssl
- 21:27, 9 May 2022 diff hist -14 Smtp certs
- 21:22, 9 May 2022 diff hist +240 N Smtp certs Created page with "``` import smtplib, ssl port = 587 smtp_server = "smtp-na1.towerswatson.com" context = ssl.create_default_context() with smtplib.SMTP(smtp_server, port) as server: server...."
- 23:34, 8 May 2022 diff hist +38 Postgresql tuning current
- 22:39, 8 May 2022 diff hist +68 N Postgresql tuning Created page with "https://www.2ndquadrant.com/en/blog/when-autovacuum-does-not-vacuum/"