User contributions
Jump to navigation
Jump to search
- 12:22, 5 February 2021 diff hist +38 Postgres Kubernetes
- 12:20, 5 February 2021 diff hist +103 Postgres Kubernetes
- 12:17, 5 February 2021 diff hist +75 N Postgres Kubernetes Created page with "- https://severalnines.com/database-blog/using-kubernetes-deploy-postgresql"
- 20:54, 3 February 2021 diff hist +37 Kubernetes LXD current
- 20:53, 3 February 2021 diff hist -37 Kubernetes LXD
- 20:18, 3 February 2021 diff hist +1,631 Powerdns Install current
- 18:37, 3 February 2021 diff hist +97 N Sudoers Created page with "Allow user to run command on Ubuntu ``` www-data ALL=(ALL) NOPASSWD: /app/unode/bin/fw-update ```" current
- 18:16, 3 February 2021 diff hist +81 Powerdns Install
- 22:32, 2 February 2021 diff hist 0 Kubernetes LXD
- 22:27, 2 February 2021 diff hist -10 Kubernetes LXD
- 22:02, 2 February 2021 diff hist +76 Kubernetes LXD
- 21:51, 2 February 2021 diff hist +2 Kubernetes LXD
- 21:49, 2 February 2021 diff hist +454 Kubernetes LXD
- 20:37, 2 February 2021 diff hist +2 Active Directory CentOS
- 17:18, 2 February 2021 diff hist +428 Docker current
- 04:45, 2 February 2021 diff hist +92 Haproxy
- 03:52, 2 February 2021 diff hist +61 Kubernetes LXD
- 03:50, 2 February 2021 diff hist +393 Kubernetes LXD
- 03:42, 2 February 2021 diff hist +55 Kubernetes LXD
- 03:36, 2 February 2021 diff hist +974 Kubernetes LXD
- 03:31, 2 February 2021 diff hist +196 Kubernetes LXD
- 03:23, 2 February 2021 diff hist +114 Kubernetes LXD
- 03:17, 2 February 2021 diff hist +1,072 Kubernetes LXD
- 03:07, 2 February 2021 diff hist +985 N Kubernetes LXD Created page with "``` lxc launch ubuntu:focal adc lxc launch ubuntu:focal k0 --vm lxc config set m8s limits.cpu=8 limits.memory=16GB device override m8s root size=50GB lxc config device overri..."
- 21:08, 1 February 2021 diff hist +996 Powershell current
- 19:50, 1 February 2021 diff hist +55 New-NetFirewallRule current
- 17:25, 1 February 2021 diff hist +134 N New-NetFirewallRule Created page with " New-NetFirewallRule -DisplayName "jebusk test" -Direction Inbound -Protocol UDP -Action Block -RemoteAddress x.x.x.x/32 -LocalPort 53"
- 02:34, 1 February 2021 diff hist +36 N Kubeadm Created page with " https://link.medium.com/aDfVT1RHvdb" current
- 03:00, 31 January 2021 diff hist +55 N Metallb Created page with "https://github.com/meta-magic/metallb-baremetal-example"
- 23:02, 30 January 2021 diff hist +65 Kubernetes Certmanager current
- 22:58, 30 January 2021 diff hist +53 N Kubernetes Certmanager Created page with "https://cert-manager.io/docs/installation/kubernetes/"
- 21:52, 30 January 2021 diff hist +1,565 N Kubernetes Scratchpad Created page with "``` #!/usr/bin/env bash # set -e shopt -s expand_aliases alias kubectl='microk8s kubectl' delete(){ kubectl delete deployment hello1 kubectl delete deployment hello2 kubectl..." current
- 21:29, 30 January 2021 diff hist +88 Kubernetes Ingress
- 16:25, 30 January 2021 diff hist +90 N Bitnami Created page with "https://docs.bitnami.com/tutorials/secure-kubernetes-services-with-ingress-tls-letsencrypt" current
- 23:33, 29 January 2021 diff hist +177 Powershell
- 23:07, 29 January 2021 diff hist +599 Powershell
- 19:05, 29 January 2021 diff hist +980 N Get-Eventog Created page with "``` #Search for All Event Log(Require Administrator previlage) Get-EventLogError -FilterLevel Warning -FromLastBootupTime | Format-Table -AutoSize #Search for Windows PowerS..."
- 18:01, 29 January 2021 diff hist +128 N Domain Trust Issues Created page with "https://adamtheautomator.com/trust-relationship-between-this-workstation-and-the-primary-domain-failed/#nltest_Command-Line_Tool" current
- 17:28, 29 January 2021 diff hist +139 Kubernetes Ingress
- 15:50, 29 January 2021 diff hist +42 Kubernetes Ingress
- 15:50, 29 January 2021 diff hist +37 Kubernetes Ingress
- 15:29, 29 January 2021 diff hist +340 N Kubernetes Ingress Created page with "Microk8s quick - https://kubernetes.io/blog/2019/11/26/running-kubernetes-locally-on-linux-with-microk8s/#:~:text=While%20Minikube%20usually%20spins%20up,has%20its%20pros%20an..."
- 01:01, 29 January 2021 diff hist +73 ZFS
- 19:19, 28 January 2021 diff hist +62 Github Actions
- 06:12, 28 January 2021 diff hist +58 Github Actions
- 17:08, 27 January 2021 diff hist +105 N Docker-volume Created page with "``` docker volume create --driver local \ --opt type=btrfs \ --opt device=/dev/sda2 \ foo ```"
- 16:22, 27 January 2021 diff hist +46 N Lxc-storage Created page with "lxc storage create btrfs btrfs source=/dev/sdb" current
- 16:11, 27 January 2021 diff hist +4 Rescan drive
- 16:11, 27 January 2021 diff hist +118 Rescan drive
- 16:10, 27 January 2021 diff hist +91 N Rescan drive Created page with "Let's say I expanded drive sdb ``` echo 1 | sudo tee /sys/class/block/sdb/device/rescan ```"