Development

Jannich Brendle on November 9th, 2009

As I were compiling wireshark, I thought about how much you could speed up a compile, by using multiple cores, which most computers have nowadays. Now, to use multiple cores/cpus to compile something, simply use the -j flag with make, like this make -j 4 which would cause the make program to use 4 cores, [...]

Continue reading about Speeding up compiles

Jannich Brendle on November 8th, 2009

For some time I’ve wanted to write a wireshark protocol dissector, and today I finally got started. Of course, first I just wanted to compile wireshark from source, but the howto on wiresharks wiki page was pretty incomplete, so I decided to write down the necessary steps for building wireshark. First of, you have to [...]

Continue reading about Compiling wireshark from source on Ubuntu 9.10

Jannich Brendle on October 20th, 2009

Setting up a CUDA development platform on Ubuntu has never been easier.

Continue reading about Setting up CUDA development in Ubuntu 9.04