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)
  • 00:57, 21 December 2024 Busk talk contribs created page Kubeadm init ubuntu 24.04 (Created page with "# Kubernetes multi-node cluster using kubeadm based on Ubuntu 24.04 - https://medium.com/@subhampradhan966/kubeadm-setup-for-ubuntu-24-04-lts-f6a5fc67f0df ## Script ### kub...")
  • 17:59, 20 December 2024 Busk talk contribs created page Kubeadm ubuntu (Created page with "https://medium.com/@subhampradhan966/how-to-install-kubernetes-cluster-kubeadm-setup-on-ubuntu-22-04-step-by-step-guide-dfcf33253f5f")
  • 01:21, 20 December 2024 Busk talk contribs created page Cka (Created page with "https://medium.com/@mrJTY/kubernetes-cka-exam-cheat-sheet-6194ccf162bb")
  • 21:28, 17 December 2024 Busk talk contribs created page Spot azure vm start if deallocated (Created page with "# Code ``` #!/bin/bash # Set environment variables RESOURCE_GROUP="your-resource-group" VM_NAME="your-vm-name" CHECK_INTERVAL=60 # Check every 60 seconds # Function to chec...")
  • 19:46, 14 December 2024 Busk talk contribs created page Aks terraform ha python (Created page with "``` import os import json from jinja2 import Template # Define variables for your AKS cluster resource_group_name = "my-aks-rg" location = "eastus" cluster_name = "my-aks-clu...")
  • 13:32, 14 December 2024 Busk talk contribs created page Github secrets rotation (Created page with "``` #!/bin/bash # Authenticate to Azure (if not already authenticated) az login # Get the storage account access key storage_account_name="your_storage_account_name" storage...")
  • 12:56, 14 December 2024 Busk talk contribs created page Envsubstr (Created page with "``` Understanding the envsubst Command and Unset Variables The envsubst command is a powerful tool for substituting environment variables within text. However, when a variable...")
  • 21:49, 13 December 2024 Busk talk contribs created page Aks postgres (Created page with "https://learn.microsoft.com/en-us/azure/aks/deploy-postgresql-ha")
  • 17:29, 11 December 2024 Busk talk contribs created page Grafana oauth2 (Created page with "https://github.com/grafana/grafana/blob/main/docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md")
  • 02:34, 7 December 2024 Busk talk contribs created page Key vault csi secret mount (Created page with "# Code ## main.sh ``` #!/bin/bash set -eu . ../includes/main.sh az keyvault secret set --vault-name $AKS_SECRETS_KV_NAME --name my-secret --value "test value" export AKS_MAN...")
  • 17:23, 27 November 2024 Busk talk contribs created page Rook-ceph microk8s (Created page with "https://github.com/rook/rook/issues/12219 helm_upgrade "--install --version 1.15.6 rook-ceph rook-release/rook-ceph --set csi.kubeletDirPath=/var/snap/microk8s/common/var/lib...")
  • 18:41, 22 November 2024 Busk talk contribs created page Secrets csi driver (Created page with "https://learn.microsoft.com/en-us/azure/aks/hybrid/secrets-store-csi-driver")
  • 15:57, 22 November 2024 Busk talk contribs created page Key vault permissions (Created page with "# Simple commands for clean-up az keyvault update --name $SECRETS_KV_NAME --resource-group $RGRP_NAME --enable-rbac-authorization true")
  • 23:26, 16 November 2024 Busk talk contribs created page Servers direct (Created page with "https://www.avadirect.com/Tyan-Transport-HX-TN85-B8261-B8261T85E24HR-2T-Dual-AMD-EPYC-9004-Series-Processors-NVMe-2U-GPU-Rackmount-Server-Computer/Configure/18227031#ln-838414")
  • 14:17, 15 November 2024 Busk talk contribs created page Openssl get ca from url (Created page with "``` openssl s_client -showcerts -connect cisco.com:443 </dev/null 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > ca.crt ```")
  • 18:24, 14 November 2024 Busk talk contribs created page One line if bash (Created page with "``` ! -v DR_ENABLED && envtpl --keep-template foo.tf.tpl -v DR_ENABLED && envtpl --keep-template bar.tf.tpl ```")
  • 20:16, 11 November 2024 Busk talk contribs created page Sumo jira example (Created page with "``` pip install requests ``` /etc/systemd/system/sumo-monitor ``` [Unit] Description=Sumo Logic Monitor Service After=network.target [Service] ExecStart=/usr/bin/python3 /pat...")
  • 18:03, 9 October 2024 Busk talk contribs created page Velero helm errors (Created page with "# Fix annotations from previous https://github.com/vmware-tanzu/velero/issues/7017 ``` Error: UPGRADE FAILED: rendered manifests contain a resource that already exists. Unabl...")
  • 16:54, 9 October 2024 Busk talk contribs created page Git remove file from history (Created page with "# Remove binary file from git history in order to reduce size of git clone To remove a binary file from the entire Git history to reduce the size of the repository, you can u...")
  • 19:15, 1 October 2024 Busk talk contribs created page Github Actions Repo Security Options (Created page with "``` name: Restrict Pull Requests on: pull_request: types: [opened, synchronize] jobs: restrict-pr: runs-on: ubuntu-latest steps: - name: Check PR Autho...")
  • 23:53, 12 September 2024 Busk talk contribs created page Active Directory Join (Created page with "realm join --user=administrator --server=dc1.example.com example.com")
  • 17:45, 23 August 2024 Busk talk contribs created page Wsl2 new (Created page with "Install Ubuntu 22.04 instance ``` $ErrorActionPreference = "Stop" $distributionName = "example1" $distrib = "ubuntu-22.04" $installLocation = "C:\WSL\$distributionName" $ta...")
  • 19:51, 14 August 2024 Busk talk contribs created page Sentinel (Created page with "# Learning - https://learn.microsoft.com/en-us/training/paths/sc-200-configure-azure-sentinel-environment/")
  • 21:30, 12 August 2024 Busk talk contribs created page Inactive AD accounts (Created page with "# Get inactive accounts ``` # Import the Active Directory module Import-Module ActiveDirectory # Define the OU path $ouPath = "OU=Example Foo Accounts,DC=example,DC=com" # D...")
  • 16:46, 12 August 2024 Busk talk contribs created page Wsl2 vpn fix route (Created page with "``` Get-NetIPInterface -InterfaceAlias "vEthernet (WSL)" | Set-NetIPInterface -InterfaceMetric 1 Get-NetAdapter | Where-Object { $_.InterfaceDescription -like "PANGP*" } | Set...")
  • 15:24, 11 August 2024 Busk talk contribs created page Flashrom (Created page with "Flashrom Bios Update Linux ``` Updating the BIOS using flashrom is an advanced process and should be done with caution, as it involves directly flashing the firmware. flashrom...")
  • 09:32, 27 July 2024 Busk talk contribs created page Wireguard point-to-point (Created page with "``` sudo apt update sudo apt install wireguard sudo yum install epel-release sudo yum install wireguard-tools wg genkey | tee /etc/wireguard/privatekey | wg pubkey > /etc/wi...")
  • 09:19, 27 July 2024 Busk talk contribs created page Linux hardware (Created page with "sudo apt-get install smartmontools sudo smartctl -i /dev/sda")
  • 12:38, 26 July 2024 Busk talk contribs created page Juju k8s (Created page with "https://github.com/zecke/Kubernetes/blob/master/docs%2Fgetting-started-guides%2Fjuju.md")
  • 11:55, 26 July 2024 Busk talk contribs created page Maas k8s (Created page with "https://github.com/antongisli/maas-baremetal-k8s-tutorial")
  • 21:39, 25 July 2024 Busk talk contribs created page Zabbix ldaps (Created page with "https://bgmot.com/zabbix_secure_ldap")
  • 16:20, 25 July 2024 Busk talk contribs created page Tshark domains (Created page with "``` sudo pkill tshark # rm nohup.out sleep 5 nohup sudo tshark -Q -l -i any -f 'dst port ( 443 ) ' -Y 'tls.handshake.extension.type == "server_name" || http.host' -T fields -...")
  • 05:52, 21 July 2024 Busk talk contribs created page Zimbra 10.0.6 fixes (Created page with "/opt/zimbra/jetty_base/etc/jetty.xml.in ``` <Call id="httpsConnector" name="addConnector"> <Set name="port">%%zimbraMailSSLPort%%</Set> ``` ``` zmprov ms `zmhostname` zimbra...")
  • 17:55, 20 July 2024 Busk talk contribs created page Email software (Created page with "https://github.com/Mindbaz/awesome-opensource-email")
  • 03:17, 12 July 2024 Busk talk contribs created page AD Scripts (Created page with "# Remove Sessions by User ``` # Define the username to log out and domain (adjust these values accordingly) $userToLogoff = "username" $domain = "DOMAIN" # Ensure the Active...")
  • 13:28, 8 July 2024 Busk talk contribs created page Sysctl.conf large instance (Created page with "sysctl.conf ``` fs.file-max = 2097152 ``` ``` # Increase the maximum number of socket connections net.core.somaxconn = 1024 # Increase the size of the receive queue net.core...")
  • 18:01, 7 July 2024 Busk talk contribs created page Pushgateway go get & push (Created page with "``` ./g -blackbox-url="http://blackbox.example.com:9115/probe?target=https://google.com&module=http_2xx" -pushgateway-url="https://pushgateway.example.com/metrics/job/pushdemo...")
  • 17:55, 2 July 2024 Busk talk contribs created page Setfacl (Created page with "``` mkdir test setfacl -m 'u:EXAMPLE\myuser:rwx' ./test/ setfacl -x 'u:EXAMPLE\myuser' ./test/ ```")
  • 22:11, 26 June 2024 Busk talk contribs created page Kusto queries App Service & AGW (Created page with "Go to Application Insights for Service and logs ``` requests | where url contains 'https://my-app-service.azurewebsites.net' | where name contains 'health' | summarize count(...")
  • 16:38, 25 June 2024 Busk talk contribs created page Samba dos attributes (Created page with "https://www.truenas.com/community/threads/disabling-dos-attributes-to-improve-samba-browsing-performance.24906/")
  • 16:37, 24 June 2024 Busk talk contribs created page Hacker tools (Created page with "Misc Hacker Tools - BURP - https://github.com/SNGWN/Burp-Suite-Pro - sqlmap - https://github.com/PortSwigger - OWASP")
  • 00:58, 23 June 2024 Busk talk contribs created page Thanos docker-compose (Created page with "``` Running multiple Prometheus servers with Thanos and MinIO for object storage. This setup assumes you want to run two Prometheus instances, one MinIO instance for storage,...")
  • 03:49, 14 June 2024 Busk talk contribs created page Mtr exporter (Created page with "``` package main import ( "encoding/json" "log" "net/http" "os/exec" "github.com/gorilla/mux" ) type MTRResult struct { // Define the structure to match MTR JSON outp...")
  • 18:31, 13 June 2024 Busk talk contribs created page Blackbox exporter icmp (Created page with "Dockerfile ``` # Use a lightweight base image FROM alpine:latest # Install necessary packages RUN apk add --no-cache \ libcap \ curl # Download and install Blackbox...")
  • 18:09, 13 June 2024 Busk talk contribs created page Thanos (Created page with "https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/thanos.md")
  • 16:11, 13 June 2024 Busk talk contribs created page Log Analytics Workspace (Created page with "# https://learn.microsoft.com/en-us/azure/azure-monitor/logs/search-jobs?tabs=portal-1%2Cportal-2 ``` if you have updated your log analytics workspace to utilize archive log r...")
  • 00:32, 12 June 2024 Busk talk contribs created page Postfix docker relay (Created page with "# Run docker container for relay using uvoo/email-relay ``` docker rm postfix -f || true mkdir -p data cd data mkdir -p keys logs spool_postfix sudo chmod 0755 keys logs spool...")
  • 23:30, 3 June 2024 Busk talk contribs created page Aks bash (Created page with "``` #!/bin/bash # Variables RESOURCE_GROUP="myResourceGroup" AKS_CLUSTER_NAME="myAKSCluster" LOCATION="eastus" VNET_NAME="myVNet" SUBNET_NAME="mySubnet" # Create resource gr...")
  • 13:47, 27 May 2024 Busk talk contribs created page RLS example (Created page with "# Simple Example ``` CREATE USER alice PASSWORD 'password'; CREATE USER bob PASSWORD 'password'; CREATE USER carol PASSWORD 'password'; GRANT group_admin TO alice; GRANT group...")
  • 20:20, 26 May 2024 Busk talk contribs created page Zimbra errors (Created page with "# Error ``` Starting ldap...Done. Unable to start TLS: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed w...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)