Monthly Archives: December 2009

Too Geeky….

Found on a bathroom door at “Høyteknologisenteret i Bergen”… word on the street has it Saiboten may in fact be geeky enough to have accomplished this feat
Posted in Humor | Tagged , | 1 Comment

Useful BASH-command: !!

When ever you use the terminal in Linux or OS X, and forget to add sudo in front of a command that needs the privileges, you can simply type sudo !! to run the same command with sudo. awesome. “!!” Will repeat the last issued command, and can probably be used for other useful things, [...]
Posted in Programming | Tagged , | 2 Comments

Citing / displaying source code in LaTeX

I am writing my master thesis using LaTeX, a typesetting system most commonly used for scientific documents.  Since my thesis is in computer science, I have the need to display a fair amount of code.  After searching around the net and with some trial and error, I have come up with some settings that does [...]
Posted in LaTeX, Programming | Tagged , , , | Leave a comment

Hiding the Tab-bar in Thunderbird 3

In the new Thunderbird 3, Mozilla included tabbed browsing.  Since you usually don’t have tabs open all the time, it would be nice to be able to hide the tab-bar when no tabs are open.  There is a hidden option to accomplish this.  Thanks to Truben for pointing this out! Read his article at http://truben.no/journal/auto-hide-tab-bar-in-mozilla-thunderbird-3/
Posted in IT | Tagged , | Leave a comment