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)- 21:27, 1 June 2021 Busk talk contribs created page Sc.exe (Created page with "$sumohost = "myhostname"; Invoke-Command -ComputerName $sumohost -ScriptBlock { sc.exe failure sumo-collector reset=3600 actions= restart/30000 }")
- 20:47, 1 June 2021 Busk talk contribs created page Get-WmiObject (Created page with "Get-WmiObject Win32_service | Format-Table Name, DisplayName, State, StartMode, StartName")
- 19:20, 1 June 2021 Busk talk contribs created page Kubectl (Created page with "# On Microk8s Quick ``` mkdir $HOME/.kube microk8s config > $HOME/.kube/config snap install kubectl --classic kubectl get nodes ``` or alias ``` alias kubectl='sudo microk8s...")
- 03:10, 1 June 2021 Busk talk contribs created page Go pq (Created page with "https://pkg.go.dev/github.com/lib/pq")
- 17:01, 31 May 2021 Busk talk contribs created page PostgreSQL ssl (Created page with "https://loganmarchione.com/2020/10/securing-postgres-connections-using-lets-encrypt-certificates/")
- 22:50, 30 May 2021 Busk talk contribs created page Pgo (Created page with "# Install client https://github.com/jeremybusk/k8s-zabbix-deploy/blob/main/pgo/install-pgo.sh ``` kubectl -n pgo port-forward svc/postgres-operator 8443:8443 pgo create clus...")
- 17:30, 30 May 2021 Busk talk contribs created page Go os exec (Created page with "https://blog.kowalczyk.info/article/wOYk/advanced-command-execution-in-go-with-osexec.html")
- 15:18, 29 May 2021 Busk talk contribs created page Postgres Sign Row (Created page with "https://www.enterprisedb.com/postgres-tutorials/how-properly-sign-rows-provide-integrity-postgresql")
- 14:15, 29 May 2021 Busk talk contribs created page Cloud vs Hybrid (Created page with "https://a16z.com/2021/05/27/cost-of-cloud-paradox-market-cap-cloud-lifecycle-scale-growth-repatriation-optimization/")
- 22:41, 28 May 2021 Busk talk contribs created page Go Gettng Started (Created page with "https://www.wolfe.id.au/2020/03/10/starting-a-go-project/")
- 17:37, 28 May 2021 Busk talk contribs created page Hostnamectl (Created page with "20.04 ``` hostnamectl set-hostname your.hostname.com ``` 18.04 ``` nano /etc/hosts ... add domain to end ``` Test ``` hostname -f dnsdomainname ```")
- 16:13, 28 May 2021 Busk talk contribs created page Git ignore (Created page with "git config --global core.excludesfile ~/.gitignore")
- 15:43, 28 May 2021 Busk talk contribs created page Keepalived (Created page with "https://nutss.wordpress.com/2019/07/12/high-availability-support-keepalived-and-nginx-on-ubuntu-debian/")
- 13:24, 27 May 2021 Busk talk contribs created page Zabbix Remote Commands (Created page with "https://blog.zabbix.com/zabbix-remote-commands/7500/")
- 01:51, 27 May 2021 Busk talk contribs created page Choco for Windows Package Management (Created page with "https://github.com/chocolatey/choco Config files go here as a way to prevent exposure C:\ProgramData\<package>\")
- 00:38, 27 May 2021 Busk talk contribs created page Get-content (Created page with "Get-Content .\zabbix_agentd.conf | Where { $_ -notmatch '^#.*' -and $_ -notmatch '^\s*$' }")
- 20:33, 26 May 2021 Busk talk contribs created page Grep (Created page with "``` cat file | grep -v "^#\|^$" ```")
- 15:34, 25 May 2021 Busk talk contribs created page Zabbix Server Upgrade (Created page with "Make your backup snap of the vm when shutdown or at least database shutdown. - https://www.zabbix.com/download?zabbix=5.4&os_distribution=ubuntu&os_version=20.04_focal&db=pos...")
- 03:36, 25 May 2021 Busk talk contribs created page Golang OS Metrics (Created page with "https://github.com/shirou/gopsutil")
- 01:15, 24 May 2021 Busk talk contribs created page Powershell json (Created page with "(cat .\json.txt | ConvertFrom-Json).script")
- 22:14, 23 May 2021 Busk talk contribs created page Prometheus (Created page with "# To postgres - https://github.com/timescale/promscale/blob/master/docs/sql_schema.md")
- 15:48, 23 May 2021 Busk talk contribs created page Python yaml (Created page with "pip install pyyaml ``` import yaml with open("example.yaml", 'r') as stream: try: print(yaml.safe_load(stream)) except yaml.YAMLError as exc: print(e...")
- 01:54, 23 May 2021 Busk talk contribs created page Uninstall Windows App from Powershell (Created page with "# Uninstall App Using UninstallString ``` $search = 'myapp' $64bitnode = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' $32bitnode = 'HKLM:\SOFTWARE\Wow6432Node\M...")
- 17:44, 22 May 2021 Busk talk contribs created page Powershell Util Functions (Created page with "Tempdir ``` function New-TemporaryDirectory { $parent = [System.IO.Path]::GetTempPath() [string] $name = [System.Guid]::NewGuid() # $name = [System.IO.Path]::GetRandomFi...")
- 14:46, 22 May 2021 Busk talk contribs created page Zabbix Users Security (Created page with "https://blog.zabbix.com/user-roles-for-the-enterprise/12887/")
- 10:54, 22 May 2021 Busk talk contribs created page Zabbix Autoregistration (Created page with "https://bestmonitoringtools.com/install-zabbix-agent-on-windows-server-monitoring/ https://bestmonitoringtools.com/zabbix-agent-linux-install-on-ubuntu-centos-rhel-debian-ras...")
- 02:41, 22 May 2021 Busk talk contribs created page Java (Created page with "https://aws.amazon.com/corretto/")
- 02:11, 22 May 2021 Busk talk contribs created page Zabbix Agent Security (Created page with "https://www.zabbix.com/documentation/current/manual/appendix/items/win_permissions")
- 23:33, 21 May 2021 Busk talk contribs created page Microk8s RBAC (Created page with "https://microk8s.io/docs/multi-user")
- 12:52, 21 May 2021 Busk talk contribs created page Internet Peering (Created page with "https://docs.peeringdb.com/")
- 01:22, 21 May 2021 Busk talk contribs created page Zabbix Trigger Dependencies (Created page with "https://www.zabbix.com/documentation/current/manual/config/triggers/dependencies")
- 14:32, 20 May 2021 Busk talk contribs created page Lxd one-liners (Created page with "Delete all snaps ``` lxc info monitor-server | awk '{print $1}' | grep snap | xargs -i lxc delete monitor-server/{} ```")
- 13:09, 18 May 2021 Busk talk contribs moved page Logging group or user commands like sudo to Logging user or group commands like sudo on Linux without leaving a redirect
- 13:08, 18 May 2021 Busk talk contribs moved page Root or sudo command logging to Logging group or user commands like sudo without leaving a redirect
- 13:04, 18 May 2021 Busk talk contribs created page Root or sudo command logging (Created page with " /.bashrc ``` if [ -n "${BASH_VERSION}" ]; then trap "caller >/dev/null || \ printf '%s\\n' \"\$(date '+%Y-%m-%dT%H:%M:%S%z')\ \$(tty) \${BASH_COMMAND}\" 2>/dev/null >>~/...")
- 23:22, 17 May 2021 Busk talk contribs created page Microk8s Upgrade Nodes (Created page with "- https://microk8s.io/docs/upgrading On each node ``` sudo microk8s.kubectl get nodes ``` ``` sudo microk8s kubectl drain kub3 --ignore-daemonsets # --force --delete-empty...")
- 01:20, 16 May 2021 Busk talk contribs created page Expand Disk LXD VM (Created page with "Existing size is about 10G on Centos host called nas ``` lxc config device set nas root size=100GiB lxc shell nas ``` Add tools and expand (you can use fdisk/parted but this...")
- 23:03, 15 May 2021 Busk talk contribs created page Kubernetes Namespace Isolation (Created page with "https://www.synacktiv.com/en/publications/kubernetes-namespaces-isolation-what-it-is-what-it-isnt-life-universe-and-everything.html")
- 21:25, 14 May 2021 Busk talk contribs created page Kubernetes Training Excercises (Created page with "busk-ubuntu.yml ``` apiVersion: v1 kind: Pod metadata: name: busk-ubuntu labels: app: busk-ubuntu spec: containers: - name: ubuntu image: ubuntu:latest com...")
- 23:59, 9 May 2021 Busk talk contribs created page Economics (Created page with "https://www.bloomberg.com/news/videos/2021-04-28/why-economists-don-t-care-about-the-debt-video")
- 16:36, 7 May 2021 Busk talk contribs created page Flask HTTPS (Created page with "https://blog.miguelgrinberg.com/post/running-your-flask-application-over-https You really should use nginx or something faster but this is nice sometimes especially for testi...")
- 23:24, 4 May 2021 Busk talk contribs created page Python ldap (Created page with "https://flask-ldap3-login.readthedocs.io/en/latest/quick_start.html")
- 15:27, 4 May 2021 Busk talk contribs created page Kubernetes Platform Comparative (Created page with "https://redhatspain.com/matrix-table/")
- 15:07, 4 May 2021 Busk talk contribs created page Kubernetes Operators (Created page with "https://github.com/operator-framework/awesome-operators")
- 13:46, 4 May 2021 10.64.8.163 talk created page Buy Baccarat Cigars On-line (Created page with "We have completed over 150 take a look at with gamers world extensive. Contact us & we're more than pleased to share them with you. In the event of a participant win, [https:...")
- 13:45, 4 May 2021 10.64.8.163 talk created page Baccarat The Chinese Language Way (Created page with "This award-profitable playing website features lots of completely different Baccarat video games (you can play with live dealers, too!) and with limits that vary from micro to...")
- 13:45, 4 May 2021 10.64.8.163 talk created page User:CristineMendes (Created page with "We’ll [https://tech.uvoo.io/index.php/Baccarat_Animals_Crystal_From_Luxurycrystal 바카라사이트] stroll [https://www.access35.xyz/ 더킹카지노] extra about a few...")
- 13:45, 4 May 2021 User account 10.64.8.163 talk was created
- 13:44, 4 May 2021 10.64.8.163 talk created page Free Baccarat Games No Obtain (Created page with "The banker decides whether or not to draw utilizing a choice table similar to the one for Punto Banco, however with freedom of choice in simply a couple of circumstances. If t...")
- 13:44, 4 May 2021 10.64.8.163 talk created page User:MagaretPittard9 (Created page with "At first glance, [https://www.access35.xyz/ [https://www.access35.xyz/ 더킹카지노]] it might be [https://wooriwin1.com/ 바카라사이트] regarded as a foolproof stra...")