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)
  • 14:31, 15 September 2021 Busk talk contribs created page Azure Fileshares (Created page with "Ubuntu ``` sharename=<mynamespace> sudo apt install cifs-utils sudo mount -t cifs //$sharename.file.core.windows.net/smbtest /mnt/smbtest -o vers=3.0,credentials=/etc/smbcred...")
  • 11:49, 15 September 2021 Busk talk contribs created page Envsubst (Created page with "Use bash to replace variables in host https://serverfault.com/questions/287688/templating-with-linux-in-a-shell-script ``` Example template file apache.tmpl: <VirtualHost *...")
  • 04:28, 14 September 2021 Busk talk contribs created page Kubernetes Deploy Methods (Created page with "https://www.reddit.com/r/devops/comments/b9fkmi/terraforms_kubernetes_provider_how_is_it/")
  • 02:18, 11 September 2021 Busk talk contribs created page Zabbix Agent Install (Created page with "https://github.com/Twikki/Zabbix")
  • 19:56, 9 September 2021 Busk talk contribs created page Pfx openssll (Created page with "openssl pkcs12 -in path.p12 -out newfile.crt.pem -clcerts -nokeys openssl pkcs12 -in path.p12 -out newfile.key.pem -nocerts -nodes")
  • 04:21, 9 September 2021 Busk talk contribs created page Kubectl rollout (Created page with "kubectl rollout restart deployment my-server -n dev-app")
  • 00:37, 9 September 2021 Busk talk contribs created page Kubernetes Smb (Created page with "https://serverfault.com/questions/1024219/cannot-mount-cifs-storage-on-k8s-cluster")
  • 20:33, 6 September 2021 Busk talk contribs created page Chocolatey Repo Proxy Using Sonatype Nexus3 (Created page with "https://www.youtube.com/watch?v=UehkG1VHtz0\ https://help.sonatype.com/repomanager3/formats/nuget-repositories/nuget-proxy-repositories https://hub.docker.com/r/sonatype/nex...")
  • 18:48, 2 September 2021 Busk talk contribs created page Generate Random Password (Created page with "``` < /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo; ```")
  • 18:47, 2 September 2021 Busk talk contribs created page Grafana Kubernetes (Created page with "https://grafana.com/docs/grafana/latest/administration/configuration/")
  • 01:39, 1 September 2021 Busk talk contribs created page Github API (Created page with "``` #!/usr/bin/env bash set -e shopt -s expand_aliases alias curl="curl --user \"$GITREPO_USERr:$GITREPO_PASS\"" getSecrets(){ curl \ -H "Accept: application/vnd.gith...")
  • 04:41, 30 August 2021 Busk talk contribs created page Envoy ADC (Created page with "https://dropbox.tech/infrastructure/how-we-migrated-dropbox-from-nginx-to-envoy")
  • 19:16, 29 August 2021 Busk talk contribs created page Ssh prep for pipeline (Created page with "Example of Using SSH for simple deployment in pipeline # Code main.sh ``` #!/usr/bin/env bash set -ex shopt -s expand_aliases prepSsh(){ ssh_host=$SSH_HOST ssh_user=$SS...")
  • 16:37, 29 August 2021 Busk talk contribs created page Github Actions Runner Using Kubernetes (Created page with "- https://sanderknape.com/2020/03/self-hosted-github-actions-runner-kubernetes/ - - - -")
  • 23:38, 26 August 2021 Busk talk contribs created page Bash oneliners (Created page with "``` grep -rl oldtext . | xargs sed -i 's/oldtext/newtext/g' ```")
  • 23:20, 26 August 2021 Busk talk contribs created page Kubernetes RBAC Role Examples (Created page with "https://stackoverflow.com/questions/48118125/kubernetes-rbac-role-verbs-to-exec-to-pod To allow a subject to read both pods and pod logs, and be able to exec into the pod, yo...")
  • 16:17, 26 August 2021 Busk talk contribs created page Kubernetes MultiZone Cluster (Created page with "https://kubernetes.io/blog/2016/03/building-highly-available-applications-using-kubernetes-new-multi-zone-clusters-aka-ubernetes-lite/")
  • 15:58, 25 August 2021 Busk talk contribs created page Github Actions SSH Keys (Created page with "https://zellwk.com/blog/github-actions-deploy/")
  • 13:39, 23 August 2021 Busk talk contribs moved page Microk8s Cert-managet to Microk8s Cert-manager without leaving a redirect
  • 12:17, 23 August 2021 Busk talk contribs created page Microk8s Cert-managet (Created page with "https://www.reddit.com/r/kubernetes/comments/g3z5sp/microk8s_with_certmanager_and_letsecncrypt/ https://www.madalin.me/wpk8s/2021/050/microk8s-letsencrypt-cert-manager-https....")
  • 20:41, 22 August 2021 Busk talk contribs created page Lxc one liners (Created page with "``` for i in $(lxc list --format=json | jq --raw-output '.[].name'); do echo $i; lxc stop $i; lxc config set $i boot.autostart false; done ```")
  • 16:50, 20 August 2021 Busk talk contribs created page Git Moving History to New Repo (Created page with "https://stackoverflow.com/questions/41811986/git-move-directory-to-another-repository-while-keeping-the-history ``` git subtree split -P dir-to-move -b split git remote add...")
  • 18:39, 18 August 2021 Busk talk contribs created page Sensu Go Cluster (Created page with "https://docs.sensu.io/sensu-go/latest/operations/deploy-sensu/use-federation/ https://sensu.io/blog/how-to-scale-your-monitoring-with-sensu-clustering")
  • 17:11, 18 August 2021 Busk talk contribs created page Sensuctl (Created page with "https://docs.sensu.io/sensu-go/latest/sensuctl/environment-variables/")
  • 15:25, 18 August 2021 Busk talk contribs created page Sensu Go Upgrade (Created page with "``` 0. Optional. You can clone one of the hosts to just work through upgrade process on a different day to get familiar of process before the real cluster upgrade. Just an opt...")
  • 22:36, 12 August 2021 Busk talk contribs created page Vmware tools (Created page with "# Exclude Nics for Docker & LXD /etc/vmware-tools/tools.conf - https://kb.vmware.com/s/article/78111 ``` [guestinfo] exclude-nics=veth*,virbr*,lxd* ```")
  • 19:08, 9 August 2021 Busk talk contribs created page Fping (Created page with "Examples ``` fping -a -r 0 -g 10.250.6.0/23 ``` # Notes Ubuntu: sudo apt-get install fping openSUSE: sudo zypper install fping Windows: http://fping.sourceforge.net/ Examp...")
  • 22:26, 8 August 2021 Busk talk contribs created page Zabbix Agent Uninstall (Created page with "HKLM:SYSTEM\CurrentControlSet\Services\EventLog\Application\Zabbix Agent 2 ``` Get-item "HKLM:SYSTEM\CurrentControlSet\Services\EventLog\Application\Zabbix Agent 2" Remove-It...")
  • 19:25, 7 August 2021 Busk talk contribs created page Zabbix NGINX PHP (Created page with "/etc/zabbix/nginx.conf ``` fastcgi_param PHP_VALUE "memory_limit = 512M"; ```")
  • 20:46, 6 August 2021 Busk talk contribs created page Zabbix VMWare (Created page with "https://bestmonitoringtools.com/vmware-monitoring-with-zabbix-esxi-vcenter-vm-vsphere/#Error_URL_using_badillegal_format_or_missing_URL")
  • 17:36, 6 August 2021 Busk talk contribs created page Vmware Api (Created page with "# vsphere/vcenter curl example ``` curl -k -i -u administrator@vsphere.local:password -X POST -c cookie-jar.txt https://vcenter/rest/com/vmware/cis/session curl -k -i -b cooki...")
  • 01:22, 5 August 2021 Busk talk contribs created page Ansible Playbook (Created page with "Here is an example of removing old service no longer used on windows ## Set your vars vars.yaml ``` ansible_user: '' ansible_password: '' ansible_connection: winrm ansible_po...")
  • 00:58, 4 August 2021 Busk talk contribs created page Golang Maps (Created page with "''' package main import ( // "string" "fmt" "github.com/go-resty/resty/v2" "encoding/json" "reflect" ) var PDAuthToken = "" var url = "https://api.pagerd...")
  • 20:09, 3 August 2021 Busk talk contribs created page Pager Duty API Golang (Created page with "https://github.com/PagerDuty/go-pagerduty/issues/94")
  • 13:13, 3 August 2021 Busk talk contribs moved page Golang Exec to Golang OS Exec without leaving a redirect
  • 18:30, 2 August 2021 Busk talk contribs created page Golang Flag (Created page with "https://stackoverflow.com/questions/9539633/global-variables-get-command-line-argument-and-print-it")
  • 12:53, 2 August 2021 Busk talk contribs created page Golang virus scanner (Created page with "https://www.socketloop.com/tutorials/golang-simple-file-scaning-and-remove-virus-example")
  • 18:06, 1 August 2021 Busk talk contribs created page Golang Example URLs (Created page with "https://www.devdungeon.com/content/working-files-go")
  • 11:11, 1 August 2021 Busk talk contribs created page Osexec (Created page with "https://blog.kowalczyk.info/article/wOYk/advanced-command-execution-in-go-with-osexec.html")
  • 18:13, 31 July 2021 Busk talk contribs created page Golang HTTP Client (Created page with "- https://github.com/go-resty/resty")
  • 12:29, 31 July 2021 Busk talk contribs created page Kubegres Kubernetes Postges (Created page with "https://www.kubegres.io/doc/getting-started.html https://www.postgresql.org/about/news/kubegres-is-available-as-open-source-2197/ https://github.com/reactive-tech/kubegres")
  • 03:25, 31 July 2021 Busk talk contribs created page Golang Exec (Created page with " https://link.medium.com/ofMrbthwkib")
  • 02:56, 30 July 2021 Busk talk contribs created page Mount bind read only (Created page with "https://unix.stackexchange.com/questions/128336/why-doesnt-mount-respect-the-read-only-option-for-bind-mounts mount SRC DST -o bind,ro")
  • 17:24, 29 July 2021 Busk talk contribs created page Gitfs (Created page with "https://www.presslabs.com/docs/code/gitfs/usage/#user-content-directory-structure")
  • 19:22, 27 July 2021 Busk talk contribs created page Netbox Upgrade (Created page with "``` cd netbox-docker git pull https://github.com/netbox-community/netbox-docker docker-compose pull docker-compose down docker-compose up docker-compose logs -f ```")
  • 13:28, 25 July 2021 Busk talk contribs created page PKI in Golang (Created page with "https://www.kenmoini.com/blog/building-x509-in-golang-directory-structure/")
  • 20:48, 19 July 2021 Busk talk contribs created page Sumologic Collector (Created page with "# Linux Install ``` clobber=false token=<token> cd /tmp/ wget "https://collectors.sumologic.com/rest/download/linux/64" -O SumoCollector.sh && chmod +x collector_name=$(hostna...")
  • 16:42, 19 July 2021 Busk talk contribs created page Docker Build (Created page with "https://docs.docker.com/language/python/build-images/")
  • 15:11, 19 July 2021 Busk talk contribs created page Kubernetes PVC (Created page with "https://blog.macstadium.com/blog/how-to-k8s-persistent-volumes-and-claims")
  • 18:14, 18 July 2021 Busk talk contribs created page Kubernetes RBAC Example (Created page with "- https://jeremievallee.com/2018/05/28/kubernetes-rbac-namespace-user.html - https://medium.com/@rschoening/read-only-access-to-kubernetes-cluster-fcf84670b698 ``` s=$(kubect...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)