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).
(newest | oldest) View (newer 50 | older 50 ) (20 | 50 | 100 | 250 | 500)- 14:36, 1 November 2021 Busk talk contribs created page Harbor (Created page with " https://link.medium.com/sIYPdAkEPkb")
- 22:34, 29 October 2021 Busk talk contribs created page Ebpf (Created page with "https://goteleport.com/blog/what-is-ebpf/")
- 21:49, 28 October 2021 Busk talk contribs created page Sensu (Created page with "# Ref - https://github.com/sensu/sensu-go - https://github.com/sensu/sensu-docker - https://github.com/jeremybusk/sensu-go-oss-docker")
- 20:10, 28 October 2021 Busk talk contribs created page HowTo Use Python Virtual Environments (Created page with "Linux ``` apt install python3 python3-venv python3 -m venv venv source venv/bin/activate pip install ansible-base ansible -h ansible-playbook -h ``` Windows ``` You can do th...")
- 19:54, 26 October 2021 Busk talk contribs created page VIM Oneliners (Created page with ":retab")
- 00:41, 26 October 2021 Busk talk contribs created page Zabbix Webscenerio (Created page with "https://bestmonitoringtools.com/zabbix-web-monitoring-create-web-scenarios-with-examples/")
- 04:42, 25 October 2021 Busk talk contribs created page Zabbix Cleanup (Created page with "https://github.com/azmelanar/zabbix-database-cleanup/blob/master/orphaned/clean.sql https://github.com/burner1024/zabbix-sql ``` delete from history where itemid not in (sel...")
- 18:42, 24 October 2021 Busk talk contribs created page Az cli (Created page with "az disk list --resource-group <my group> --out table")
- 18:05, 24 October 2021 Busk talk contribs moved page Azure Disk Types to Azure Disk
- 17:44, 24 October 2021 Busk talk contribs created page Azure Terraform (Created page with "https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine_scale_set")
- 17:39, 24 October 2021 Busk talk contribs created page Azure Disk Types (Created page with "https://blog.mycloudit.com/4-differences-between-the-azure-vm-storage-types")
- 16:06, 24 October 2021 Busk talk contribs created page Hashicorp Hell (Created page with "https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine")
- 02:04, 24 October 2021 Busk talk contribs created page Zabbix terraform (Created page with "https://github.com/claranet/terraform-provider-zabbix/blob/master/examples/linux_general/templates.tf")
- 19:18, 23 October 2021 Busk talk contribs created page VM Based k8s Cluster in Azure (Created page with "https://medium.com/swlh/using-the-azure-kubernetes-provider-in-a-vm-based-k8s-cluster-fdf941b86d69")
- 17:26, 22 October 2021 Busk talk contribs created page Bash Pipelines (Created page with "https://data-skills.github.io/unix-and-bash/03-bash-scripts/index.html")
- 04:22, 22 October 2021 Busk talk contribs created page Easyrsa (Created page with "https://wiki.archlinux.org/title/Easy-RSA")
- 19:57, 21 October 2021 Busk talk contribs created page Syslog (Created page with "echo "test" | nc -v -u -w 0 127.0.0.1 9514 https://github.com/jeremybusk/go-syslog go mod init a go get gopkg.in/mcuadros/go-syslog.v2 log.go ``` package main import (...")
- 13:22, 21 October 2021 Busk talk contribs created page Python requests (Created page with "https://stackoverflow.com/questions/48391750/disable-python-requests-ssl-validation-for-an-imported-module")
- 23:50, 20 October 2021 Busk talk contribs created page Syslog-ng (Created page with "``` openssl req -x509 -nodes -days 720 -newkey rsa:4096 -keyout selfsigned.key -out selfsigned. crt -subj "/C=US/ST=Utah/L=SLC/O=Example Corp/OU=Testing/CN=example.io" ```")
- 19:16, 18 October 2021 Busk talk contribs created page Az-network (Created page with " az network route-table list -g MY-RGRP | findstr -i 10.")
- 17:52, 18 October 2021 Busk talk contribs created page Git checkout (Created page with "Let's say pr144 is PULL Request ID ``` git fetch origin pull/144/head:pr144 git checkout pr144 ```")
- 06:23, 18 October 2021 Busk talk contribs created page Grafana Dashboards (Created page with "https://grafana.com/grafana/dashboards/8168")
- 22:12, 17 October 2021 Busk talk contribs created page Kubeval (Created page with " kubeval --schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master -d apps")
- 04:43, 17 October 2021 Busk talk contribs created page K8s configmap deployment (Created page with "https://stackoverflow.com/questions/37317003/restart-pods-when-configmap-updates-in-kubernetes")
- 04:00, 17 October 2021 Busk talk contribs created page K8s yaml validation (Created page with " https://link.medium.com/u3mYyWh1pkb")
- 21:57, 16 October 2021 Busk talk contribs created page Influxdb (Created page with "https://github.com/influxdata/influxdata-operator")
- 19:02, 16 October 2021 Busk talk contribs created page Ubuntu Reset Time in Container (Created page with "``` export DEBIAN_FRONTEND=noninteractive ln -fs /usr/share/zoneinfo/America/Denver /etc/localtime apt-get install -y tzdata dpkg-reconfigure --frontend noninteractive tzdata ```")
- 15:33, 15 October 2021 Busk talk contribs created page Github Actions Play (Created page with "https://dev.to/ku6ryo/how-to-set-env-parameters-conditionally-in-github-actions-1g6a")
- 14:52, 14 October 2021 Busk talk contribs created page K8s DNS Troubleshooting (Created page with " kubectl apply -f testpod-dnsutils.yaml kubectl exec -i -t dnsutils -- nslookup cisco.com 10.x.x.x kubectl exec -i -t dnsutils -- nslookup cisco.com kubectl logs -n 10...")
- 09:59, 14 October 2021 Busk talk contribs created page Kubectl get (Created page with "``` kubectl get secret "my_secret" -n "my_namespace" --context "my_context" -o yaml \ | yq d - 'metadata.resourceVersion' \ | yq d - 'metadata.uid' \ | yq d - 'met...")
- 23:24, 13 October 2021 Busk talk contribs created page Azure Connectivity Issues (Created page with "For Postgres and other services make sure endpoint status is enable on your VNET rules using Virtual Network. Sometimes these disappear. You could allow statics. Make sure Vi...")
- 17:53, 12 October 2021 Busk talk contribs created page Pgloader (Created page with "Ubuntu fix ``` apt update && apt install -y build-essential sbcl curl -LO https://github.com/dimitri/pgloader/releases/download/v3.6.2/pgloader-bundle-3.6.2.tgz tar xf pgloa...")
- 16:45, 12 October 2021 Busk talk contribs created page K8s Create Ubuntu Utility Container (Created page with "You can easily create a utility container with the following commands ``` kubectl run ubuntu --image=ubuntu -- sleep 3600 ``` ``` echo test > test.txt kubectl cp test.txt ub...")
- 03:37, 12 October 2021 Busk talk contribs created page K8s Canary (Created page with " https://link.medium.com/4rwkHQRGhkb")
- 03:03, 11 October 2021 Busk talk contribs created page Microk8s DNS Troubleshooting (Created page with "https://github.com/ChristofSchwarz/qseok_on_Microk8s/issues/1")
- 18:48, 10 October 2021 Busk talk contribs created page Busybox (Created page with "``` kubectl run -i --tty --rm debug --image=busybox --restart=Never -- sh ```")
- 15:52, 10 October 2021 Busk talk contribs created page Jinja (Created page with " ``` $ export MYENVVAR=foo ``` $ nano example.py ``` from jinja2 import Template import os template = Template("Hello {{ env['MYENVVAR'] or 'DefaultVal' }}") r = template.ren...")
- 13:20, 10 October 2021 Busk talk contribs created page K8s Multi-Zone (Created page with "https://kubernetes.io/docs/tasks/administer-cluster/highly-available-control-plane/")
- 04:42, 10 October 2021 Busk talk contribs created page K8s Ingress (Created page with "https://www.ibm.com/cloud/blog/kubernetes-ingress")
- 02:32, 10 October 2021 Busk talk contribs created page K8s sandbox (Created page with "``` apiVersion: apps/v1 kind: Deployment metadata: name: testnginx-deployment namespace: test spec: selector: matchLabels: app: testnginx replicas: 2 templ...")
- 20:08, 7 October 2021 Busk talk contribs created page Ssh-keygen (Created page with "``` ssh-keygen -f "~/.ssh/known_hosts" -R "10.x.x.x" ```")
- 17:54, 4 October 2021 Busk talk contribs created page Yq (Created page with "kubectl get configMap zabbix-server -oyaml | yq eval 'del(.metadata.resourceVersion, .metadata.uid, .metadata.annotations, .metadata.creationTimestamp, .metadata.selfLink, .me...")
- 15:40, 1 October 2021 Busk talk contribs created page Terraform Apply Fail (Created page with "# Partial failed terraform apply If terraform fails part way though and is left in inconsistent state even after you fix issues you might get resource already exists with th...")
- 15:51, 30 September 2021 Busk talk contribs created page Python Play (Created page with "# 1 ``` [d['value'] for d in l] ``` # 2 ``` list1 = ["a", "b" ,"c"] # a bunch of things dictionary1 = {"a":1, "b":2, "c":3} # like a list but each part of it has an associat...")
- 23:45, 27 September 2021 Busk talk contribs created page Github Actions Quirks (Created page with "https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast")
- 12:42, 27 September 2021 Busk talk contribs created page Kubernetes Pipelines Best Practices (Created page with "https://cloud.google.com/architecture/best-practices-continuous-integration-delivery-kubernetes")
- 20:06, 23 September 2021 Busk talk contribs created page Install MSSQL ODBC Driver on Ubuntu (Created page with "``` #!/usr/bin/env bash set -ex . /etc/os-release curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - curl https://packages.microsoft.com/config/$ID/$VERSI...")
- 21:27, 21 September 2021 Busk talk contribs created page Windows High CPU Trace via Process (Created page with "# Get reason for high cpu Run with admin privileges ## Get top processes ``` PS C:\> Get-Counter -ErrorAction SilentlyContinue '\Process(*)\% Processor Time' | Select-Objec...")
- 17:27, 21 September 2021 Busk talk contribs created page Terraform fmt (Created page with "terraform fmt -check -recursive -diff terraform fmt -recursive")
- 23:59, 16 September 2021 Busk talk contribs created page Zabbix LDAP (Created page with "https://github.com/zabbix-tooling/zabbix-ldap-sync")