Todo for the site
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…
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…
On my server, I have PHP 5.6 to 8.1 installed and use the versions for various testing purposes. To change the memory_limit across all versions as simply as…
The older at command no longer works for simple scheduling of tasks so now we must use schtasks. To configure a task to run one time, and reboot…
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…
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…
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…
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…
For some reason on a Cisco WAP571, the SNMP value returned from apRadioNumAssociatedStations is always zero. This is true on firmware tested WAP571 (pgwap571, 1.1.0.3). I have a…
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 -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…
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…
I'm not a huge fan of the new right-click context menu in Windows 11 because there are some utilities I use that I constantly need to select "Show…
Windows 11 > Windows Hyper-V > Proxmox VE 7.2 > Debian 11.2 VM In order for my Debian VM to be able to access the DHCP/network resources provided…
Nested virtualization is available on Windows 10 build 19636 and later. As far as I understand, AMD support will be officially available as part of Windows 11 and…
Took me a minute to figure this out but it works. Given the following string, I want to replace { and } with [ and ] keeping each…