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 (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 15:14, 15 September 2026 Busk talk contribs created page 2fa ssh (Created page with "# Using 2FA Require OTP via Google Authenticator App publickey,keyboard-interactive (and - requires both) publickey keyboard-interactive (or - requires one or the other) #...")
  • 10:05, 15 September 2026 Busk talk contribs created page CKS exam prep (Created page with "https://tech-insider.org/kubernetes-security-hardening-2026/ https://github.com/mikonoid/CKS-exam-cheat-sheets/blob/main/system_hardering/os_footprint.md")
  • 18:58, 14 September 2026 Busk talk contribs created page Windows 11 prep (Created page with "## Windows 11 Prep ## Common Basic Apps ``` winget install -e --id Google.GoogleDrive winget install SlackTechnologies.Slack --source winget winget install -e --id Zoom.Zoom...")
  • 17:26, 14 September 2026 Busk talk contribs created page Ai cli install (Created page with "``` curl -fsSL https://antigravity.google/cli/install.sh | bash curl -fsSL https://gh.io/copilot-install | bash curl -fsSL https://claude.ai/install.sh | bash curl -fsSL https...")
  • 19:18, 5 September 2026 Busk talk contribs created page Linux Windows USB Drive format (Created page with "``` sudo parted /dev/sda --script mklabel gpt sudo parted /dev/sda --script mkpart primary 1MiB 100% sudo parted /dev/sda --script set 1 msftdata on sudo partprobe /dev/sda ```")
  • 16:25, 17 August 2026 Busk talk contribs created page Kong volcano sdk (Created page with "What Kong AI Gateway Does AutomaticallySemantic Caching: If a user asks the exact same question tomorrow, Kong serves the cached response instantly without incurring costs or...")
  • 01:05, 11 August 2026 Busk talk contribs created page Python on windows (Created page with "``` winget install Python.Python.3.14 pip install pipx pipx ensurepath pipx install ipython ```")
  • 15:11, 2 August 2026 Busk talk contribs created page Kube-virt - k8s in k8s (Created page with "One of the most popular and powerful use cases for KubeVirt, often referred to as **Kubernetes-in-Kubernetes** or **Tenant Clusters**. In this architecture, your underlying b...")
  • 20:10, 1 August 2026 Busk talk contribs created page Gitlab runner LXD (Created page with "https://docs.gitlab.com/runner/executors/custom_examples/lxd/ You need to **install the `gitlab-runner` apt package first**. Installing the package creates the `gitlab-runne...")
  • 19:26, 1 August 2026 Busk talk contribs created page Kubernetes Bare Metal (Created page with "https://www.digitalocean.com/community/tutorials/bare-metal-kubernetes You probably want to use cloud-init like this Ubuntu 24.04 `cloud-init` configuration for provisioning...")
  • 15:46, 1 August 2026 Busk talk contribs created page AWS vs Azure (Created page with "**for most greenfield projects, standard microservices, and general container workloads, Fargate is the default best choice.** The reduced configuration, lack of node managem...")
  • 07:14, 31 July 2026 Busk talk contribs created page Saltstack docker (Created page with "``` #!/bin/bash set -e # ========================================== # CONFIGURATION # ========================================== # Replace with your Dockerized Salt Master's...")
  • 02:00, 31 July 2026 Busk talk contribs created page Rootless docker (Created page with "Works on Ubuntu 24.04 install-rootless-docker-on-ubuntu.sh ``` #!/bin/bash set -e SERVICE_USER="dockeruser" # 1. Ensure script is run with sudo/root privileges if $EUID...")
  • 22:22, 30 July 2026 Busk talk contribs created page Tpm2 (Created page with "Ubuntu 24.04 ls -l /dev/tpm* sudo apt install libtss2-rc0t64 libtss2-esys-3.0.2-0t64 tpm2-tools systemd-cryptenroll --tpm2-device=list lsblk -f | grep -i luk sudo systemd-cryp...")
  • 21:16, 25 July 2026 Busk talk contribs created page Kubectl sniff (Created page with "kubectl debug -i my-container-77c5f975d8-mt7mm -n my-ns --image=nicolaka/netshoot --target=my-container --profile=netadmin -- tcpdump -i any -nn -A -s 0 'tcp port 8080'...")
  • 17:05, 15 July 2026 Busk talk contribs created page Docker install ubuntu (Created page with "``` sudo apt update sudo apt install -y ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /...")
  • 02:18, 22 June 2026 Busk talk contribs created page Envoy from nginx for ingress (Created page with "go install github.com/kubernetes-sigs/ingress2gateway@latest # Translate an existing NGINX ingress into Gateway API manifests ingress2gateway print --providers ingress-nginx...")
  • 10:24, 20 June 2026 Busk talk contribs created page AI notes (Created page with "https://youtu.be/sOPDGQjFcuM?is=pGCLuNECaFYHC2xa")
  • 20:47, 15 June 2026 Busk talk contribs created page Zfs pool (Created page with " ``` sudo zpool create -o ashift=12 tank1 mirror /dev/disk/by-id/nvme-eui.0025385281b1b872 /dev/disk/by-id/nvme-eui.0025385281b1b878 sudo wipefs -a /dev/disk/by-id/nvme-Samsu...")
  • 00:35, 7 June 2026 Busk talk contribs created page Sandbox3 (Created page with "``` #!/bin/bash export REPO="your-owner/your-repo" export BRANCH="main" export RULESET_NAME="Migrated Protection - $BRANCH" # 1. Fetch Classic Branch Protection Rules echo "F...")
  • 15:07, 1 June 2026 Busk talk contribs created page Hugo (Created page with "``` nohup hugo server --source website_hugo --disableFastRender > hugo-server.log 2>&1 & ```")
  • 02:23, 26 May 2026 Busk talk contribs created page Amdgpu rocm (Created page with "# Make sure keyring dir exists sudo mkdir --parents --mode=0755 /etc/apt/keyrings # Refresh AMD key, same as you already did wget https://repo.radeon.com/rocm/rocm.gpg.key -O...")
  • 02:04, 26 May 2026 Busk talk contribs created page Rocm (Created page with "https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/install-methods/package-manager/package-manager-ubuntu.html")
  • 15:56, 25 May 2026 Busk talk contribs created page Zfs optimization (Created page with "# ZFS Optimization Get & Set ## Get current settings for pool ``` #!/bin/bash if [ -z "$1" ]; then echo "Usage: $0 <pool_name>" exit 1 fi POOL="$1" if ! zpool list...")
  • 15:57, 22 May 2026 Busk talk contribs created page Codex use local openai api (Created page with "To point the **Codex CLI** to your local `llama-server`, you primarily need to override the environment variables that the tool uses to locate the OpenAI API. Since the Codex...")
  • 15:36, 22 May 2026 Busk talk contribs created page Zfs nvme log and cache (Created page with "``` sudo nvme list Node Generic SN Model Namespace Usage Format...")
  • 17:32, 13 May 2026 Busk talk contribs created page Llama optimization (Created page with "Yes, that is a good **stable baseline**: ```bash ./build/bin/llama-server \ -hf ggml-org/gpt-oss-20b-GGUF \ -ngl 999 \ -c 2048 \ -np 1 \ -t 8 \ --no-warmup \ --...")
  • 16:32, 13 May 2026 Busk talk contribs created page Llama 1 (Created page with "`model.gguf` was just a placeholder. You need to download an actual `.gguf` file, such as: ```text gpt-oss-20b-mxfp4.gguf ``` For GPT-OSS 20B, the Hugging Face repo is: ```...")
  • 16:19, 13 May 2026 Busk talk contribs created page Tesla P40 llama.cpp (Created page with "``` sudo apt update sudo apt install -y git cmake build-essential curl libcurl4-openssl-dev git clone https://github.com/ggml-org/llama.cpp cd llama.cpp cmake -B build -DGGM...")
  • 16:16, 13 May 2026 Busk talk contribs created page Tesla P40 (Created page with " You must reboot after update so in kernel ```bash nvidia-srv/580.126.20, 6.8.0-111-generic, x86_64: installed ``` I would **stay on `580-server`** for the Tesla P40. Do *...")
  • 23:07, 7 May 2026 Busk talk contribs created page Codex cli (Created page with "2. Trusted Binaries The risk is considered low because bubblewrap is a small, heavily audited, and "security-first" piece of software. Its entire purpose is to provide isolati...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)