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)
  • 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")
  • 16:38, 11 January 2021 Busk talk contribs created page Invoke-Command (Created page with "Running command or local script on remote host ``` Invoke-Command -ComputerName $host -ScriptBlock { Get-ChildItem C:\ } -credential $username Invoke-Command -ComputerName $h...")
  • 04:28, 10 January 2021 Busk talk contribs created page Golang Snippets (Created page with "``` xType := fmt.Sprintf("%T", a) fmt.Println(xType) // "[]int" ```")
  • 04:27, 10 January 2021 Busk talk contribs created page Golang Pointers (Created page with "``` Because Golang string is a read-only slices of bytes. However, a pointer to a string (*string) can be nil: var s *string s = nil readonly := "readonly" s = &readonly der...")
  • 01:00, 10 January 2021 Busk talk contribs created page Golang Rosetta (Created page with "https://mholt.github.io/curl-to-go/")
  • 23:39, 9 January 2021 Busk talk contribs created page Golang Postgres (Created page with "- https://www.calhoun.io/inserting-records-into-a-postgresql-database-with-gos-database-sql-package/ - https://www.calhoun.io/connecting-to-a-postgresql-database-with-gos-data...")
  • 22:09, 9 January 2021 Busk talk contribs created page Unode Scratchpad (Created page with "``` gosandbox unode-agent1 unode-server psql -h unode-server -U agent1 -d unode ```")
  • 22:00, 9 January 2021 Busk talk contribs created page PostgresSQL Encryption (Created page with "https://www.enterprisedb.com/blog/how-to-secure-postgresql-security-hardening-best-practices-checklist-tips-encryption-authentication-vulnerabilities?utm_source=google&utm_med...")
  • 21:13, 9 January 2021 Busk talk contribs created page F5 Big IP (Created page with "``` #!/usr/bin/env bash set -e username=youruser userpass=yourpass host=api.f5.example.com api_auth_test() { r=$(curl -sk https://$host/mgmt/shared/authn/login -X POST -H "...")
  • 00:06, 7 January 2021 Busk talk contribs created page Sshd (Created page with "# Secure with specific ciphers ``` ~]$ sudo sshd -T | grep ^macs macs umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128@openssh.co...")
  • 16:40, 6 January 2021 Busk talk contribs created page Ansible (Created page with "# Presentations - https://www.cisco.com/c/dam/m/sr_rs/events/2019/cisco-connect/pdf/using_ansible_in_dc_automation_radenko_citakovic.pdf")
  • 21:33, 5 January 2021 Busk talk contribs created page Firewall-cmd (Created page with "Firewalld is not well done but ``` firewall-cmd --zone=public --add-port=22/tcp --permanent firewall-cmd --zone=public --remove-port=22/tcp --permanent firewall-cmd --add-ric...")
  • 00:19, 1 January 2021 Busk talk contribs created page Information Security (Created page with "- https://www.sans.org/ - https://www.isc2.org/# -https://en.wikipedia.org/wiki/Certified_Information_Systems_Security_Professional https://www.reddit.com/r/cissp/comments/92...")
  • 22:38, 29 December 2020 Busk talk contribs created page Golang (Created page with "https://github.com/a8m/golang-cheat-sheet")
  • 09:52, 23 December 2020 User account 10.64.8.163 talk was created
  • 03:24, 23 December 2020 Busk talk contribs created page Sed (Created page with "https://opensource.com/article/20/12/sed")
  • 04:10, 22 December 2020 Busk talk contribs created page Postgres Row-level Security (Created page with "https://www.2ndquadrant.com/en/blog/application-users-vs-row-level-security/")
  • 03:39, 22 December 2020 Busk talk contribs created page Unode (Created page with "CREATE ROLE agent1 WITH LOGIN PASSWORD 'agent1' VALID UNTIL '2205-01-01'")
  • 03:28, 22 December 2020 Busk talk contribs created page Ssh-agent (Created page with "ssh-agent bash -c 'ssh-add /somewhere/yourkey; git clone git@github.com:user/project.git'")
  • 00:08, 21 December 2020 Busk talk contribs created page PowerDNS LUA Install (Created page with "``` #!/usr/bin/env bash set -ex systemctl stop systemd-resolved touch /etc/dnsmasq.hosts systemctl disable systemd-resolved systemctl mask systemd-resolved rm /etc/resolv.con...")
  • 15:27, 20 December 2020 Busk talk contribs created page Postgres Active-Active (Created page with "https://info.crunchydata.com/blog/active-active-postgres-federation-on-kubernetes")
  • 05:13, 18 December 2020 Busk talk contribs created page Windows Domain Controller (Created page with "WINDOWS LOGIN - No logon servers available")
  • 19:41, 17 December 2020 Busk talk contribs created page Email (Created page with "https://wiki.zimbra.com/wiki/Best_Practices_on_Email_Protection:_SPF,_DKIM_and_DMARC")
  • 20:43, 15 December 2020 Busk talk contribs created page DNS Options (Created page with "# CoreDNS - https://github.com/coredns/coredns (Part of Kubernetes) - https://tech.uvoo.io/index.php/CoreDNS # ISC BIND - https://www.isc.org/bind/ - https://github.com/jere...")
  • 21:39, 8 December 2020 Busk talk contribs created page Golang ssh (Created page with "https://stackoverflow.com/questions/37679939/how-do-i-execute-a-command-on-a-remote-machine-in-a-golang-cli ``` package main import ( "bytes" "log" "os/exec" )...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)