User contributions
Jump to navigation
Jump to search
- 12:51, 14 June 2021 diff hist +256 N 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..." current
- 20:01, 12 June 2021 diff hist +85 N Chocolatey Created page with ""Chocolatey on Windows" https://www.codemag.com/article/1901051/Chocolatey-on-Windows"
- 15:06, 12 June 2021 diff hist +28 N Zabbix Roadmap Created page with "https://youtu.be/dBm3m0SMxCY" current
- 03:06, 12 June 2021 diff hist +100 N 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 diff hist +49 N Microk8s Walk-throughs Created page with "https://igy.cx/posts/setup-microk8s-rbac-storage/" current
- 15:17, 11 June 2021 diff hist -1 Vsphere Powercli current
- 15:16, 11 June 2021 diff hist +2 Vsphere Powercli
- 15:16, 11 June 2021 diff hist +484 N 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..."
- 00:46, 11 June 2021 diff hist +231 Windows DHCP current
- 23:34, 10 June 2021 diff hist +71 Get-ADForest current
- 23:29, 10 June 2021 diff hist -35 Get-ADForest
- 23:28, 10 June 2021 diff hist +263 N 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 diff hist +160 N 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" current
- 23:53, 3 June 2021 diff hist +193 Azure LB Alternatives current
- 22:29, 3 June 2021 diff hist -1 Azure LB Alternatives
- 22:27, 3 June 2021 diff hist +1,115 Azure LB Alternatives
- 22:17, 3 June 2021 diff hist +128 N 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 diff hist +131 N Kubernetes Scaling Created page with ""Architecting Kubernetes clusters — choosing the best autoscaling strategy" https://learnk8s.io/kubernetes-autoscaling-strategies" current
- 17:25, 2 June 2021 diff hist +6 Keepalived
- 17:24, 2 June 2021 diff hist +123 Keepalived
- 17:22, 2 June 2021 diff hist +172 Keepalived
- 16:24, 2 June 2021 diff hist +107 Keepalived
- 16:21, 2 June 2021 diff hist +213 Keepalived
- 16:11, 2 June 2021 diff hist +997 Keepalived
- 15:19, 2 June 2021 diff hist +111 Lxd one-liners
- 21:27, 1 June 2021 diff hist +145 N 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 diff hist +89 N Get-WmiObject Created page with "Get-WmiObject Win32_service | Format-Table Name, DisplayName, State, StartMode, StartName" current
- 19:20, 1 June 2021 diff hist +220 N 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..."
- 18:37, 1 June 2021 diff hist -1 LVM
- 03:10, 1 June 2021 diff hist +36 N Go pq Created page with "https://pkg.go.dev/github.com/lib/pq" current
- 03:04, 1 June 2021 diff hist +178 PostgreSQL ssl current
- 00:10, 1 June 2021 diff hist +135 PostgreSQL ssl
- 23:51, 31 May 2021 diff hist +9 PostgreSQL ssl
- 23:47, 31 May 2021 diff hist +72 PostgreSQL ssl
- 23:46, 31 May 2021 diff hist +1,569 PostgreSQL ssl
- 23:04, 31 May 2021 diff hist +81 PostgreSQL ssl
- 17:18, 31 May 2021 diff hist +54 PostgreSQL ssl
- 17:01, 31 May 2021 diff hist +97 N PostgreSQL ssl Created page with "https://loganmarchione.com/2020/10/securing-postgres-connections-using-lets-encrypt-certificates/"
- 23:04, 30 May 2021 diff hist +85 Pgo
- 22:54, 30 May 2021 diff hist +106 Pgo
- 22:51, 30 May 2021 diff hist +103 Pgo
- 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