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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 22:37, 25 June 2021 Busk talk contribs created page Zabbix One-Liners (Created page with "sudo -u postgres pg_dump -d zabbix --table public.interface | gzip -9 > zabbix.interface.sql.gz")
  • 08:56, 24 June 2021 Busk talk contribs created page Postgres Extensions (Created page with "https://blog.timescale.com/blog/top-5-postgresql-extensions/")
  • 00:43, 22 June 2021 Busk talk contribs created page Powercli (Created page with "# Install from powershell ``` Find-Module -Name VMware.PowerCLI Install-Module -Name VMware.PowerCLI -Scope CurrentUser -AllowClobber Set-PowerCLIConfiguration -Scope User -Pa...")
  • 00:42, 22 June 2021 Busk talk contribs deleted page Powercli (wipe)
  • 01:26, 21 June 2021 Busk talk contribs created page Powercli (Created page with "Find-Module -Name VMware.PowerCLI Install-Module -Name VMware.PowerCLI -Scope CurrentUser Get-Command -Module *VMWare* -AllowClobber Set-PowerCLIConfiguration -Scope User -...")
  • 14:02, 20 June 2021 Busk talk contribs created page Longhorn by Rancher (Created page with "https://longhorn.io/docs/1.0.0/deploy/install/install-with-helm/")
  • 13:54, 20 June 2021 Busk talk contribs created page StorageOS (Created page with "https://docs.storageos.com/docs/concepts/components/")
  • 02:52, 20 June 2021 Busk talk contribs created page Resize Windows Disk C Drive (Created page with "``` $cred = Get-Credential Invoke-Command -ComputerName myhost -ScriptBlock { Update-Disk -Number 0; Resize-Partition -DriveLetter C -Size $(Get-Partitio nSupportedSize -Driv...")
  • 02:52, 20 June 2021 Busk talk contribs deleted page Resize Windows Disk C Drive
  • 02:49, 20 June 2021 Busk talk contribs created page Resize Windows Disk C Drive (Created page with "``` $cred = Get-Credential Invoke-Command -ComputerName wjs1-apppol.ehdmz.com -ScriptBlock { Update-Disk -Number 0; Resize-Partition -DriveLetter C -Size $(Get-Partitio nSupp...")
  • 01:30, 20 June 2021 Busk talk contribs created page BFME (Created page with "https://drive.google.com/drive/folders/1wgLxVzEcSFscZepGw7JuTi4mhtPWfOyY")
  • 21:50, 19 June 2021 Busk talk contribs created page Kubernetes Delete Namespace (Created page with "kubectl api-resources --verbs=list --namespaced -o name \ > | xargs -n 1 kubectl get --show-kind --ignore-not-found -n rook-ceph")
  • 20:40, 19 June 2021 Busk talk contribs created page Rook Kubernetes (Created page with "https://github.com/rook/rook/blob/master/Documentation/ceph-quickstart.md#storage")
  • 16:31, 19 June 2021 Busk talk contribs created page LXD Extend Disk of Virtual-Machine (Created page with "This is for TYPE VIRTUAL-MACHINE ``` lxc config device set kub3 root size=100GiB lxc restart kub3 lxc exec kub3 -- lsblk ```")
  • 03:19, 18 June 2021 Busk talk contribs created page Pentest Kubernetes (Created page with "https://www.cyberark.com/resources/threat-research-blog/kubernetes-pentest-methodology-part-1")
  • 13:32, 17 June 2021 Busk talk contribs created page Velero Backup Kubernetes (Created page with "https://velero.io/docs/v1.6/examples/")
  • 12:33, 16 June 2021 Busk talk contribs created page Portainer (Created page with "https://www.portainer.io/blog/portainer-on-microk8s-openebs-metallb-and-ingress https://microk8s.io/docs/addon-portainer")
  • 12:26, 16 June 2021 Busk talk contribs created page Openebs (Created page with "https://docs.openebs.io/docs/next/ugndm.html")
  • 12:51, 14 June 2021 Busk talk contribs created page Linux Certification Scripts (Created page with ""LFCS — Linux Foundation System Administrator exam Study Guide with Exercises Part-1 | by Ozgur Yarikkas | Jun, 2021 | Medium" https://ozguryarikkas.medium.com/lfcs-linux-fo...")
  • 20:01, 12 June 2021 Busk talk contribs created page Chocolatey (Created page with ""Chocolatey on Windows" https://www.codemag.com/article/1901051/Chocolatey-on-Windows")
  • 15:06, 12 June 2021 Busk talk contribs created page Zabbix Roadmap (Created page with "https://youtu.be/dBm3m0SMxCY")
  • 03:06, 12 June 2021 Busk talk contribs created page Microk8s Rbac (Created page with "https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md")
  • 02:57, 12 June 2021 Busk talk contribs created page Microk8s Walk-throughs (Created page with "https://igy.cx/posts/setup-microk8s-rbac-storage/")
  • 15:16, 11 June 2021 Busk talk contribs created page Vsphere Powercli (Created page with "re-register ips with dhcp ``` $Datacenter = "" $vCenter = "" Connect-VIServer $vCenter $vmlist = Get-Cluster "" | Get-VM # | Select @{N="IP Address";E={@($_.guest.IPAddress[0...")
  • 23:28, 10 June 2021 Busk talk contribs created page Get-ADForest (Created page with "# Get your ad domain $DomainName = (Get-ADDomain).DNSRoot # Get all DC's $AllDCs = Get-ADDomainController -Filter * -Server $DomainName | Select-Object Hostname,Ipv4address,i...")
  • 01:25, 7 June 2021 Busk talk contribs created page Ssh-audit (Created page with ""How to audit SSH server and client config on Linux/Unix - nixCraft" https://www.cyberciti.biz/tips/how-to-audit-ssh-server-and-client-config-on-linux-unix.html")
  • 22:17, 3 June 2021 Busk talk contribs created page Azure LB Alternatives (Created page with "https://techcommunity.microsoft.com/t5/azure-architecture/haproxy-configuration-with-keepalived-in-azure-environment/m-p/1504467")
  • 02:26, 3 June 2021 Busk talk contribs created page Kubernetes Scaling (Created page with ""Architecting Kubernetes clusters — choosing the best autoscaling strategy" https://learnk8s.io/kubernetes-autoscaling-strategies")
  • 21:27, 1 June 2021 Busk talk contribs created page 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 Busk talk contribs created page Get-WmiObject (Created page with "Get-WmiObject Win32_service | Format-Table Name, DisplayName, State, StartMode, StartName")
  • 19:20, 1 June 2021 Busk talk contribs created page 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...")
  • 03:10, 1 June 2021 Busk talk contribs created page Go pq (Created page with "https://pkg.go.dev/github.com/lib/pq")
  • 17:01, 31 May 2021 Busk talk contribs created page PostgreSQL ssl (Created page with "https://loganmarchione.com/2020/10/securing-postgres-connections-using-lets-encrypt-certificates/")
  • 22:50, 30 May 2021 Busk talk contribs created page 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...")
  • 17:30, 30 May 2021 Busk talk contribs created page Go os exec (Created page with "https://blog.kowalczyk.info/article/wOYk/advanced-command-execution-in-go-with-osexec.html")
  • 15:18, 29 May 2021 Busk talk contribs created page Postgres Sign Row (Created page with "https://www.enterprisedb.com/postgres-tutorials/how-properly-sign-rows-provide-integrity-postgresql")
  • 14:15, 29 May 2021 Busk talk contribs created page Cloud vs Hybrid (Created page with "https://a16z.com/2021/05/27/cost-of-cloud-paradox-market-cap-cloud-lifecycle-scale-growth-repatriation-optimization/")
  • 22:41, 28 May 2021 Busk talk contribs created page Go Gettng Started (Created page with "https://www.wolfe.id.au/2020/03/10/starting-a-go-project/")
  • 17:37, 28 May 2021 Busk talk contribs created page 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 ```")
  • 16:13, 28 May 2021 Busk talk contribs created page Git ignore (Created page with "git config --global core.excludesfile ~/.gitignore")
  • 15:43, 28 May 2021 Busk talk contribs created page Keepalived (Created page with "https://nutss.wordpress.com/2019/07/12/high-availability-support-keepalived-and-nginx-on-ubuntu-debian/")
  • 13:24, 27 May 2021 Busk talk contribs created page Zabbix Remote Commands (Created page with "https://blog.zabbix.com/zabbix-remote-commands/7500/")
  • 01:51, 27 May 2021 Busk talk contribs created page 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 Busk talk contribs created page Get-content (Created page with "Get-Content .\zabbix_agentd.conf | Where { $_ -notmatch '^#.*' -and $_ -notmatch '^\s*$' }")
  • 20:33, 26 May 2021 Busk talk contribs created page Grep (Created page with "``` cat file | grep -v "^#\|^$" ```")
  • 15:34, 25 May 2021 Busk talk contribs created page 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 Busk talk contribs created page Golang OS Metrics (Created page with "https://github.com/shirou/gopsutil")
  • 01:15, 24 May 2021 Busk talk contribs created page Powershell json (Created page with "(cat .\json.txt | ConvertFrom-Json).script")
  • 22:14, 23 May 2021 Busk talk contribs created page Prometheus (Created page with "# To postgres - https://github.com/timescale/promscale/blob/master/docs/sql_schema.md")
  • 15:48, 23 May 2021 Busk talk contribs created page 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)