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)
  • 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")
  • 16:27, 17 November 2020 Busk talk contribs created page Ciphers (Created page with "https://github.mktp.io/mische/cipher-suites")
  • 19:47, 15 November 2020 Busk talk contribs created page Golang exec.command (Created page with "Windows ``` package main import( "fmt" "os/exec" "os" "log" ) func pscmd(s string){ args := []string{s} // cmd := exec.Command("powershell.exe", "ls", "-Depth", "1...")
  • 20:41, 13 November 2020 Busk talk contribs created page Get-CimInstance (Created page with "``` Get-CimInstance -ClassName Win32_Battery -ComputerName laptop1, workstation2 ```")
  • 19:54, 13 November 2020 Busk talk contribs created page Powershell Scripts (Created page with "https://powershell.one/wmi/root/cimv2/win32_battery")
  • 17:03, 13 November 2020 Busk talk contribs created page Powerdns Install (Created page with "https://www.howtoforge.com/how-to-install-powerdns-admin-on-ubuntu-20-04/")
  • 05:58, 13 November 2020 Busk talk contribs created page Timezone (Created page with "sudo dpkg-reconfigure tzdata")
  • 23:27, 11 November 2020 Busk talk contribs created page Nginx fancy index (Created page with "apt install libnginx-mod-http-fancyindex")
  • 15:59, 10 November 2020 Busk talk contribs created page Chrony (Created page with "Using Chrony instead of ntp ``` sudo yum install chrony sudo chronyd -q 'server time-a-g.nist.gov iburst' ```")
  • 23:15, 9 November 2020 Busk talk contribs created page Esxi Packet Capture (Created page with "- Vsphere - Networking - dvSwitch01 - Configure -> Settings -> Port Mirror - ``` Session Type: Encapsulated Remote Mirroring (L3) Source Encapsolation Type: GRE Sources <vm h...")
  • 22:44, 9 November 2020 Busk talk contribs created page Esxi ssh (Created page with "enable ssh temporarily via ucs kvm launch hist console and under trouble shooting enable ssh Lets do a pcap - https://kb.vmware.com/s/article/2051814 h- ttps://kb.vmware.com/...")
  • 21:23, 9 November 2020 Busk talk contribs created page Fio (Created page with "``` 1 I would suggest using fio as I described in answer https://askubuntu.com/a/991311/50254 The fio allows you to get more info about the distribution of latencies for dif...")
  • 23:02, 8 November 2020 Busk talk contribs created page Zabbix encryption (Created page with "- https://hub.packtpub.com/encrypting-zabbix-traffic/")
  • 22:57, 7 November 2020 Busk talk contribs created page Zabbix Agent Windows MSI Install (Created page with "https://www.zabbix.com/documentation/current/manual/installation/install_from_packages/win_msi")
  • 09:53, 6 November 2020 Busk talk contribs created page Zabbix Maintenance (Created page with "``` Partitioning is the definitive answer when you have a large amount of hosts. When I was hitting about 500 VPS I was able to avoid partitioning on PgSQL running this script...")
  • 09:18, 6 November 2020 Busk talk contribs created page Zabbix-busy-unreachable-poller-processes (Created page with "# Keep lost resources period=0 # Use with caution https://bobcares.com/blog/zabbix-busy-unreachable-poller-processes/")
  • 08:39, 6 November 2020 Busk talk contribs created page Iotop (Created page with "``` iostat -x 1 ```")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)