Recent Posts

Adding Routes at startup

less than 1 minute read

To add routes to be started, the file located at /etc/sysconfig/network-scripts/ifup-routes will parse each file named route-eth*. The file should end up lo...

Senior Design Done

less than 1 minute read

It’s the end of the semester, and that means the end of Senior Design. If you are interested in a Linux 3D immersive game using Wii motes, here’s the link.

XWarpPointer

less than 1 minute read

Just came across a way to move the mouse pointer to an absolute position in X. Follow the code below:<pre class="code">int main(){ Display* xdi...

Parsing HTTP Responses

less than 1 minute read

Just so I don’t have to remember again, in order to seperate a header from the body of a http response, in C:<pre name="code" class="Bash">char* endOfH...

No devices: No Screens Detected.

less than 1 minute read

Had a problem today with the no screens detected on the new Viz wall computers. Solved it by first installing the Nvidia binaries straight from their websit...