User contributions
Jump to navigation
Jump to search
- 17:05, 11 February 2021 diff hist +2,072 N Windows Host as LXD vm Created page with "It is possible to build Windows images for LXD, but this process is currently very very manual and involves either a bunch of custom raw.qemu flags to get a temporary graphica..."
- 12:15, 9 February 2021 diff hist +66 N Pdnsutil Created page with "https://gist.github.com/alainwolf/4ba6466c60734a254219d47154dbd86c" current
- 16:01, 8 February 2021 diff hist -2,435 Scratch current
- 16:01, 8 February 2021 diff hist +10,141 N Scratch Created page with "``` Search PowerDNS Authoritative: Lua Records Posted by berthubert Hi everyone, We are happy to share a new development with you, one that we hinted at over a year ago: Lu..."
- 14:49, 8 February 2021 diff hist +8 Nft
- 14:48, 8 February 2021 diff hist +1,197 N Nft Created page with "netfilter Cheat Sheet Nate HuffnagleApril 08, 2020 17:12 Syntax nft list tables nft list chains nft add <table|chain|rule> ... nft list <table|chain|rule> ... nft flush..."
- 07:58, 8 February 2021 diff hist +132 N Demo Created page with "Coredns nfs example pipeline add runner on nas Lua records https://blog.powerdns.com/2017/12/15/powerdns-authoritative-lua-records/" current
- 10:11, 7 February 2021 diff hist +113 N Kubernetes NFS Created page with "https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-volumes-example-nfs-persistent-volume.html"
- 16:32, 5 February 2021 diff hist +64 Postgres Kubernetes
- 15:52, 5 February 2021 diff hist +90 N MySQL Kubernetes Created page with "https://kubernetes.io/docs/tasks/run-application/run-single-instance-stateful-application/" current
- 15:46, 5 February 2021 diff hist +63 N Kubernetes API Version Deprecated Created page with "https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/" current
- 12:27, 5 February 2021 diff hist +38 Postgres Kubernetes
- 12:24, 5 February 2021 diff hist +85 Postgres Kubernetes
- 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..."