it Articles


  • 2011-04-16
  • it

Making use of IBM Laptop T40 - Part 1

Next project coming up! I want to have the laptop running so that I can have some use for it. Maybe run some services on it instead of in a VM on my desktop? But also so that I can chat while playing games ;) I want to put Linux on …

  • 2011-04-15
  • it

King in ITRC!

Just got the Royal rank - 2500 points :) http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1477054&admit=109447626+1302808876390+28353475 Woop woop! HP's ITRC forum is a great place to learn more, help out :) For me the primary reason is to remember the things I learnt while working …

  • 2011-04-13
  • it

The bash shell - Linux terminal keyboard shortcuts

Hey! Recently found out that there are some quite awesome shortcuts available that I've missed - extremely useful if you use the bash shell in *Nix. To see which one you are using you can type 'chsh' in a terminal - this will tell you if you are using /bin/bash. Go …

  • 2011-04-03
  • it

Ubuntu 11 in VMWare Workstation

Time for another test! This time it's Ubuntu 11.04 Natty. My setup is a Intel Core i7 920 on Windows 7 x64 with 8GB RAM. *** Update 2011-04-29 - I just heard that if you run this in a Virtual Machine you do not get all the shebang on the default …

  • 2011-03-22
  • it

Firefox 4.0 is here! - Or - I went with Google-Chrome instead

Firefox download links: Windows http://releases.mozilla.org/pub/mozilla.org/firefox/releases/4.0/win32/en-US/Firefox%20Setup%204.0.exe Linux http://releases.mozilla.org/pub/mozilla.org/firefox/releases/4.0/linux-i686/en-US/firefox-4.0.tar.bz2 Mac http://releases.mozilla.org/pub/mozilla.org/firefox/releases …

Playstation 3 - it's purty

Got one this weekend, together with Gran Turismo 5 and Little Big Planet (or something like that), we've only played GT 5 so far but it's pretty darn amazing! It's quite hard but we do win - complete the challenges in the beginner level at least ;) Altogether quite expensive stuff, but …

  • 2011-03-18
  • it

DWM - start up script that works with GDM login manager

Goal: Be able to exit DWM and get back to the GDM - gnome login manager. To be able to hit MODKEY+SHIFT+Q, exit dwm and get me back to the login manager. Where I can chose another user or window manager. Or if I make a change in dwm …

  • 2011-03-12
  • it

Virtualbox - Free OS Virtualization

Had the opportunity to try out virtualbox the other day on RHEL. I really liked the part that the rpm that I downloaded was signed and I had to import the signature to be able to install the package! Feels safe. Install did not cause any other problems for me …

  • 2011-03-09
  • it

Drupal 7

Just installed Drupal 7 on a Debian Virtual Machine. It's so clean and it just feels very solid. Lots of things you can do in there. Probably a good idea to check out drupal's own description of their software before doing anything serious with it. I liked this description: "Drupal …

  • 2011-02-28
  • it

RHEL and web-server

Another thing you will notice if you are used to debian is that RHEL has iptables enabled by default. To alter it you use the 'iptables' command. It is quite complex and there are good guides out there. If you just want to let http and ssh through you can …