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)- 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 ```")
- 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")