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:34, 5 October 2022 Busk talk contribs created page Email using bash (Created page with "https://unix.stackexchange.com/questions/525235/install-ssmtp-in-debian-buster ``` 9 ssmtp is currently unmaintained, but you can install and configure msmtp as well: For...")
  • 14:33, 5 October 2022 Busk talk contribs created page F5 migration to another solution (Created page with "https://community.f5.com/t5/technical-articles/big-ip-configuration-conversion-scripts/ta-p/285547")
  • 15:14, 2 October 2022 Busk talk contribs created page Liveness in helm (Created page with "https://github.com/sitewards/helm-chart/blob/master/chart/templates/deployment.yaml")
  • 13:49, 2 October 2022 Busk talk contribs created page K8s configmap as files (Created page with "https://stackoverflow.com/questions/62776362/k8s-configmap-mounted-inside-symbolic-link-to-data-directory")
  • 10:41, 2 October 2022 Busk talk contribs created page Fluentd (Created page with "https://docs.fluentd.org/v/0.12/articles/free-alternative-to-splunk-by-fluentd")
  • 14:25, 30 September 2022 Busk talk contribs created page Trusted ca in k8s (Created page with "https://stackoverflow.com/questions/38968414/kubernetes-add-ca-certificate-to-pods-trust-root COPY my-cert.crt /usr/local/share/ca-certificates/ RUN update-ca-certificates")
  • 23:03, 28 September 2022 Busk talk contribs created page Iops and azure (Created page with "https://learn.microsoft.com/en-us/azure/virtual-machines/disks-performance")
  • 20:50, 28 September 2022 Busk talk contribs created page Iostat (Created page with "``` iostat -c 1 /dev/sda1 iostat -c 1 10 /dev/sda1 zpool iostat 1 ```")
  • 20:48, 28 September 2022 Busk talk contribs created page Zfs zpool iostat (Created page with "https://klarasystems.com/articles/openzfs-using-zpool-iostat-to-monitor-pool-perfomance-and-health/")
  • 20:24, 28 September 2022 Busk talk contribs created page Iops linux (Created page with "https://unix.stackexchange.com/questions/225095/how-to-get-total-read-and-total-write-iops-in-linux ``` iostat is part of the sysstat package, which is able to show overall i...")
  • 20:06, 28 September 2022 Busk talk contribs created page Zfs zil disable (Created page with "https://docs.oracle.com/cd/E26217_01/E35769/html/performance-storage.html")
  • 16:06, 27 September 2022 Busk talk contribs created page K8s node affinity (Created page with "https://blog.kubecost.com/blog/kubernetes-node-affinity/")
  • 13:58, 23 September 2022 Busk talk contribs created page Vacuum full (Created page with "https://pankajconnect.medium.com/vacuum-and-vacuum-full-postgresql-4c9da30a1500")
  • 02:40, 23 September 2022 Busk talk contribs created page Vacuum reporting (Created page with "select * from pg_stat_progress_vacuum")
  • 17:48, 20 September 2022 Busk talk contribs created page Az delete resource items (Created page with "``` #!/bin/bash set -eu RG=MYRG disks=( buskTest-z1 busktest1_OsDisk_1_b810a839f33c41b2853a25f5b61ebc47 ) nics=( buskTestVMNic ) delete_disks(){ for disk in "${disk...")
  • 17:01, 19 September 2022 Busk talk contribs created page Windows uninstall app via powershell (Created page with "https://techgenix.com/how-to-uninstall-software-using-powershell/ ``` $app = Get-WmiObject -Class Win32_Product | Where-Object{$_.Name -eq “Sensu Agent”} $app.uninstall(...")
  • 01:08, 15 September 2022 Busk talk contribs created page Azure backups (Created page with "https://docs.microsoft.com/en-us/azure/backup/disk-backup-overview")
  • 20:48, 14 September 2022 Busk talk contribs created page Growpart (Created page with "``` lsblk df -h sudo growpart /dev/sdc 1 sudo resize2fs /dev/sdc1 lsblk df -h ```")
  • 17:26, 14 September 2022 Busk talk contribs created page Az cli backups (Created page with "az disk grant-access --duration-in-seconds 86400 --access-level Read --name azd0-foo_OsDisk_1 --resource-group MY-RGRP Download ``` az login --scope https://management.core....")
  • 16:52, 14 September 2022 Busk talk contribs created page Azure-cli arm64 (Created page with "Ubuntu 20.04 arm64 ``` sudo apt insatll python3-pip sudo pip3 install azure.cli az -h ``` Failed deb package cleanup ``` sudo python3 -m pip install azure.cli https://githu...")
  • 21:06, 12 September 2022 Busk talk contribs created page Powercli simple (Created page with "# Run command on all Linux (Not Windows) ``` $vCenters = @("vmc01", "vmc02") Connect-VIServer -Server $vCenters $hostName="foo" $GuestUser="foo@example.com" $GuestPassword...")
  • 23:20, 11 September 2022 Busk talk contribs created page Influxdb one-liners (Created page with "``` influxd-v1 backup -portable -host 10.x.x.x:8088 -db loadtesting bkp-influxdb-10.x.x.x-loadtesting ```")
  • 01:02, 11 September 2022 Busk talk contribs created page TLS (Created page with "Handshake - TLS Handshake - EVERYTHING that happens when you …: https://youtu.be/ZkL10eoG1PY")
  • 16:11, 2 September 2022 Busk talk contribs created page Zabbix web scenario (Created page with "required string two instances of word healthy.*healthy")
  • 16:40, 1 September 2022 Busk talk contribs created page Newrelic minion (Created page with "https://github.com/newrelic/docs-website/blob/develop/src/content/docs/synthetics/synthetic-monitoring/private-locations/install-containerized-private-minions-cpms.mdx")
  • 21:39, 30 August 2022 Busk talk contribs created page Bash command codes (Created page with "https://stackoverflow.com/questions/6109225/echoing-the-last-command-run-in-bash")
  • 19:01, 30 August 2022 Busk talk contribs created page Vault pki (Created page with "https://www.hashicorp.com/blog/certificate-management-with-vault")
  • 21:34, 25 August 2022 Busk talk contribs created page Docker-compose haproxy (Created page with "https://blog.hypriot.com/post/docker-compose-nodejs-haproxy/")
  • 22:25, 19 August 2022 Busk talk contribs created page Winrm renew tls cert (Created page with "https://stackoverflow.com/questions/61326087/how-to-renew-port-5986-winrm-certificate")
  • 16:06, 19 August 2022 Busk talk contribs created page Metricbeat (Created page with "https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-installation-configuration.html")
  • 21:19, 18 August 2022 Busk talk contribs moved page Wireshark TLS Decode Windows IIS to HTTPS Decode Via Pre-master secret without leaving a redirect
  • 19:46, 18 August 2022 Busk talk contribs created page Top (Created page with "# Powershell like commands - https://superuser.com/questions/176624/linux-top-command-for-windows-powershell#176625")
  • 16:25, 18 August 2022 Busk talk contribs created page TLS Termination (Created page with "https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-load-balancing-with-ssl-termination")
  • 15:22, 17 August 2022 Busk talk contribs moved page Export certificate to pfx windows iis to Wireshark TLS Decode Windows IIS without leaving a redirect
  • 15:18, 17 August 2022 Busk talk contribs created page Export certificate to pfx windows iis (Created page with "https://www.sevecek.com/EnglishPages/Lists/Posts/Post.aspx?ID=89")
  • 20:37, 16 August 2022 Busk talk contribs created page Ldaps (Created page with "openssl s_client -showcerts -connect ldap.yourdomain.com:636")
  • 15:39, 16 August 2022 Busk talk contribs created page Supermicro NVME Servers (Created page with " A+ Server 2123US-TN24R25M 2U Server AMD EPYC 7002-Series Processor DDR4 24 NVMe Hot-Swap R1600W (Complete System Only) SY-SM-2123US-TN24 1 ``` $4124.00 $4124.00 64GB PC4-25...")
  • 01:41, 16 August 2022 Busk talk contribs created page Https validation (Created page with "https://securityheaders.com/?q=https%3A%2F%2Fexample.com&hide=on https://www.ssllabs.com/ssltest/analyze.html?d=example.com&hideResults=on&latest")
  • 15:20, 15 August 2022 Busk talk contribs created page Aks terraform (Created page with "https://github.com/im-platform/kubernetes-terraform https://github.com/jeremybusk/private-aks-cluster-terraform-devops")
  • 16:43, 12 August 2022 Busk talk contribs created page Reindex concurrently (Created page with "https://www.postgresql.org/docs/current/sql-reindex.html#SQL-REINDEX-CONCURRENTLY There was a bug with it that was patched in 14.4 here is note on that https://www.postgresql...")
  • 16:01, 12 August 2022 Busk talk contribs created page Zabbix Housekeeping (Created page with "https://www.youtube.com/watch?v=aNUKoLyxE9g")
  • 20:58, 11 August 2022 Busk talk contribs created page Digicert (Created page with "https://www.e2encrypted.com/certs/d6aee31631f7abc56b9de8abeccc4108a626b104/ curl -sSL http://cacerts.digicert.com/DigiCertGlobalCAG2.crt --output cert.crt openssl x509 -in c...")
  • 23:23, 7 August 2022 Busk talk contribs created page Postgres active queries (Created page with "``` SELECT pid, age(clock_timestamp(), query_start), usename, query FROM pg_stat_activity WHERE query != '<IDLE>' AND query NOT ILIKE '%pg_stat_activity%' ```")
  • 15:32, 6 August 2022 Busk talk contribs created page Disa atig (Created page with "https://ubuntu.com/engage/DISA-STIG-auditing-in-air-gapped-environment?utm_source=google_ad&utm_medium=cpc&utm_content=affinity&utm_campaign=7013z000000ihWVAAY&gclid=Cj0KCQjwo...")
  • 16:13, 5 August 2022 Busk talk contribs created page PostgreSQL Optimize and Improve Performance with VACUUM, ANALYZE, and REINDEX (Created page with "Shameless rip from https://confluence.atlassian.com/kb/optimize-and-improve-postgresql-performance-with-vacuum-analyze-and-reindex-885239781.html ``` Purpose If the applicati...")
  • 17:38, 1 August 2022 Busk talk contribs created page Cassandra jmx (Created page with "https://docs.datastax.com/en/cassandra-oss/2.1/cassandra/security/secureJmxAuthentication.html")
  • 22:04, 29 July 2022 Busk talk contribs created page Haproxy Bird Calico (Created page with "https://www.haproxy.com/blog/run-the-haproxy-kubernetes-ingress-controller-outside-of-your-kubernetes-cluster/")
  • 16:41, 27 July 2022 Busk talk contribs created page Sssd cache (Created page with "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/sssd-cache https://access.redhat.com/discussions/3352911 https://serverfaul...")
  • 18:05, 26 July 2022 Busk talk contribs created page Haproxy ansible (Created page with "https://opendev.org/opendev/system-config/src/commit/df23d48949d6b27165fb1f3885f6e307a4c37b00/playbooks/roles/haproxy/tasks/main.yaml")
  • 16:22, 26 July 2022 Busk talk contribs created page Haproxy misc (Created page with "``` defaults maxconn 300000 log global option redispatch option http-server-close timeout http-request 10s timeout check 10s timeout connect 10s timeout client...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)