User contributions
Jump to navigation
Jump to search
- 17:22, 2 June 2021 diff hist +172 Keepalived
- 16:24, 2 June 2021 diff hist +107 Keepalived
- 16:21, 2 June 2021 diff hist +213 Keepalived
- 16:11, 2 June 2021 diff hist +997 Keepalived
- 15:19, 2 June 2021 diff hist +111 Lxd one-liners
- 21:27, 1 June 2021 diff hist +145 N Sc.exe Created page with "$sumohost = "myhostname"; Invoke-Command -ComputerName $sumohost -ScriptBlock { sc.exe failure sumo-collector reset=3600 actions= restart/30000 }"
- 20:47, 1 June 2021 diff hist +89 N Get-WmiObject Created page with "Get-WmiObject Win32_service | Format-Table Name, DisplayName, State, StartMode, StartName" current
- 19:20, 1 June 2021 diff hist +220 N Kubectl Created page with "# On Microk8s Quick ``` mkdir $HOME/.kube microk8s config > $HOME/.kube/config snap install kubectl --classic kubectl get nodes ``` or alias ``` alias kubectl='sudo microk8s..."
- 18:37, 1 June 2021 diff hist -1 LVM
- 03:10, 1 June 2021 diff hist +36 N Go pq Created page with "https://pkg.go.dev/github.com/lib/pq" current
- 03:04, 1 June 2021 diff hist +178 PostgreSQL ssl current
- 00:10, 1 June 2021 diff hist +135 PostgreSQL ssl
- 23:51, 31 May 2021 diff hist +9 PostgreSQL ssl
- 23:47, 31 May 2021 diff hist +72 PostgreSQL ssl
- 23:46, 31 May 2021 diff hist +1,569 PostgreSQL ssl
- 23:04, 31 May 2021 diff hist +81 PostgreSQL ssl
- 17:18, 31 May 2021 diff hist +54 PostgreSQL ssl
- 17:01, 31 May 2021 diff hist +97 N PostgreSQL ssl Created page with "https://loganmarchione.com/2020/10/securing-postgres-connections-using-lets-encrypt-certificates/"
- 23:04, 30 May 2021 diff hist +85 Pgo
- 22:54, 30 May 2021 diff hist +106 Pgo
- 22:51, 30 May 2021 diff hist +103 Pgo
- 22:50, 30 May 2021 diff hist +344 N Pgo Created page with "# Install client https://github.com/jeremybusk/k8s-zabbix-deploy/blob/main/pgo/install-pgo.sh ``` kubectl -n pgo port-forward svc/postgres-operator 8443:8443 pgo create clus..."
- 19:05, 30 May 2021 diff hist +164 Microk8s on LXD 2
- 17:30, 30 May 2021 diff hist +90 N Go os exec Created page with "https://blog.kowalczyk.info/article/wOYk/advanced-command-execution-in-go-with-osexec.html" current
- 17:08, 30 May 2021 diff hist +69 Postgres Sign Row current
- 17:00, 30 May 2021 diff hist +116 Postgres Sign Row
- 15:39, 29 May 2021 diff hist +144 Postgres Sign Row
- 15:20, 29 May 2021 diff hist +94 Postgres Sign Row
- 15:18, 29 May 2021 diff hist +99 N Postgres Sign Row Created page with "https://www.enterprisedb.com/postgres-tutorials/how-properly-sign-rows-provide-integrity-postgresql"
- 14:15, 29 May 2021 diff hist +116 N Cloud vs Hybrid Created page with "https://a16z.com/2021/05/27/cost-of-cloud-paradox-market-cap-cloud-lifecycle-scale-growth-repatriation-optimization/" current
- 22:41, 28 May 2021 diff hist +57 N Go Gettng Started Created page with "https://www.wolfe.id.au/2020/03/10/starting-a-go-project/"
- 17:37, 28 May 2021 diff hist +149 N Hostnamectl Created page with "20.04 ``` hostnamectl set-hostname your.hostname.com ``` 18.04 ``` nano /etc/hosts ... add domain to end ``` Test ``` hostname -f dnsdomainname ```" current
- 16:13, 28 May 2021 diff hist +50 N Git ignore Created page with "git config --global core.excludesfile ~/.gitignore" current
- 15:43, 28 May 2021 diff hist +103 N Keepalived Created page with "https://nutss.wordpress.com/2019/07/12/high-availability-support-keepalived-and-nginx-on-ubuntu-debian/"
- 19:01, 27 May 2021 diff hist +39 Active Directory CentOS
- 18:23, 27 May 2021 diff hist +103 Openssl
- 13:24, 27 May 2021 diff hist +52 N Zabbix Remote Commands Created page with "https://blog.zabbix.com/zabbix-remote-commands/7500/"
- 01:51, 27 May 2021 diff hist +112 N Choco for Windows Package Management Created page with "https://github.com/chocolatey/choco Config files go here as a way to prevent exposure C:\ProgramData\<package>\"
- 00:38, 27 May 2021 diff hist +90 N Get-content Created page with "Get-Content .\zabbix_agentd.conf | Where { $_ -notmatch '^#.*' -and $_ -notmatch '^\s*$' }" current
- 20:33, 26 May 2021 diff hist +35 N Grep Created page with "``` cat file | grep -v "^#\|^$" ```"
- 18:08, 25 May 2021 diff hist +977 Zabbix Server Upgrade current
- 17:23, 25 May 2021 diff hist +2,686 Zabbix Agent Windows MSI Install current
- 15:34, 25 May 2021 diff hist +289 N Zabbix Server Upgrade Created page with "Make your backup snap of the vm when shutdown or at least database shutdown. - https://www.zabbix.com/download?zabbix=5.4&os_distribution=ubuntu&os_version=20.04_focal&db=pos..."
- 03:36, 25 May 2021 diff hist +34 N Golang OS Metrics Created page with "https://github.com/shirou/gopsutil" current
- 00:52, 25 May 2021 diff hist +152 Zabbix Agent Security current
- 00:20, 25 May 2021 diff hist +84 Zabbix Agent Security
- 23:48, 24 May 2021 diff hist +5 Zabbix Agent Security
- 01:15, 24 May 2021 diff hist +42 N Powershell json Created page with "(cat .\json.txt | ConvertFrom-Json).script" current
- 23:22, 23 May 2021 diff hist +38 VIM
- 22:14, 23 May 2021 diff hist +86 N Prometheus Created page with "# To postgres - https://github.com/timescale/promscale/blob/master/docs/sql_schema.md"