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)
  • 21:15, 27 April 2021 User account 10.64.9.166 talk was created
  • 11:15, 27 April 2021 10.64.9.166 talk created page Play Baccarat For Real Cash Or Free Of Charge On-line In Canada (Created page with "What we wish to do right here is stroll you thru how these video games work and what you should use them for in terms of getting higher on the game. A "journey the streaks par...")
  • 11:15, 27 April 2021 10.64.9.166 talk created page User:TishaUtf366 (Created page with "So why are these pits aside from every little thing and [https://wooriwin1.com/ 바카라사이트] so lavish? The main cause is as a result of they cater to the high roller....")
  • 11:14, 27 April 2021 User account 10.64.9.166 talk was created
  • 18:49, 24 April 2021 Busk talk contribs created page Kafka (Created page with "# Refs - https://www.confluent.io/blog/secure-kafka-deployment-best-practices/ - https://github.com/dpkp/kafka-python - https://kafka.apache.org/quickstart # Using http to in...")
  • 04:19, 24 April 2021 Busk talk contribs created page Teleport (Created page with "- https://goteleport.com/docs/database-access/guides/postgres-self-hosted/ - https://github.com/ccdcoe/Frankencoding")
  • 21:44, 19 April 2021 Busk talk contribs created page Createrepo (Created page with "Prep repo host ``` yum install createrepo nginx /usr/share/nginx/html/rhel/7Server/os/ createrepo /usr/share/nginx/html/rhel/7Server/os/ /etc/yum.repos.d/my.repo [mytestrepoo...")
  • 16:04, 18 April 2021 Busk talk contribs created page Netbox (Created page with "# Migrating -https://netbox.readthedocs.io/en/stable/administration/replicating-netbox/ # Kubernetetes Options - Try and Use this - https://github.com/netbox-community/netbox...")
  • 09:00, 16 April 2021 Busk talk contribs created page Zabbix Kubernetes (Created page with "https://gitlab.com/frenchtoasters/zabbix-operator https://youtu.be/WYIHstLZIvg")
  • 20:48, 14 April 2021 Busk talk contribs created page CoreDNS Troubleshooting (Created page with "https://coredns.io/manual/setups/")
  • 22:26, 13 April 2021 Busk talk contribs created page Microk8s registry (Created page with "https://microk8s.io/docs/registry-built-in https://microk8s.io/docs/registry-private")
  • 14:14, 11 April 2021 Busk talk contribs created page Postgresql Demos (Created page with "https://www.citusdata.com/blog/2021/04/10/talk-at-cmu-how-citus-distributes-postgresql-via-extension-apis/")
  • 19:17, 8 April 2021 Busk talk contribs created page Kubernetes Delete (Created page with "https://stackoverflow.com/questions/47128586/how-to-delete-all-resources-from-kubernetes-one-time/47137442 ``` kubectl delete all --all -n {namespace} Method 2: You can also...")
  • 20:17, 2 April 2021 Busk talk contribs created page Postgres Security (Created page with "https://goteleport.com/blog/securing-postgres-postgresql/")
  • 17:15, 1 April 2021 Busk talk contribs created page Git clone (Created page with "GIT_SSH_COMMAND='ssh -i deploy-key' git clone git@github.com:myuser/myrepo.git")
  • 11:29, 1 April 2021 Busk talk contribs created page Kubernetes Networking (Created page with "https://itnext.io/an-illustrated-guide-to-kubernetes-networking-part-1-d1ede3322727 https://www.youtube.com/watch?v=H5Zl_kDOwBU")
  • 03:09, 29 March 2021 Busk talk contribs created page Kubernetes Shortcuts (Created page with "# Short names ``` Short Full csr certificatesigningrequests cs componentstatuses cm configmaps ds daemonsets deploy deployments ep endpoints ev events hpa horizontalpo...")
  • 14:59, 28 March 2021 Busk talk contribs created page Kubernetes Postgres Operator (Created page with "https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/ https://github.com/CrunchyData/postgres-operator")
  • 17:01, 24 March 2021 10.64.9.166 talk created page Linux commands (Created page with "1. Find the ip address on Ubuntu hostname -I | awk '{print $1}'")
  • 16:58, 24 March 2021 User account 10.64.9.166 talk was created
  • 16:41, 20 March 2021 Busk talk contribs created page Microk8s on LXD 2 (Created page with "for i in kub1 kube2 kube3; do sudo lxc init ubuntu:20.04 $i --vm -c limits.cpu=4 -c limits.memory=8GB lxc config device override $i root size=32GB do lxc start kub1 kub2 kub3")
  • 14:46, 20 March 2021 Busk talk contribs created page Kubernetes Troubleshooting (Created page with "rror: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused root@singlekub:~# sudo kubectl conf...")
  • 02:15, 20 March 2021 Busk talk contribs created page Kubernetes Deploy (Created page with "https://testdriven.io/blog/running-flask-on-kubernetes/")
  • 15:49, 19 March 2021 Busk talk contribs created page Minikube on Windows (Created page with "https://github.com/microsoft/winget-cli/releases winget install minikube")
  • 22:35, 18 March 2021 Busk talk contribs created page Powershell Linting (Created page with "https://mathieubuisson.github.io/powershell-code-quality-pscodehealth/")
  • 19:19, 17 March 2021 Busk talk contribs created page Linux on Windows (Created page with "https://docs.microsoft.com/en-us/windows/wsl/install-manual")
  • 00:08, 16 March 2021 Busk talk contribs created page AWX (Created page with "https://github.com/ansible/awx-operator")
  • 15:57, 13 March 2021 Busk talk contribs created page Python Naming Convention (Created page with "module_name, package_name, ClassName, method_name, ExceptionName, function_name, GLOBAL_CONSTANT_NAME, global_var_name, instance_var_name, function_parameter_name, local_var_n...")
  • 14:34, 13 March 2021 Busk talk contribs created page Python Multiprocessing (Created page with " https://link.medium.com/JewFgJzVAeb")
  • 19:36, 11 March 2021 Busk talk contribs created page Pywinrm (Created page with "``` import winrm from decouple import config USERNAME = config('USERNAME') USERPASS = config('USERPASS') USERPASS = config('HOST') s = winrm.Session(HOST, auth=(USERNAME, USE...")
  • 19:23, 11 March 2021 Busk talk contribs created page Python Get Environment Variables (Created page with "https://able.bio/rhett/how-to-set-and-get-environment-variables-in-python--274rgt5")
  • 22:04, 9 March 2021 Busk talk contribs created page FreeBSD (Created page with "BSD has it's place. Here are some reasons to use it. https://unixsheikh.com/articles/technical-reasons-to-choose-freebsd-over-linux.html")
  • 15:35, 8 March 2021 Busk talk contribs created page Psycopg2 (Created page with "https://hackersandslackers.com/psycopg2-postgres-python/")
  • 21:15, 6 March 2021 Busk talk contribs created page Reactjs (Created page with "- https://github.com/expo/examples/blob/master/with-sqlite/App.js")
  • 13:59, 6 March 2021 Busk talk contribs created page Postgres Golang Rest Api Boilerplate (Created page with "- https://github.com/dhax/go-base-vue")
  • 06:24, 6 March 2021 Busk talk contribs created page Postgres Links (Created page with "- https://blog.arctype.com/postgres-notify-for-real-time-dashboards/")
  • 06:13, 6 March 2021 Busk talk contribs created page Sftpgo (Created page with "https://github.com/drakkan/sftpgo # Bash Examples up ``` for dir in /app/sftpgo/data /app/sftpgo/home /app/sftpgo/share; do mkdir -p $dir done docker run --name sftpgo...")
  • 21:22, 5 March 2021 User account 10.64.9.166 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.9.166 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.9.166 talk was created
  • 09:02, 4 March 2021 User account 10.64.9.166 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) ```")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)