Making .ico file with fasm
Sometimes there is a need to create icon (say, favicon for you site). And you don’t want to download any software (if you want there is google://pixelformer).
There is a short script in flatassembler that, i hope, explains windows icon format. Not bad thing, although *.ico files now become obsolete more and more. But obsolete [...]
Wake-On-Lan
It’s so sweety to maintain all workstations automatically in, say, 3am at night :) But this requires to turn it all on, and switch off after maintenance. Shutdowning is not a problem, but turning on… Turning on is not a problem too, but <=> your workstations support Wake-On-Lan technology.
Here a small C example how to [...]