All public logs
Jump to navigation
Jump to search
Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50 ) (20 | 50 | 100 | 250 | 500)- 18:39, 18 August 2021 Busk talk contribs created page Sensu Go Cluster (Created page with "https://docs.sensu.io/sensu-go/latest/operations/deploy-sensu/use-federation/ https://sensu.io/blog/how-to-scale-your-monitoring-with-sensu-clustering")
- 17:11, 18 August 2021 Busk talk contribs created page Sensuctl (Created page with "https://docs.sensu.io/sensu-go/latest/sensuctl/environment-variables/")
- 15:25, 18 August 2021 Busk talk contribs created page Sensu Go Upgrade (Created page with "``` 0. Optional. You can clone one of the hosts to just work through upgrade process on a different day to get familiar of process before the real cluster upgrade. Just an opt...")
- 22:36, 12 August 2021 Busk talk contribs created page Vmware tools (Created page with "# Exclude Nics for Docker & LXD /etc/vmware-tools/tools.conf - https://kb.vmware.com/s/article/78111 ``` [guestinfo] exclude-nics=veth*,virbr*,lxd* ```")
- 19:08, 9 August 2021 Busk talk contribs created page Fping (Created page with "Examples ``` fping -a -r 0 -g 10.250.6.0/23 ``` # Notes Ubuntu: sudo apt-get install fping openSUSE: sudo zypper install fping Windows: http://fping.sourceforge.net/ Examp...")
- 22:26, 8 August 2021 Busk talk contribs created page Zabbix Agent Uninstall (Created page with "HKLM:SYSTEM\CurrentControlSet\Services\EventLog\Application\Zabbix Agent 2 ``` Get-item "HKLM:SYSTEM\CurrentControlSet\Services\EventLog\Application\Zabbix Agent 2" Remove-It...")
- 19:25, 7 August 2021 Busk talk contribs created page Zabbix NGINX PHP (Created page with "/etc/zabbix/nginx.conf ``` fastcgi_param PHP_VALUE "memory_limit = 512M"; ```")
- 20:46, 6 August 2021 Busk talk contribs created page Zabbix VMWare (Created page with "https://bestmonitoringtools.com/vmware-monitoring-with-zabbix-esxi-vcenter-vm-vsphere/#Error_URL_using_badillegal_format_or_missing_URL")
- 17:36, 6 August 2021 Busk talk contribs created page Vmware Api (Created page with "# vsphere/vcenter curl example ``` curl -k -i -u administrator@vsphere.local:password -X POST -c cookie-jar.txt https://vcenter/rest/com/vmware/cis/session curl -k -i -b cooki...")
- 01:22, 5 August 2021 Busk talk contribs created page Ansible Playbook (Created page with "Here is an example of removing old service no longer used on windows ## Set your vars vars.yaml ``` ansible_user: '' ansible_password: '' ansible_connection: winrm ansible_po...")
- 00:58, 4 August 2021 Busk talk contribs created page Golang Maps (Created page with "''' package main import ( // "string" "fmt" "github.com/go-resty/resty/v2" "encoding/json" "reflect" ) var PDAuthToken = "" var url = "https://api.pagerd...")
- 20:09, 3 August 2021 Busk talk contribs created page Pager Duty API Golang (Created page with "https://github.com/PagerDuty/go-pagerduty/issues/94")
- 13:13, 3 August 2021 Busk talk contribs moved page Golang Exec to Golang OS Exec without leaving a redirect
- 18:30, 2 August 2021 Busk talk contribs created page Golang Flag (Created page with "https://stackoverflow.com/questions/9539633/global-variables-get-command-line-argument-and-print-it")
- 12:53, 2 August 2021 Busk talk contribs created page Golang virus scanner (Created page with "https://www.socketloop.com/tutorials/golang-simple-file-scaning-and-remove-virus-example")
- 18:06, 1 August 2021 Busk talk contribs created page Golang Example URLs (Created page with "https://www.devdungeon.com/content/working-files-go")
- 11:11, 1 August 2021 Busk talk contribs created page Osexec (Created page with "https://blog.kowalczyk.info/article/wOYk/advanced-command-execution-in-go-with-osexec.html")
- 18:13, 31 July 2021 Busk talk contribs created page Golang HTTP Client (Created page with "- https://github.com/go-resty/resty")
- 12:29, 31 July 2021 Busk talk contribs created page Kubegres Kubernetes Postges (Created page with "https://www.kubegres.io/doc/getting-started.html https://www.postgresql.org/about/news/kubegres-is-available-as-open-source-2197/ https://github.com/reactive-tech/kubegres")
- 03:25, 31 July 2021 Busk talk contribs created page Golang Exec (Created page with " https://link.medium.com/ofMrbthwkib")
- 02:56, 30 July 2021 Busk talk contribs created page Mount bind read only (Created page with "https://unix.stackexchange.com/questions/128336/why-doesnt-mount-respect-the-read-only-option-for-bind-mounts mount SRC DST -o bind,ro")
- 17:24, 29 July 2021 Busk talk contribs created page Gitfs (Created page with "https://www.presslabs.com/docs/code/gitfs/usage/#user-content-directory-structure")
- 19:22, 27 July 2021 Busk talk contribs created page Netbox Upgrade (Created page with "``` cd netbox-docker git pull https://github.com/netbox-community/netbox-docker docker-compose pull docker-compose down docker-compose up docker-compose logs -f ```")
- 13:28, 25 July 2021 Busk talk contribs created page PKI in Golang (Created page with "https://www.kenmoini.com/blog/building-x509-in-golang-directory-structure/")
- 20:48, 19 July 2021 Busk talk contribs created page Sumologic Collector (Created page with "# Linux Install ``` clobber=false token=<token> cd /tmp/ wget "https://collectors.sumologic.com/rest/download/linux/64" -O SumoCollector.sh && chmod +x collector_name=$(hostna...")
- 16:42, 19 July 2021 Busk talk contribs created page Docker Build (Created page with "https://docs.docker.com/language/python/build-images/")
- 15:11, 19 July 2021 Busk talk contribs created page Kubernetes PVC (Created page with "https://blog.macstadium.com/blog/how-to-k8s-persistent-volumes-and-claims")
- 18:14, 18 July 2021 Busk talk contribs created page Kubernetes RBAC Example (Created page with "- https://jeremievallee.com/2018/05/28/kubernetes-rbac-namespace-user.html - https://medium.com/@rschoening/read-only-access-to-kubernetes-cluster-fcf84670b698 ``` s=$(kubect...")
- 00:38, 18 July 2021 Busk talk contribs created page NFS Version 4 Only (Created page with "Enable verion 4 only by disabling 2 and 3 (2 is already disabled on modern os) - https://wiki.debian.org/NFSServerSetup /etc/default/nfs-kernel-server # update ``` # RPCMOUN...")
- 22:50, 17 July 2021 Busk talk contribs created page Zabbix Docker (Created page with "- https://github.com/zabbix/zabbix-docker/tree/5.4/server-pgsql/ubuntu - vim Dockerfile and add apt-get install curl and netcat-openbsd under DEBIAN_FRONTEND=noninteractive a...")
- 08:41, 17 July 2021 Busk talk contribs created page NFS and Kubernetes (Created page with " https://link.medium.com/4xKEXpeEXhb")
- 08:29, 17 July 2021 Busk talk contribs created page NFS Security (Created page with "https://netapp.io/2018/06/15/highly-secure-kubernetes-persistent-volumes/")
- 22:36, 16 July 2021 Busk talk contribs created page NFS and Microk8s (Created page with "``` #!/usr/bin/env bash if [ "$#" -ne 2 ]; then echo "Usage: $0 <uuid> <nfs node type server/client>" echo "Example: $0 28a1f1f8-e686-11eb-bf45-7f257ca7269b server" exit...")
- 18:28, 15 July 2021 Busk talk contribs created page Kubernetes Init Container for Github replication (Created page with "https://computingforgeeks.com/perform-git-clone-in-kubernetes-pod-deployment/")
- 21:55, 13 July 2021 Busk talk contribs created page Sudoers Corrupt (Created page with " # As super user In the first terminal run the following command to get its PID. ``` echo $$ ``` In the second terminal run ``` pkttyagent --process PID_FROM_STEP_1 ``` In...")
- 04:04, 13 July 2021 Busk talk contribs created page Anubis (Created page with "https://github.com/jonluca/Anubis")
- 01:25, 11 July 2021 Busk talk contribs created page Pg ctl - Single Directory Postgres (Created page with "``` sudo -u postgres mkdir /pg cd /pg sudo -u postgres /usr/lib/postgresql/12/bin/pg_ctl -D busk init sudo -u postgres /usr/lib/postgresql/12/bin/pg_ctl -D busk -l logfile sta...")
- 06:33, 9 July 2021 Busk talk contribs created page Ansible VMWare (Created page with "https://docs.ansible.com/ansible/latest/scenario_guides/vmware_scenarios/vmware_inventory_hostnames.html")
- 06:19, 9 July 2021 Busk talk contribs created page Winrm (Created page with "https://www.codetwo.com/kb/troubleshooting-remote-powershell-connections/")
- 05:36, 9 July 2021 Busk talk contribs created page Set-service (Created page with "https://stackoverflow.com/questions/313622/powershell-script-to-change-service-account")
- 00:04, 9 July 2021 Busk talk contribs created page Powershell on Redhat or Centos (Created page with "/etc/yum.repos.d/microsoft.repo ``` name=packages-microsoft-com-pwsh baseurl=https://packages.microsoft.com/rhel/8/prod/ enabled=1 gpgcheck=1 gpgkey=https://packages.microsoft...")
- 17:35, 8 July 2021 Busk talk contribs created page Zabbix sql (Created page with "Orphaned event/problems ``` delete from events where eventid = '101...'; ```")
- 13:14, 8 July 2021 Busk talk contribs created page Zabbix Ansible (Created page with "https://github.com/ansible-collections/community.zabbix/blob/main/docs/ZABBIX_AGENT_ROLE.md")
- 12:39, 8 July 2021 Busk talk contribs created page Quick Learns (Created page with " - DNS https://youtu.be/UVR9lhUGAyU")
- 13:16, 7 July 2021 Busk talk contribs created page Thermal Dynamics (Created page with "http://hyperphysics.phy-astr.gsu.edu/hbase/Therm/entrop.html")
- 05:35, 3 July 2021 Busk talk contribs created page Golang Dataframes (Created page with "https://mungingdata.com/go/dataframes-gota-qframe/ gota: started in January 2016 qframe: started November 2016 dataframe-go: started in October 2018")
- 00:18, 2 July 2021 Busk talk contribs created page Ansible One-liners (Created page with "ansible 'Windows' -m win_shell -i inventory.txt -a 'cp C:\tmp\a.txt C:\tmp\b.txt'")
- 18:19, 29 June 2021 Busk talk contribs created page Zabbix agent (Created page with " ``` zabbix_agentd -p zabbix_agent -t vm.memory.size[free] vfs.file.cksum[c:\windows\win.ini] zabbix_get -s <host> -p <port:10050> -k <key> ```")
- 03:43, 29 June 2021 Busk talk contribs created page Postgres Operators (Created page with "https://postgres-operator.readthedocs.io/en/latest/")
- 00:41, 29 June 2021 Busk talk contribs created page Gpg (Created page with "# Simple password on file ``` gpg -c a.txt echo RELOADAGENT | gpg-connect-agent gpg -d a.txt ```")