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)- 21:22, 5 March 2021 User account 10.64.8.163 talk was created
- 20:04, 5 March 2021 Busk talk contribs created page PGP (Created page with " # Windows Install - https://docs.microsoft.com/en-us/system-center/orchestrator/standard-activities/pgp-encrypt-file?view=sc-orch-2019 - https://www.gnupg.org/ - DONATE Chea...")
- 06:04, 5 March 2021 User account 10.64.8.163 talk was created
- 19:49, 4 March 2021 Busk talk contribs created page Get-psdrive (Created page with "# Get windows drive info size")
- 19:48, 4 March 2021 Busk talk contribs created page Powershell Oneliners (Created page with " ### Get process owner ``` Get-WmiObject Win32_Process -Filter "name='sensu-agent.exe'" | Select Name, @{Name="UserName";Expression={$_.GetOwner().Domain+"\"+$_.GetOwner().Use...")
- 18:13, 4 March 2021 User account 10.64.8.163 talk was created
- 09:02, 4 March 2021 User account 10.64.8.163 talk was created
- 17:51, 1 March 2021 Busk talk contribs created page LXD on CentOS (Created page with "https://www.cyberciti.biz/faq/set-up-use-lxd-on-centos-rhel-8-x/")
- 19:19, 27 February 2021 Busk talk contribs created page Python Flask Docker-Compose (Created page with "https://testdriven.io/blog/dockerizing-flask-with-postgres-gunicorn-and-nginx/")
- 18:51, 26 February 2021 Busk talk contribs created page Windows SSH Server (Created page with "https://techcommunity.microsoft.com/t5/itops-talk-blog/installing-and-configuring-openssh-on-windows-server-2019/ba-p/309540")
- 00:10, 22 February 2021 Busk talk contribs created page Resume 2021 (Created page with "My Wiki: https://tech.uvoo.io/ (Dumping ground for things I’m working on.) Open Sourced Project: https://gitlab.com/pyrofex/numifex look under cicd for my work Git: https://...")
- 23:40, 21 February 2021 Busk talk contribs created page Golang Cheatsheet (Created page with "Shameless rip from https://devhints.io/go ``` Introduction A tour of Go (tour.golang.org) Go repl (repl.it) Golang wiki (github.com) Hello world hello.go package main import...")
- 18:27, 21 February 2021 Busk talk contribs created page Docker Swarm (Created page with "List all containers over swarm ``` docker node ps $(docker node ls -q) ```")
- 22:07, 19 February 2021 Busk talk contribs created page DevOps Flows (Created page with "DevOps lifecyle breakdown and examles Code(git repo) -> Build -> Test -> Deploy -> Operate -> Monitor -> Code ...")
- 16:43, 18 February 2021 Busk talk contribs created page Vmware Extend Disk Redhat (Created page with "https://kb.vmware.com/s/article/1006371 ``` To extend the logical volume: Caution: VMware recommends to take a complete backup of the virtual machine prior to making these...")
- 01:41, 17 February 2021 Busk talk contribs created page Windows DNS (Created page with "Update A record ``` get-dnsserverresourcerecord -name "hostname" -ZoneName "example.com" Remove-DnsServerResourceRecord -ZoneName "example.com" -RRType "A" -Name "hostname" -R...")
- 23:08, 15 February 2021 Busk talk contribs created page Docker-compose (Created page with "``` docker-compose up -d --force-recreate ``` -V, --renew-anon-volumes Recreate anonymous volumes instead of retrieving data from the previou...")
- 20:58, 15 February 2021 Busk talk contribs created page Docker Shared Storage (Created page with "``` # create a reusable volume $ docker volume create --driver local \ --opt type=nfs \ --opt o=nfsvers=4,addr=192.168.1.1,rw \ --opt device=:/path/to/dir...")
- 19:52, 15 February 2021 Busk talk contribs created page Docker-inspect (Created page with "docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' 5e1335481c38")
- 03:42, 15 February 2021 Busk talk contribs created page Powerdns letsencrypt (Created page with "https://github.com/robin-thoni/certbot-pdns")
- 00:09, 15 February 2021 Busk talk contribs created page Kubernetes Hairpin-Proxy (Created page with "Still doesn't work ``` kubectl get svc -n ingress | grep ingress output: nginx-ingress-microk8s-controller-86rjl.ingress.svc.cluster.local kubectl edit deploy hairpin-proxy-...")
- 22:04, 14 February 2021 Busk talk contribs created page Kubernetes Simple on Microk8s (Created page with "``` microk8s enable ingress microk8s enable dns kubectl create deployment exampleservice --image=gcr.io/google-samples/hello-app:2.0 -n ingress-nginx kubectl expose deployme...")
- 19:14, 14 February 2021 Busk talk contribs created page Ingress-nginx (Created page with "# Install ``` kubectl create namespace ingress-nginx helm install --namespace ingress-nginx ingress-nginx ingress-nginx/ingress-nginx ```")
- 14:47, 14 February 2021 Busk talk contribs created page Kubernetes ingress https (Created page with "https://cloud.google.com/kubernetes-engine/docs/how-to/ingress-multi-ssl")
- 19:12, 13 February 2021 Busk talk contribs created page Kubernetes Cleanup (Created page with "Delete all namespaces you don't want https://stackoverflow.com/questions/61365202/nginx-ingress-service-ingress-nginx-controller-admission-not-found")
- 16:09, 13 February 2021 Busk talk contribs created page Kubernetes Letsencrypt (Created page with "- https://github.com/jetstack/cert-manager - https://cert-manager.io/docs/ - https://cert-manager.io/docs/installation/kubernetes/")
- 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...")