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)
  • 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...")
  • 14:59, 26 February 2023 Busk talk contribs created page Prometheus addtional-scrape-configs (Created page with "https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/additional-scrape-config.md https://blog.checklyhq.com/autoscaling-checkly-agents-with-keda...")
  • 19:21, 24 February 2023 Busk talk contribs created page Keda (Created page with "https://github.com/turbaszek/keda-example/tree/master/keda")
  • 20:50, 23 February 2023 Busk talk contribs created page Azure dns terraform (Created page with "https://github.com/scalair/terraform-azurerm-dns")
  • 19:55, 23 February 2023 Busk talk contribs created page Azure gotchas (Created page with "https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoints-overview#limitations")
  • 19:17, 23 February 2023 Busk talk contribs created page F5 BigIP License reactivation from BIGIQ (Created page with "Removes license control from BigIQ and reactivates license on local Bigip bash ``` clear-rest-storage get_dossier -b <key> https://secure.f5.com/Infopage/index.jsp Activate...")
  • 18:37, 23 February 2023 Busk talk contribs created page Haproxy keda autoscalling (Created page with "https://www.haproxy.com/blog/autoscaling-with-the-haproxy-kubernetes-ingress-controller-and-keda/")
  • 18:55, 21 February 2023 Busk talk contribs created page Roadmaps (Created page with "https://github.com/kamranahmedse/developer-roadmap https://roadmap.sh/devops")
  • 18:40, 21 February 2023 Busk talk contribs created page Technical debt (Created page with "https://www.imaginarycloud.com/blog/what-is-technical-debt/")
  • 03:40, 21 February 2023 Busk talk contribs created page Website html templates (Created page with "https://github.com/learning-zone/website-templates")
  • 00:55, 21 February 2023 Busk talk contribs created page K8s prometheus (Created page with "https://github.com/prometheus-operator/kube-prometheus")
  • 15:35, 20 February 2023 Busk talk contribs created page Lb performance (Created page with "https://www.haproxy.com/blog/haproxy-forwards-over-2-million-http-requests-per-second-on-a-single-aws-arm-instance/")
  • 20:46, 17 February 2023 Busk talk contribs created page Loadbalancers (Created page with "## Performance & Comparisons # Perf Tests - https://github.com/NickMRamirez/Proxy-Benchmarks - https://www.loggly.com/blog/benchmarking-5-popular-load-balancers-nginx-haproxy...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)