User contributions
Jump to navigation
Jump to search
- 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
- 01:22, 21 May 2021 diff hist +80 N Zabbix Trigger Dependencies Created page with "https://www.zabbix.com/documentation/current/manual/config/triggers/dependencies"
- 14:33, 20 May 2021 diff hist -6 Lxd one-liners
- 14:32, 20 May 2021 diff hist +119 N Lxd one-liners Created page with "Delete all snaps ``` lxc info monitor-server | awk '{print $1}' | grep snap | xargs -i lxc delete monitor-server/{} ```"
- 13:13, 18 May 2021 diff hist +8 Logging user or group commands like sudo on Linux current
- 13:12, 18 May 2021 diff hist +24 Logging user or group commands like sudo on Linux
- 13:12, 18 May 2021 diff hist +234 Logging user or group commands like sudo on Linux
- 13:09, 18 May 2021 diff hist 0 m Logging user or group commands like sudo on Linux Busk moved page Logging group or user commands like sudo to Logging user or group commands like sudo on Linux without leaving a redirect
- 13:08, 18 May 2021 diff hist 0 m Logging user or group commands like sudo on Linux Busk moved page Root or sudo command logging to Logging group or user commands like sudo without leaving a redirect
- 13:05, 18 May 2021 diff hist +67 Logging user or group commands like sudo on Linux
- 13:04, 18 May 2021 diff hist +323 N Logging user or group commands like sudo on Linux Created page with " /.bashrc ``` if [ -n "${BASH_VERSION}" ]; then trap "caller >/dev/null || \ printf '%s\\n' \"\$(date '+%Y-%m-%dT%H:%M:%S%z')\ \$(tty) \${BASH_COMMAND}\" 2>/dev/null >>~/..."
- 23:23, 17 May 2021 diff hist +44 Microk8s Upgrade Nodes
- 23:22, 17 May 2021 diff hist +295 N Microk8s Upgrade Nodes Created page with "- https://microk8s.io/docs/upgrading On each node ``` sudo microk8s.kubectl get nodes ``` ``` sudo microk8s kubectl drain kub3 --ignore-daemonsets # --force --delete-empty..."
- 01:50, 17 May 2021 diff hist +198 Kubernetes Postgres Operator current
- 00:58, 17 May 2021 diff hist +43 Kubernetes Postgres Operator
- 00:58, 17 May 2021 diff hist +345 Kubernetes Postgres Operator
- 23:15, 16 May 2021 diff hist +15 Kubernetes Postgres Operator