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)
  • 05:41, 13 February 2021 Busk talk contribs created page Kubernetes RBAC (Created page with "https://jeremievallee.com/2018/05/28/kubernetes-rbac-namespace-user.html")
  • 05:39, 13 February 2021 Busk talk contribs created page Kubernetes Api (Created page with "https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api/")
  • 04:39, 13 February 2021 Busk talk contribs created page Kubernetes Loadbalancer Metallb (Created page with "https://kapuablog.wordpress.com/2020/02/15/k8s-and-metallb-a-local-non-cloud-loadbalancer/")
  • 21:43, 12 February 2021 Busk talk contribs created page Ssh Ciphers (Created page with "ssh -Q kex host.example.com ssh -Q cipher host.example.com You can manually try ciphers and then end up using something like sftp -c aes256-cbc -oKexAlgorithms=diffie-hellman...")
  • 20:29, 12 February 2021 Busk talk contribs created page Redhat Subscription (Created page with "# subscription-manager refresh # subscription-manager attach --auto # subscription-manager status")
  • 00:31, 12 February 2021 Busk talk contribs created page Github Actions Runner Using Docker (Created page with "https://testdriven.io/blog/github-actions-docker/")
  • 17:05, 11 February 2021 Busk talk contribs created page 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 Busk talk contribs created page Pdnsutil (Created page with "https://gist.github.com/alainwolf/4ba6466c60734a254219d47154dbd86c")
  • 16:01, 8 February 2021 Busk talk contribs created page 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:48, 8 February 2021 Busk talk contribs created page 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 Busk talk contribs created page 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/")
  • 10:11, 7 February 2021 Busk talk contribs created page Kubernetes NFS (Created page with "https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-volumes-example-nfs-persistent-volume.html")
  • 15:52, 5 February 2021 Busk talk contribs created page MySQL Kubernetes (Created page with "https://kubernetes.io/docs/tasks/run-application/run-single-instance-stateful-application/")
  • 15:46, 5 February 2021 Busk talk contribs created page Kubernetes API Version Deprecated (Created page with "https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/")
  • 12:17, 5 February 2021 Busk talk contribs created page Postgres Kubernetes (Created page with "- https://severalnines.com/database-blog/using-kubernetes-deploy-postgresql")
  • 18:37, 3 February 2021 Busk talk contribs created page Sudoers (Created page with "Allow user to run command on Ubuntu ``` www-data ALL=(ALL) NOPASSWD: /app/unode/bin/fw-update ```")
  • 03:07, 2 February 2021 Busk talk contribs created page 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...")
  • 17:25, 1 February 2021 Busk talk contribs created page 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 Busk talk contribs created page Kubeadm (Created page with " https://link.medium.com/aDfVT1RHvdb")
  • 03:00, 31 January 2021 Busk talk contribs created page Metallb (Created page with "https://github.com/meta-magic/metallb-baremetal-example")
  • 22:58, 30 January 2021 Busk talk contribs created page Kubernetes Certmanager (Created page with "https://cert-manager.io/docs/installation/kubernetes/")
  • 21:52, 30 January 2021 Busk talk contribs created page 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...")
  • 16:25, 30 January 2021 Busk talk contribs created page Bitnami (Created page with "https://docs.bitnami.com/tutorials/secure-kubernetes-services-with-ingress-tls-letsencrypt")
  • 19:05, 29 January 2021 Busk talk contribs created page 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 Busk talk contribs created page Domain Trust Issues (Created page with "https://adamtheautomator.com/trust-relationship-between-this-workstation-and-the-primary-domain-failed/#nltest_Command-Line_Tool")
  • 15:29, 29 January 2021 Busk talk contribs created page 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...")
  • 17:08, 27 January 2021 Busk talk contribs created page Docker-volume (Created page with "``` docker volume create --driver local \ --opt type=btrfs \ --opt device=/dev/sda2 \ foo ```")
  • 16:22, 27 January 2021 Busk talk contribs created page Lxc-storage (Created page with "lxc storage create btrfs btrfs source=/dev/sdb")
  • 16:10, 27 January 2021 Busk talk contribs created page Rescan drive (Created page with "Let's say I expanded drive sdb ``` echo 1 | sudo tee /sys/class/block/sdb/device/rescan ```")
  • 05:33, 27 January 2021 Busk talk contribs created page Mysql replication (Created page with "https://github.com/wagnerjfr/mysql-group-replication-docker-compose")
  • 03:18, 27 January 2021 Busk talk contribs created page Powerdns Docker (Created page with "https://github.com/pschiffe/docker-pdns")
  • 01:26, 26 January 2021 Busk talk contribs created page Get-adcomputer (Created page with "Used for searching objects in Active Directory # Getting computer attributes ``` Get-ADComputer -Filter 'Name -like "myhost-name*"' -SearchBase "DC=example,DC=com" -Server dc...")
  • 16:06, 25 January 2021 Busk talk contribs created page LUA NGINX Links (Created page with "https://tarunlalwani.com/post/request-capturing-nginx-lua/")
  • 02:13, 25 January 2021 Busk talk contribs created page Postgres Proxy (Created page with "https://github.com/CrunchyData/crunchy-proxy https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/postgres_proxy_filter#:~:text=The%20Postgres%2...")
  • 19:37, 23 January 2021 Busk talk contribs created page NGINX + LUA Compile (Created page with "Shameless rip from here. Will clean this up later. - https://tarunlalwani.com/post/building-nginx-with-lua/ Building Nginx from source with LuaJIT Nginx is a great webserver....")
  • 19:15, 22 January 2021 Busk talk contribs created page Active Directory (Created page with "Powershell Join Domain ``` add-computer –domainname example.com -Credential example.com\myusername -restart –force ```")
  • 19:14, 22 January 2021 Busk talk contribs created page Windows Active Directory (Created page with "``` add-computer –domainname example.com -Credential example.com\myusername -restart –force ```")
  • 02:19, 20 January 2021 Busk talk contribs created page PostgreSQL Getting Started (Created page with "https://www3.ntu.edu.sg/home/ehchua/programming/sql/PostgreSQL_GetStarted.html")
  • 17:35, 18 January 2021 Busk talk contribs created page Postgres Upgrade (Created page with "https://www.kostolansky.sk/posts/upgrading-to-postgresql-12/")
  • 16:38, 18 January 2021 Busk talk contribs created page Pgadmin4 (Created page with "https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/")
  • 03:28, 18 January 2021 Busk talk contribs created page LuaSQL (Created page with "Use this for connecting to databases in lua https://keplerproject.github.io/luasql/index.html")
  • 20:15, 17 January 2021 Busk talk contribs created page PostgresSQL Authentication (Created page with "https://info.crunchydata.com/blog/how-to-upgrade-postgresql-passwords-to-scram password_encryption = scram-sha-256")
  • 07:12, 17 January 2021 Busk talk contribs created page Openssh (Created page with "# Hardening - https://www.digitalocean.com/community/tutorials/how-to-harden-openssh-client-on-ubuntu-18-04")
  • 04:14, 17 January 2021 Busk talk contribs created page NGINX Postgres (Created page with "https://hostadvice.com/how-to/how-to-install-postgresql-on-nginx-web-servers/")
  • 02:10, 17 January 2021 Busk talk contribs created page Psql (Created page with "``` 1) Connect to PostgreSQL database The following command connects to a database under a specific user. After pressing Enter PostgreSQL will ask for the password of the user...")
  • 00:41, 17 January 2021 Busk talk contribs created page Pgbouncer (Created page with "# Install ``` apt install pgbouncer ``` ``` create role someuser; create role someadmin; ALTER ROLE someadmin WITH PASSWORD 'test'; ALTER ROLE someuser WITH PASSWORD 'test';...")
  • 14:46, 16 January 2021 Busk talk contribs created page Postgres Access Control (Created page with "https://www.enterprisedb.com/postgres-tutorials/how-implement-column-and-row-level-security-postgresql")
  • 22:30, 13 January 2021 Busk talk contribs created page Stop-process (Created page with "``` Stop-Process -f -processname slack sudo salt -t 120 -C 'G@os:Windows' cmd.run '(Stop-Process -f -processname slack)' shell=powershell ```")
  • 21:47, 13 January 2021 Busk talk contribs created page Salt run.cmd (Created page with "``` sudo salt -C 'G@os:Windows and myhost*' cmd.run '(stop-service -name sumo-collector)' shell=powershell sudo salt -C 'G@os:Windows and myhost*' cmd.run '(get-service -name...")
  • 20:24, 13 January 2021 Busk talk contribs created page Windows Disks (Created page with "Resize-Partition -DriveLetter C -Size $(Get-PartitionSupportedSize -DriveLetter C).SizeMax")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)