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)
  • 17:19, 6 December 2021 Busk talk contribs created page Transactions on Decentralized Blockchain (Created page with "Pros Cons Methods # Development Incentives ## Platform - Kubernetes - uuid namespaces with rbac uuid user with admin access to their namespaces - Cap usage via cpu/iops...")
  • 16:54, 4 December 2021 Busk talk contribs created page Gcloud (Created page with "Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted")
  • 23:41, 29 November 2021 Busk talk contribs created page Cleanup files (Created page with "``` find . -type f | xargs sed -i 's/[ \t]*$//' ```")
  • 19:34, 26 November 2021 Busk talk contribs created page K8s zfs storage class (Created page with "https://github.com/openebs/zfs-localpv on microk8s ``` snap install microk8s mkdir data truncate -s 100G /data/zfspv-pool.img curl -LO https://openebs.github.io/charts/zfs-op...")
  • 17:21, 25 November 2021 Busk talk contribs created page Sql shorts (Created page with "``` select * from hosts where lower(host) ~ '(host1|host2)'; ```")
  • 14:52, 25 November 2021 Busk talk contribs created page Golang Templates (Created page with "https://github.com/flosch/pongo2")
  • 05:01, 22 November 2021 Busk talk contribs created page Zabbix quirks (Created page with "https://githubmemory.com/repo/ansible-collections/community.zabbix/issues/460")
  • 03:43, 18 November 2021 Busk talk contribs created page Ansible Playbooks (Created page with "https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html")
  • 16:46, 16 November 2021 Busk talk contribs created page Ansible Sandbox (Created page with "``` - name: Playbook header to try multiple logins hosts: all gather_facts: no vars: usernames: - idjs - joe.smith - jsmith - foo password: somep...")
  • 02:18, 15 November 2021 Busk talk contribs created page Zpool (Created page with "zpool attach mypool /dev/disk1 /dev/disk2 zpool create mypool /dev/disk1")
  • 01:31, 15 November 2021 Busk talk contribs created page K8s zfs (Created page with "https://github.com/openebs/zfs-localpv")
  • 22:47, 14 November 2021 Busk talk contribs created page Azure Disk Live Resize (Created page with "https://docs.microsoft.com/en-us/azure/virtual-machines/windows/expand-os-disk")
  • 13:33, 13 November 2021 Busk talk contribs created page Microsoft Container Registry (Created page with "https://github.com/microsoft/containerregistry")
  • 23:02, 12 November 2021 Busk talk contribs created page Azure Disk Troubleshooting (Created page with "``` Normal Started 21m (x3 over 22m) kubelet Started container azuredisk Warning Unhealthy 21m kubelet Liveness probe failed: F...")
  • 19:29, 12 November 2021 Busk talk contribs created page Juju kubernetes (Created page with "https://ubuntu.com/kubernetes/docs/quickstart https://ubuntu.com/kubernetes/docs/install-manual")
  • 00:17, 12 November 2021 Busk talk contribs created page Zabbix http install (Created page with "For fresh install ``` $HostMetadata=":color=yellow:os=Windows:" $proxyToken="mytoken" [System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true} [System....")
  • 12:34, 11 November 2021 Busk talk contribs created page Zfs encryption (Created page with "https://blog.heckel.io/2017/01/08/zfs-encryption-openzfs-zfs-on-linux/")
  • 01:46, 11 November 2021 Busk talk contribs created page Zfs resize disk (Created page with "``` sudo partprobe -s sudo partprobe lsblk zpool list sudo zpool online -e <POOL NAME> <DEVICE NAME> # zpool online -e mypoolname sdb zpool list # Note: # partprobe - command...")
  • 19:12, 10 November 2021 Busk talk contribs created page Ansible-ssh (Created page with "https://stackoverflow.com/questions/68055804/changing-ssh-port-with-ansible-playbook")
  • 21:26, 7 November 2021 Busk talk contribs created page Nftables loadbalancing (Created page with "https://wiki.nftables.org/wiki-nftables/index.php/Load_balancing")
  • 13:41, 7 November 2021 Busk talk contribs created page Ipvsadm (Created page with " https://link.medium.com/2WUdA0LxZkb")
  • 17:04, 6 November 2021 Busk talk contribs created page Clamav (Created page with "``` apt-get install -y clamav clamav-daemon systemctl stop clamav-freshclam freshclam systemctl start clamav-freshclam systemctl enable clamav-freshclam ls /var/lib/clamav/ mk...")
  • 00:37, 6 November 2021 Busk talk contribs created page Deepdiff (Created page with "https://www.programcreek.com/python/example/103112/deepdiff.DeepDiff")
  • 19:36, 4 November 2021 Busk talk contribs created page LXD Provision by Yaml (Created page with "``` import yaml # pyyaml from yaml import load, dump from subprocess import Popen, PIPE import time try: from yaml import CLoader as Loader, CDumper as Dumper except Imp...")
  • 22:25, 3 November 2021 Busk talk contribs created page LXD Wrapper (Created page with "# a.b.c.d is ip address of LXD host and lxdbr0 is default bridge of host 172.16.0.1/23 is lxdbr0 ip/net # Proxy DNAT - https://discuss.linuxcontainers.org/t/using-proxy-devic...")
  • 21:43, 2 November 2021 Busk talk contribs created page LXD Install Script (Created page with "``` #!/usr/bin/env bash set -eux destroy(){ # sudo snap remove lxd | true sudo zpool destroy tank | true } install_lxd(){ # sudo apt-get update && sudo apt-get install...")
  • 01:10, 2 November 2021 Busk talk contribs created page LXD Ansible (Created page with "https://docs.ansible.com/ansible/latest/collections/community/general/lxc_container_module.html https://github.com/ansible-collections/community.general/blob/main/plugins/mod...")
  • 17:14, 1 November 2021 Busk talk contribs created page Azurerm (Created page with "https://github.com/claranet/terraform-azurerm-linux-vm")
  • 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")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)