A cross platform application to perform controlled application startup's
Heisenberg - Digital Alchemist, Software Architect, Automation Specialist and Mechanical Engineer.
Labels
Android
(1)
Apache
(1)
bash
(2)
boost
(2)
C
(36)
C++
(4)
cheatsheet
(2)
CLion
(6)
css
(3)
Debian
(33)
DL
(17)
Docker
(3)
Dreamweaver
(2)
Eclipse
(3)
fail2ban
(5)
git
(6)
GitHub
(5)
Hacking
(4)
html
(8)
http
(1)
iOS
(1)
iPad
(1)
IRC
(1)
Java
(33)
javascript
(3)
Linux
(177)
Mac
(21)
Machine Learning
(1)
mySQL
(52)
Netbeans
(6)
Networking
(1)
Nexus
(1)
OpenVMS
(6)
Oracle
(2)
Pandas
(3)
php
(17)
Postgresql
(8)
Python
(9)
raid
(1)
RedHat
(14)
Samba
(2)
Slackware
(50)
SQL
(14)
svn
(1)
tar
(1)
ThinkPad
(1)
Virtualbox
(4)
Visual Basic
(2)
Visual Studio
(1)
Windows
(4)
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/
Subscribe to:
Posts (Atom)
