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)
  • 15:36, 24 May 2022 Busk talk contribs created page Az network firewall (Created page with "Cheat sheet with common commands ``` az network firewall list --query '[].networkRuleCollections[].rules' az network firewall network-rule list --firewall-name $FW -g $RG...")
  • 00:16, 24 May 2022 Busk talk contribs created page Mtr (Created page with "https://www.pcwdld.com/what-is-mtr-and-howto-troubleshoot-connections")
  • 23:16, 23 May 2022 Busk talk contribs created page Tcpdump flags (Created page with "Shameless rip from https://gist.github.com/tuxfight3r/9ac030cb0d707bb446c7 ``` ##TCP FLAGS## Unskilled Attackers Pester Real Security Folks ================================...")
  • 02:39, 23 May 2022 Busk talk contribs created page K8s pgbouncer (Created page with " https://link.medium.com/GwEAwVBKfqb")
  • 01:02, 23 May 2022 Busk talk contribs created page K8s dns (Created page with " https://link.medium.com/JMgLfNCDfqb")
  • 22:53, 21 May 2022 Busk talk contribs created page Terraform Permissions (Created page with "https://www.openpolicyagent.org/docs/latest/terraform/ https://www.terraform.io/cloud-docs/sentinel")
  • 17:55, 18 May 2022 Busk talk contribs created page Zabbix http tests (Created page with "https://github.com/OSidorenkov/zabbix-httpcheck/blob/master/httpcheck.py")
  • 15:58, 18 May 2022 Busk talk contribs created page Zabbix sql queries (Created page with "``` delete from items where hostid=(select hostid from hosts where host='www.example.com'); ```")
  • 14:40, 18 May 2022 Busk talk contribs created page Zabbix contingent alerts to avoid floods (Created page with "https://blog.zabbix.com/fighting-notification-floods-and-misleading-alerts-in-distributed-zabbix-deployments/11600/")
  • 21:15, 17 May 2022 Busk talk contribs created page Influx (Created page with "``` apt install influx influx -host myhost SHOW DATABASES USE foo SHOW MEASUREMENTS quit ```")
  • 14:58, 15 May 2022 Busk talk contribs created page Bitnami aks (Created page with "https://docs.bitnami.com/azure/get-started-charts-marketplace/")
  • 23:39, 14 May 2022 Busk talk contribs created page Azure postgres (Created page with "https://docs.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-compare-single-server-flexible-server")
  • 23:16, 14 May 2022 Busk talk contribs created page Postgres fix wal (Created page with "to check ``` su - postgres pg_resetwal /var/lib/postgresql/data ``` To fix ``` pg_resetwal -f /var/lib/postgresql/data ```")
  • 20:22, 14 May 2022 Busk talk contribs created page Helm create repo (Created page with "# Using Github & github pages - https://tech.paulcz.net/blog/creating-a-helm-chart-monorepo-part-1/")
  • 18:21, 13 May 2022 Busk talk contribs created page Kubectl delete (Created page with "k -n my-namespace delete pod/mypod --grace-period=0 --force")
  • 19:18, 12 May 2022 Busk talk contribs created page Zabbix tuning (Created page with "https://catonrug.blogspot.com/2018/05/best-practice-of-zabbix-security-tips.html")
  • 18:52, 12 May 2022 Busk talk contribs created page Du (Created page with "``` sudo du -h --max-depth=1 -x ``` du -H du -sh")
  • 03:07, 10 May 2022 Busk talk contribs created page Smtp client (Created page with "# Server ``` docker run --rm -p 1587:587 --name postfix -e SMTPD_USERS="valid:password,user1:password1,user2:password2" -e MAILNAME=mail.example.com panubo/postfix:latest ```...")
  • 21:22, 9 May 2022 Busk talk contribs created page Smtp certs (Created page with "``` import smtplib, ssl port = 587 smtp_server = "smtp-na1.towerswatson.com" context = ssl.create_default_context() with smtplib.SMTP(smtp_server, port) as server: server....")
  • 22:39, 8 May 2022 Busk talk contribs created page Postgresql tuning (Created page with "https://www.2ndquadrant.com/en/blog/when-autovacuum-does-not-vacuum/")
  • 22:31, 8 May 2022 Busk talk contribs created page PostgreSQL Vacuumdb (Created page with "``` SELECT schemaname, relname, n_live_tup, n_dead_tup, last_autovacuum FROM pg_stat_all_tables ORDER BY n_dead_tup / (n_live_tup * current_setting('autovacuum_vacu...")
  • 21:45, 8 May 2022 Busk talk contribs created page Zfs snapshots (Created page with "``` ts=$(date "+%Y.%m.%d-%H.%M.%S"); /usr/sbin/zfs snapshot zfspv-pool/pvc-5f7da1cb-6be6-4a03-acc2-5166bd267e68@snap-$ts sudo crontab -e 0 1 * * * ts=$(date "+%Y.%m.%d-%H.%M...")
  • 17:47, 7 May 2022 Busk talk contribs created page Zabbix slow queries (Created page with "``` SELECT pid, user, pg_stat_activity.query_start, now() - pg_stat_activity.query_start AS query_time, query, state, wait_event_type, wait_event FROM pg_stat_...")
  • 13:50, 5 May 2022 Busk talk contribs created page Azure disk performance (Created page with "https://docs.microsoft.com/en-us/azure/virtual-machines/disks-metrics")
  • 16:48, 4 May 2022 Busk talk contribs created page Pod eviction (Created page with "https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/")
  • 16:40, 4 May 2022 Busk talk contribs created page System load (Created page with "``` 0.5 means the minimum waiting time at the counter. Between 0.00 and 1.0, there is no need to worry. Your servers are safe! 1.5 means the queue is filling up. If the averag...")
  • 16:20, 27 April 2022 Busk talk contribs created page Zabbix proxies (Created page with "https://www.zabbix.com/documentation/current/en/manual/appendix/config/zabbix_proxy")
  • 02:24, 26 April 2022 Busk talk contribs created page Letsencrypt automation (Created page with "https://github.com/ianling/letsencrypt-dns-bind9")
  • 15:15, 25 April 2022 Busk talk contribs created page Foreach (Created page with "hosts.txt ``` host1.foo host2.foo ``` $regex = "foo" foreach($line in Get-Content .\hosts.txt) { if($line -match $regex){ write-output $line Invoke-Comman...")
  • 04:23, 24 April 2022 Busk talk contribs created page Reindex (Created page with "# REINDEX IN Postgres https://www.postgresql.org/docs/9.4/sql-reindex.html REINDEX DATABASE foo; REINDEX TABLE foo delete from ids where table_name='item_tag' and nextid=...")
  • 14:59, 23 April 2022 Busk talk contribs created page Timescaledb (Created page with "https://docs.timescale.com/install/latest/self-hosted/installation-debian/#install-self-hosted-timescaledb-on-debian-based-systems https://www.zabbix.com/documentation/curren...")
  • 23:24, 22 April 2022 Busk talk contribs created page Bash loops (Created page with "https://www.cyberciti.biz/faq/bash-for-loop/")
  • 11:33, 22 April 2022 Busk talk contribs created page Pg dumpall (Created page with "pg_dumpall --roles-only")
  • 11:27, 22 April 2022 Busk talk contribs created page Postgres Tuning (Created page with "https://blog.crunchydata.com/blog/optimize-postgresql-server-performance")
  • 02:46, 20 April 2022 Busk talk contribs created page Az cli bash wrapper (Created page with "#!/usr/bin/env bash # Utility script example. Adjust as needed set -eu count=3 # env=d env=p if [ $env == "d" ]; then rgEnv=D elif [ $env == "p" ]; then rgEnv=P else ech...")
  • 02:17, 20 April 2022 Busk talk contribs created page Tr (Created page with "# Remove ^M from files ``` tr -d '^M' < inputfile tr -d $'\r' < inputfile ```")
  • 20:45, 19 April 2022 Busk talk contribs created page Vacuum (Created page with "# Postgres Vacuum ``` $ docker run --rm -d --name postgres postgres:10.1 6732b0b9c6245fe9f19dd58e9737e5102089814e4aa96b66217af28a1596f786 $ docker exec -it postgres bash ro...")
  • 17:57, 17 April 2022 Busk talk contribs created page X570m (Created page with "Nic disappeared especially after power issue - Shutdown - Turn off power supply - Wait a couple of minutes - Start up again")
  • 00:48, 16 April 2022 Busk talk contribs created page Twitter (Created page with "https://tillison.co.uk/blog/ultimate-guide-twitter-symbols/")
  • 15:07, 14 April 2022 Busk talk contribs created page Zabbix Customization (Created page with "simple logo change ``` kubectl -n zabbix-dev cp zabbix-web-9d64864cb-jpz7l:/usr/share/zabbix/assets/img/icon-sprite.svg icon-sprite.svg ``` Or do a full rebrand if you want...")
  • 15:53, 13 April 2022 Busk talk contribs created page Git tag (Created page with "``` git tag -a v6.0.3 -m "Agent2 v6.0.3" git push origin v6.0.3 ```")
  • 15:55, 11 April 2022 Busk talk contribs created page Invoke-webrequest ignore ssl cert (Created page with "``` if (-not("dummy" -as [type])) { add-type -TypeDefinition @" using System; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certifica...")
  • 04:27, 11 April 2022 Busk talk contribs created page Pg dump (Created page with "pg_dump -h localhost -p 5432 -U <MY_PG_Username> -Ft <MY_DB_Name> --file=/tmp/path_$(date +%Y%m%d_%H%M%S).dump")
  • 23:35, 10 April 2022 Busk talk contribs created page K8s secrets (Created page with "``` echo -n 'my-super-secret-password' | base64 ``` ``` envFrom: - secretRef: name: postgres-secrets - configMapRef: n...")
  • 20:10, 9 April 2022 Busk talk contribs created page Postgres Backup & Restore (Created page with "nohup pg_dump -Fc $DB > $DB-$(date +%d-%m-%y_%H-%M).pgdumpFc pg_restore")
  • 08:07, 9 April 2022 Busk talk contribs created page Postgres replication (Created page with "https://dev.to/fullstapps/replicate-your-postgresql-database-into-another-server-using-just-one-command-48km#:~:text=Sometimes%20we%20need%20to%20replicate,the%20database%20fr...")
  • 16:24, 7 April 2022 Busk talk contribs created page Venafi Troubleshooting (Created page with "https://support.venafi.com/hc/en-us/articles/235543527-Error-All-my-certificates-are-stuck-in-Queued-for-renewal-Renewing-state PS X:\> get-service |findstr -i trust Stopped...")
  • 05:20, 7 April 2022 Busk talk contribs created page K8s certmanager (Created page with " https://link.medium.com/MYX9a2oA1ob")
  • 04:06, 6 April 2022 Busk talk contribs created page Docker commit (Created page with "https://adamtheautomator.com/docker-commit/")
  • 18:40, 5 April 2022 Busk talk contribs created page Redhat certs (Created page with "https://support.nmi.com/hc/en-gb/articles/360021544791-How-to-Check-If-the-Correct-Certificates-Are-Installed-on-Linux ``` vim /etc/pki/ca-trust/source/anchors/myca.crt updat...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)