Disable cloud-init in Ubuntu Servers
To disable cloud-init in Ubuntu server, create the following file touch /etc/cloud/cloud-init.disabled To completely remove clou…
Smokey's Scouts
I collaborated with the Game Chair of the Columbus College of Art & Design, Elizabeth Keegan, in the development of the Smokey's S…
Windows: Get saved WiFi Passwords
To get a list of currently saved profiles run: netsh wlan show profile After noting the profiles name use the following to show…
apt-fast: concurrent apt downloads
After setting up a local apt-mirror I noticed that even though the files are right around the corner now and bandwidth shouldn't b…
rmate, rsub, ..rcode?
A tool I first discovered in my early days on Mac OS X, which would prove useful to me for years was called "rmate". rmate [https:…
Surpress MSBuild Architecture Mismatch Warning
When using MSBuild.exe to compile a project, I got the following warning in some cases: There was a mismatch between the proce…
C# Compiler fuckup
The following code compiles fine but throws an Exception at runtime. Microsoft is aware of this issue but decided not to fix it as…
Linux and its *bin folders
/bin (and /sbin) were intended for programs that needed to be on a small / partition before the larger /usr, etc. partitions were…
Windows 10: Reset Password
Boot Window Installation Media (CD or USB). Once the setup is loaded and asks for language, keyboard, etc. hit Shift+F10 to open…
IPv6 Cheatsheet
IPv6 128 Bits vs IPv4 32 Bits IPv6 Addresses are broken down into 8 groups of 4 digits (16 bits), separated by colons. Shortenin…