User contributions
Jump to navigation
Jump to search
- 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"
- 15:52, 23 May 2021 diff hist +35 Python yaml current
- 15:48, 23 May 2021 diff hist +242 N Python yaml Created page with "pip install pyyaml ``` import yaml with open("example.yaml", 'r') as stream: try: print(yaml.safe_load(stream)) except yaml.YAMLError as exc: print(e..."
- 03:17, 23 May 2021 diff hist +1 Zabbix Agent Security
- 03:16, 23 May 2021 diff hist +58 Zabbix Agent Security
- 01:54, 23 May 2021 diff hist +626 N Uninstall Windows App from Powershell Created page with "# Uninstall App Using UninstallString ``` $search = 'myapp' $64bitnode = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' $32bitnode = 'HKLM:\SOFTWARE\Wow6432Node\M..." current
- 17:44, 22 May 2021 diff hist +295 N Powershell Util Functions Created page with "Tempdir ``` function New-TemporaryDirectory { $parent = [System.IO.Path]::GetTempPath() [string] $name = [System.Guid]::NewGuid() # $name = [System.IO.Path]::GetRandomFi..." current
- 14:46, 22 May 2021 diff hist +60 N Zabbix Users Security Created page with "https://blog.zabbix.com/user-roles-for-the-enterprise/12887/" current
- 14:32, 22 May 2021 diff hist +118 Zabbix Agent Security
- 14:24, 22 May 2021 diff hist +50 Zabbix Agent Security
- 14:10, 22 May 2021 diff hist +39 Zabbix Agent Security
- 13:45, 22 May 2021 diff hist +93 Zabbix Agent Security
- 13:24, 22 May 2021 diff hist +57 Zabbix Agent Security
- 11:15, 22 May 2021 diff hist +50 Zabbix Autoregistration current
- 10:54, 22 May 2021 diff hist +343 N Zabbix Autoregistration Created page with "https://bestmonitoringtools.com/install-zabbix-agent-on-windows-server-monitoring/ https://bestmonitoringtools.com/zabbix-agent-linux-install-on-ubuntu-centos-rhel-debian-ras..."
- 03:12, 22 May 2021 diff hist +73 Kubernetes RBAC
- 02:41, 22 May 2021 diff hist +32 N Java Created page with "https://aws.amazon.com/corretto/" current
- 02:11, 22 May 2021 diff hist +82 N Zabbix Agent Security Created page with "https://www.zabbix.com/documentation/current/manual/appendix/items/win_permissions"
- 01:34, 22 May 2021 diff hist +293 Kubernetes RBAC
- 23:33, 21 May 2021 diff hist +35 N Microk8s RBAC Created page with "https://microk8s.io/docs/multi-user" current
- 12:52, 21 May 2021 diff hist +27 N Internet Peering Created page with "https://docs.peeringdb.com/" current
- 01:30, 21 May 2021 diff hist +117 Zabbix Trigger Dependencies current