FOG (Free Opensource Ghost)

Overview

FOG (http://fogproject.org/) is a free alternative to Norton ghost and other comparable solutions for image deployment using network boot. During my project at St. Benedict’s on the FOG Project I encounter some issues of which I am going to go into detailed instructions of what caused them and the fixes for them.

Read more »

Example Socket Client

I have written an example socket client that connects to a website and requests the webpage. You can download the example here. The socketclient class supports more then just the http protocol and can be used for packet or stream based network communication and supports IP binding. I have also included socks4 and http proxy support built right into the socket client class. You can inherit the class and overwrite most parts of it to adjust for any other communication protocol you may need to support.
Read more »

Basic XML Example

Here is a basic example of how to save a load a class using XML. You can download the the example here.
Read more »