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)
  • 03:13, 15 April 2023 Busk talk contribs created page Haproxy ssl (Created page with "https://www.haproxy.com/blog/dynamic-ssl-certificate-storage-in-haproxy/")
  • 20:59, 14 April 2023 Busk talk contribs created page Multipass (Created page with "`` winget install -e --id Canonical.Multipass multipass find multipass launch 22.04 --name jammy multipass list ```")
  • 15:43, 14 April 2023 Busk talk contribs created page Winget (Created page with "``` winget list | findstr -i power winget upgrade powershell --version 7.3.4 winget upgrade Microsoft.WindowsTerminal ``` ``` https://github.com/PowerShell/PowerShell/releas...")
  • 15:08, 14 April 2023 Busk talk contribs created page Cert extraction from pfx (Created page with "# Simple example using pure bash .env ``` export PASSIN="<Your venafi PKCS#12 download pfx file password>" export AD_USER="<Your AD username>" export AD_PASS="Your AD user pa...")
  • 01:30, 13 April 2023 Busk talk contribs created page Trusted ca root grid (Created page with "https://ccadb.my.salesforce-sites.com/microsoft/IncludedCACertificateReportForMSFT")
  • 23:56, 11 April 2023 Busk talk contribs created page Openssl extract (Created page with "# 1 Download pkcs12 for host.example.com.pfx from PKI extract certs for pkcs12 ``` openssl pkcs12 -in host.example.com.pfx -nocerts -nodes > entity.key openssl pkcs12 -inĀ  h...")
  • 23:35, 10 April 2023 Busk talk contribs created page Vault troubleshooting (Created page with "https://developer.hashicorp.com/vault/docs/configuration/listener/tcp#tls_disable_client_certs")
  • 22:01, 10 April 2023 Busk talk contribs created page AGW Troubleshooting (Created page with "https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-backend-health-troubleshooting")
  • 06:17, 9 April 2023 Busk talk contribs created page Banking (Created page with "https://www.flexbase.app/business-resources/are-business-bank-accounts-protected-by-fdic")
  • 13:37, 8 April 2023 Busk talk contribs created page Postgrest reactjs (Created page with "https://github.com/marmelab/react-admin https://github.com/raphiniert-com/ra-data-postgrest")
  • 13:23, 8 April 2023 Busk talk contribs created page Flask orm (Created page with "# Example https://www.digitalocean.com/community/tutorials/how-to-use-flask-sqlalchemy-to-interact-with-databases-in-a-flask-application")
  • 13:00, 8 April 2023 Busk talk contribs created page Erp (Created page with "https://www.capterra.com/sem/enterprise-resource-planning-software/?utm_source=ps-google&utm_medium=ppc&v=pvp_wci_a&utm_campaign=:1:CAP:2:COM:3:All:4:US:5:BAU:6:SOF:7:Mobile:8...")
  • 12:23, 8 April 2023 Busk talk contribs created page Argparse set from env var (Created page with "https://stackoverflow.com/questions/10551117/setting-options-from-environment-variables-when-using-argparse")
  • 17:28, 7 April 2023 Busk talk contribs created page Venafi api (Created page with "Platform->API->Integrations # Get Cert .env ``` set -a API_HOST=venafi.example.com USERNAME=foo PASSWORD=bar CLIENT_ID=apiIntergrationName SCOPE="certificate:manage" ``` `...")
  • 16:08, 6 April 2023 Busk talk contribs created page Openssl check cert (Created page with "``` Check a certificate: Check a certificate and return information about it (signing authority, expiration date, etc.) openssl x509 -in server.crt -text -noout Check a key:...")
  • 15:56, 6 April 2023 Busk talk contribs created page Pki management (Created page with "https://github.com/opencoff/go-pki")
  • 15:03, 6 April 2023 Busk talk contribs created page Sumologic curl scripts (Created page with ".env ``` set -a API_ENDPOINT="https://api.us2.sumologic.com/api/v1/" SERVICE_ENDPOINT="https://api.us2.sumologic.com/api/" ACCESS_ID=<yourid> ACCESS_KEY=<yourkey> ``` ``` . ....")
  • 16:37, 5 April 2023 Busk talk contribs created page Microk8s production use (Created page with "https://serverfault.com/questions/941857/is-microk8s-suitable-for-production-environments-or-is-it-just-for-development Enable rbac")
  • 19:44, 4 April 2023 Busk talk contribs created page Sensu k8s (Created page with "https://github.com/sensu/sensu-k8s-quick-start")
  • 16:26, 4 April 2023 Busk talk contribs created page K8s security scanner (Created page with "https://github.com/aquasecurity/trivy")
  • 22:17, 3 April 2023 Busk talk contribs created page K8s backup (Created page with "https://github.com/vmware-tanzu/velero")
  • 17:33, 3 April 2023 Busk talk contribs created page Postgresql clients (Created page with "# GUI - https://www.sqlmanager.net/products/postgresql/manager/download/134")
  • 14:03, 3 April 2023 Busk talk contribs created page Conntrackd (Created page with "https://backreference.org/2013/04/03/firewall-ha-with-conntrackd-and-keepalived/index.html")
  • 01:36, 3 April 2023 Busk talk contribs created page Preserve ip address k8s (Created page with "https://stackoverflow.com/questions/57170956/bare-metal-k8s-how-to-preserve-source-ip-of-client-and-direct-traffic-to-nginx")
  • 16:57, 2 April 2023 Busk talk contribs created page Postgres procedure (Created page with "``` create procedure increase(inout i integer ) LANGUAGE 'plpgsql' AS $$ begin i = i+1; return; end ; $$; call increase(1); ```")
  • 16:18, 2 April 2023 Busk talk contribs created page Dblink postgres (Created page with "https://dbaclass.com/article/how-to-create-database-link-in-postgres/")
  • 14:28, 2 April 2023 Busk talk contribs created page Postgres uuid (Created page with "select gen_random_uuid ();")
  • 21:38, 31 March 2023 Busk talk contribs created page ERP OpenSource (Created page with "https://opensource.com/tools/enterprise-resource-planning")
  • 20:40, 30 March 2023 Busk talk contribs created page DNS Transfers (Created page with "https://dcc.godaddy.com/control/transfers")
  • 15:50, 29 March 2023 Busk talk contribs created page Outlook 365 (Created page with "smtp.office365.com ``` Account scopes = ["IMAP.AccessAsUser.All", "POP.AccessAsUser.All", "SMTP.Send", "Mail.Send", "offline_access"] account = Account(credentials=('clien...")
  • 13:27, 29 March 2023 Busk talk contribs created page Bash test missing variables (Created page with "https://unix.stackexchange.com/questions/463034/bash-throws-error-line-8-1-unbound-variable ``` n particular, one could use [ -n "${1-}" ] (that is, with an empty default valu...")
  • 09:50, 29 March 2023 Busk talk contribs created page Postfix (Created page with "https://www.cyberciti.biz/faq/how-to-configure-postfix-relayhost-smarthost-to-send-email-using-an-external-smptd/")
  • 23:14, 28 March 2023 Busk talk contribs created page F5 SMTP (Created page with "set logging in irule via TCL Something like ``` when CLIENT_ACCEPTED { # log local0. "Client:[IP::client_addr]:[TCP::client_port]: Connection to [virtual name] [IP::local_a...")
  • 11:40, 27 March 2023 Busk talk contribs created page Redirect output in bash (Created page with "https://stackoverflow.com/questions/876239/how-to-redirect-and-append-both-standard-output-and-standard-error-to-a-file-wit ``` There are two ways to do this, depending on yo...")
  • 20:32, 24 March 2023 Busk talk contribs created page Postfix docker (Created page with "https://hub.docker.com/r/boky/postfix/ https://github.com/jeremybusk/docker-postfix")
  • 22:53, 22 March 2023 Busk talk contribs created page AKS Gotchas (Created page with "https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/upgrade-fails-because-of-nsg-rules")
  • 23:16, 21 March 2023 Busk talk contribs created page Azure DNS (Created page with "# Why not to use ## No DNSSEC and looks like it never will - https://feedback.azure.com/d365community/idea/d403899e-8526-ec11-b6e6-000d3a4f0789 - https://www.digitalocean.com...")
  • 16:10, 21 March 2023 Busk talk contribs created page Kubernetes backup (Created page with "# AKS - Velero - https://learn.microsoft.com/en-us/azure/aks/hybrid/backup-workload-cluster")
  • 19:36, 20 March 2023 Busk talk contribs created page AKS Permissions (Created page with "``` AKS-cluster name -> Access control (IAM) -> Role assignments +Add -> Azure Kubernetes Service RBAC Cluster Admin select user and next/finish. ```")
  • 00:08, 19 March 2023 Busk talk contribs created page Postgres k8s (Created page with "https://news.ycombinator.com/item?id=31882256")
  • 18:01, 18 March 2023 Busk talk contribs created page Banks - SVB (Created page with "https://www.pbs.org/newshour/economy/why-silicon-valley-bank-and-signature-bank-failed-so-fast#:~:text=Liquidity%20risk,-Liquidity%20risk%20is&text=Customers%20of%20SVB%20were...")
  • 12:19, 17 March 2023 Busk talk contribs created page Ethereum 2 (Created page with "https://boxmining.com/ethereum-2/")
  • 22:44, 13 March 2023 Busk talk contribs created page Openldap postgre backend (Created page with "https://www.redradishtech.com/m/mobile.action#page/23494696")
  • 21:25, 13 March 2023 Busk talk contribs created page F5 TCL irule examples (Created page with "``` when CLIENT_ACCEPTED { set hsl [HSL::open -proto UDP -pool /APPLICATION/test_logserver] set tstamp [clock format [clock seconds] -format "%d/%m/%Y %H:%M:%S %z"]...")
  • 16:20, 13 March 2023 Busk talk contribs created page Office 365 SMTP relay (Created page with "# Office 365 SMTP relay - https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft...")
  • 20:48, 12 March 2023 Busk talk contribs created page Shredos (Created page with "# Linux - https://github.com/PartialVolume/shredos.x86_64 ## Download and wipe WARNING!!! We are assuming /dev/sdb is your USB drive. ``` curl -LO https://github.com/Partia...")
  • 19:29, 12 March 2023 Busk talk contribs created page Kali Linux (Created page with "# Download curl -LO https://cdimage.kali.org/kali-2022.4/kali-linux-2022.4-live-amd64.iso dd if=kali-linux-2022.4-live-amd64.iso of=/dev/sdb conv=fsync bs=4M # Shred disk or...")
  • 16:38, 12 March 2023 Busk talk contribs created page Powerdns geo (Created page with "https://jpmens.net/2015/11/12/geodns-with-powerdns-geoip-back-end/")
  • 15:21, 10 March 2023 Busk talk contribs created page Mssql (Created page with "https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-containers-deploy-helm-charts-kubernetes")
  • 22:04, 8 March 2023 Busk talk contribs created page SSO HTTP Authentication (Created page with "Here are some different ways. Note using module and then passing HTTP Header values/cookies to backend is usually the easiest. You can write your own LUA integration too. htt...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)