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)- 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")
- 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" )...")
- 17:05, 5 December 2020 Busk talk contribs created page Active Directory CentOS (Created page with "https://computingforgeeks.com/join-centos-rhel-system-to-active-directory-domain/")
- 21:21, 3 December 2020 Busk talk contribs created page Windows DHCP (Created page with "# Dynamic DNS https://access.redhat.com/solutions/3905181")
- 01:34, 24 November 2020 Busk talk contribs created page Ansible winrm (Created page with "# A way for ansible winrm even if not optimal way You will be better to use https instead of http. I would use ssh if 2019 and above or install openssh on host ``` sudo apt...")
- 22:32, 21 November 2020 Busk talk contribs created page Golang Keys (Created page with "https://golang.org/src/crypto/tls/generate_cert.go?m=text")
- 21:37, 21 November 2020 Busk talk contribs created page Golang install (Created page with "``` sudo snap install --classic go ```")
- 20:45, 21 November 2020 Busk talk contribs created page PostgreSQL Install (Created page with "``` sudo apt install postgresql sudo -i -u postgres psql CREATE ROLE myrole WITH SUPERUSER CREATEDB CREATEROLE LOGIN ENCRYPTED PASSWORD 'secretpass'; ``` # Install pgadmin4 -...")
- 23:26, 19 November 2020 Busk talk contribs created page Snap docker (Created page with "Create and join the docker group. ``` $ sudo addgroup --system docker $ sudo adduser $USER docker $ newgrp docker $ sudo snap disable docker $ sudo snap enable docker $ docke...")
- 22:32, 19 November 2020 Busk talk contribs created page Nmap (Created page with "``` nmap -sV --script ssl-enum-ciphers -p 443 www.google.com")
- 00:11, 19 November 2020 Busk talk contribs created page Github Actions (Created page with "# Self Hosted runner - https://github.com/jeremybusk/test-githubactions/settings/actions/add-new-runner?arch=x64&os=linux")
- 22:47, 18 November 2020 Busk talk contribs created page Windows Firewall (Created page with "``` (Get-NetFirewallProfile -Name Domain | Get-NetFirewallRule | select DisplayName | findstr "Skype" | Measure-Object).Count ((Get-NetFirewallProfile -Name Domain | Get-NetFi...")
- 00:43, 18 November 2020 Busk talk contribs created page Docker Windows (Created page with "net localgroup docker-users <myusername> /add")