Author

Rich

Just another IT guy.

Todo for the site

October 18, 2022

Working on redesign using the Arke theme from Danny Cooper and modifying some of the files. Todo Fix pagination on category (/category/name/page/number) is not working - may be…

Check Windows Servers Activation Status

October 7, 2022

I needed a quick way to check activation status of Windows Servers in a domain. This is the solution I came up with using PowerShell to run the…

Bulk Remove AIX Print Queues

October 7, 2022

I have about 50 HP JetDirect print queues on an AIX system that I wanted to remove in a more automated way. The following KSH script is what…

Cleaning things up

October 4, 2022

I’m going through and reorganizing all the posts and content I’ve added over the last 15 years. Hopefully by the end, it’ll be a bit more structured for…

FileSystemWatcher – LastAccess Not Working

September 21, 2022

To have System.IO.FileSystemWatcher LastAccess work, the system must have access logging enabled with the following command. fsutil behavior set DisableLastAccess 0 After setting this, reboot, and you can…

ISPConfig3 – DNSSEC ERROR: We are low on entropy.

July 20, 2022

It seems that ISPConfig3 checks for entropy availability to be below 200 and also 400 per the following file, /usr/local/ispconfig/server/bind_plugin.inc.php. Line 93 and line 210 check for entropy…

snmptable

July 19, 2022

snmptable -Cl -CB -Ci -OX -Cb -Cc 16 -Cw 64 -v2c -c <community> <host:port> CISCO-WLAN-ACCESS-POINT-MIB::apAssocTable On a Cisco WAP571, it produces the following output. Interface Authenticated Associated RxPackets…

ChromeOS Flex Download

July 15, 2022

Direct download of the ChromeOS Flex bin files are available at Chromium Dash. The ChromeOS Flex recovery does not work on Linux, but you can use the following…