Category Archives: Coding

VNC Splitter

More VNC clients! This time, this one will split up a single VNC server input into smaller pieces to form a 3×3 grid of smaller VNC server images. It’ll automatically resize it to 640×480. That stuff is configurable in the … Continue reading

Posted in Coding | Comments Off

A pipe-based VNC viewer

I’ve written a simple pipe-based VNC viewer, that is, it outputs a 32 bits-per-pixel RAW ARGB image stream to `stdout` every tenth of a second. The effect is you can chain this with ffmpeg to create a multicast UDP video … Continue reading

Posted in Coding | Comments Off

VNC Client as Screen Saver

I’ve whipped up a VNC Screen Saver in .NET for Windows. It is based on this screensaver example and VncSharp. It’s a bit of a quick hack, but works. To get it, download the binaries and extract it to your … Continue reading

Posted in Coding | Comments Off

Linux iSCSI COW Images, and Windows integration.

More stuff for RetroLAN PCs, yay! I’ve now got all the RetroLAN PCs running out of a copy-on-write image. This means I now have a single 4GB “base” image with an installation of Windows XP, instead of having 10 of … Continue reading

Posted in Coding, Computers, Lanning | Comments Off

Dynamically changing Windows’ wallpaper based on hostname

I have a situation where I’ve got 14 machines booting Windows XP over iSCSI, and they’ve all got the same computer name set, and they each need to have a different wallpaper set on each machine. This runs the “RetroLAN” … Continue reading

Posted in Coding, Computers, Lanning | Comments Off