Actions

Special

User contributions for Rabbi Bob

A user with 1,988 edits. Account created on 20 April 2007.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

14 August 2026

  • 09:1109:11, 14 August 2026 diff hist +362 N ProxMox Created page with " =Troubleshooting= ==Locked Snapshots== * Sometimes a snapshot doesn't go as planned (especially when you stop it) and the VM gets locked. <pre> qm listsnapshot 102 qm unlock 102 qm delsnapshot 102 SNAPSHOTNAME --force ## is it away: zfs list -t snapshot -o name -s creation | grep -E '(^|/)vm-102-disk-0@|(^|/)vm-102-state-|102' </pre> Category:ProxMox" current Tag: Visual edit: Switched

13 August 2026

9 August 2026

8 August 2026

6 August 2026

  • 19:5819:58, 6 August 2026 diff hist +9,816 N Powershell: Ping Range Created page with "Category:Powershell Category:Weblog-2026-08 Not an original script. =Usage= <pre> .\Test-IPRange-Threaded.ps1 -startIP "192.168.1.1" -endIP "192.168.1.50" </pre> =Script= <pre> # 10.101.50.70 255.255.0.0 <# .SYNOPSIS Pings a range of IP addresses concurrently to check their online status. .DESCRIPTION This script takes a start IP address and an end IP address. It iterates through each IP address in the specified range (primarily designed for range..." current
  • 19:5419:54, 6 August 2026 diff hist +993 N Powershell: Ping Stuff Created page with "Category:Powershell Category:Weblog-2026-08 Provide a list of IP addresses, run the script. Checks DNS and outputs a results file. =Code= <pre> $deviceNames = Get-Content "devices.txt" $results = @() foreach ($name in $deviceNames) { $status = "Unknown" try { # Attempt to resolve DNS [System.Net.Dns]::GetHostEntry($name) $status = "Resolving..." # Check if device pings (up to 4 attempts with 1 second timeout) if (Test-Connect..." current

28 July 2026

25 July 2026

23 July 2026

22 July 2026

16 July 2026

  • 22:1622:16, 16 July 2026 diff hist +833 m Right In The Pi-hole No edit summary
  • 22:0822:08, 16 July 2026 diff hist +635 N Right In The Pi-hole Created page with "Ran into issues with ubuntu-26.04-standard container in ProxMox in regards to dig: there was no output. Tested 22.04 and it worked. Resorted 25.04. =Setup= ==Pi-hole== <pre> sudo apt update && sudo apt upgrade -y sudo apt install curl -y sudo systemctl stop systemd-resolved sudo systemctl disable systemd-resolved sudo rm /etc/resolv.conf echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf curl -sSL https://install.pi-hole.net | sudo PIHOLE_SKIP_OS_CHECK=true bash..."

15 July 2026

13 July 2026

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)