The below was carried out on VirtualBox
blog.david14.com
Heisenberg - Digital Alchemist, Software Architect, Automation Specialist and Mechanical Engineer.
Labels
Tuesday, 21 July 2026
Thursday, 25 June 2026
Friday, 22 May 2026
RedHat Subscription
If a system is already registered and causing problems;
Saturday, 2 May 2026
Sunday, 26 April 2026
Friday, 24 April 2026
Target windows XP from Mac using Netbeans and Docker
I had tried building C/C++ applications for Windows XP using my Mac and mingw-w64 installed using Home-brew but it just didnt work out. This mostly resulted in the following when trying to run the executable on Windows XP;
What I finally discovered and use is, setting up a Docker image with the appropriate XP-compatible toolchain, ie. a MinGW that targets MSVCRT, not UCRT.
Wednesday, 22 April 2026
Common Network Masks
255.255.255.255 /32 (/31)
255.255.255.0 /24
255.255.254.0 /23
255.255.252.0 /22
255.255.240.0 /20
Sunday, 19 April 2026
Friday, 3 April 2026
wget
To get wget to prompt for a password do;
wget --user=someuser --ask-password somedomain/somedir/
Monday, 23 March 2026
Windows Activation
For information only.
Download the product UMSKT https://github.com/UMSKT/UMSKT
and use the format umskt -i <Installation ID>
