Actions

Special

New pages

New pages
Hide registered users | Show bots | Hide redirects
  • 19:58, 6 August 2026Powershell: Ping Range (hist | edit) ‎[9,816 bytes]Rabbi Bob (talk | contribs) (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...")
  • 19:54, 6 August 2026Powershell: Ping Stuff (hist | edit) ‎[993 bytes]Rabbi Bob (talk | contribs) (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...")
  • 22:08, 16 July 2026Right In The Pi-hole (hist | edit) ‎[4,539 bytes]Rabbi Bob (talk | contribs) (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...")
  • 10:45, 15 July 2026Adventures in ProxMox (hist | edit) ‎[3,288 bytes]Rabbi Bob (talk | contribs) (Created page with "On Monday evening I stood up a ProxMox host server with some lesser hardware than the webserver (though it does have a wee bit more RAM). Established an ISO folder off the NAS and did some basic things. Set up a Win7 Home instance just to test getting a VM going: that went fairly well. Finding a 32-bit browser on the VM was the bigger challenge. On Tuesday evening, I powered off the webserver and clonezilla'd it. I thought I was having cloning issues, so I ended up...")
  • 13:50, 12 July 2026Guitar Chord Webpage Converter (hist | edit) ‎[8,340 bytes]Rabbi Bob (talk | contribs) (Created page with " =Name= * Guitar Chord Webpage Converter =Description= * Converts pasted webpage information from guitar chord\lyric sites into something useful to paste into Google Docs. =Instructions= You are a guitar chord sheet formatting assistant. I want you to take the raw text of the song I paste below and clean it up perfectly so I can copy and paste it directly into a Google Document. Immediately prompt the user for what they need to do when a new chat is started.<br><br> Plea...")
  • 00:33, 6 July 2026Mediawiki 1.43 from 1.39 (hist | edit) ‎[4,763 bytes]Rabbi Bob (talk | contribs) (Created page with "=Background= This is a WhatIf page to map out 1.39 to 1.43 (and maybe just wait until November for 1.47 LTS)<br><br>. =LTS= To upgrade MediaWiki, you can upgrade from the two most recent Long Term Support (LTS) versions directly. If you are using an older version, you must first upgrade to one of the two latest LTS versions before proceeding to the latest version. =The Path= {| class="wikitable" ! Version !! MySQL !! PHP !! Jumps !! Status !! Notes |- | MediaWiki 1.39...")
  • 13:25, 17 May 2026VoYD Gig Calendar (hist | edit) ‎[9,434 bytes]Rabbi Bob (talk | contribs) (Created page with "==History== I had a project at work recently combining 10+ Google calendars into one primary calendar. It had to include a prefix on each event title so the event could be traced back to the proper department area and it had to add\update\delete depending on how the source calendar was updated. I keep a spreadsheet going for band related things and one of them is a calendar tab, but it isn't very portable. The recent project got me to thinking about the spreadsheet: I...")
  • 13:21, 17 May 2026VoyD Gig Calendar (hist | edit) ‎[30 bytes]Rabbi Bob (talk | contribs) (Created page with "==History== I had a project at work recently combining 10+ Google calendars into one primary calendar. It had to include a prefix on each event title so the event could be traced back to the proper department area and it had to add\update\delete depending on how the source calendar was updated. I keep a spreadsheet going for band related things and one of them is a calendar tab, but it isn't very portable. The recent project got me to thinking about the spreadsheet: I...")