Tag Archives: linux

Access Your Web Server From a VirtualBox Guest OS

If you’ve followed my posts on how to install LAMP on Ubuntu and basic Apache configuration, then you’re probably interested in doing some cross browser testing of the websites you build. Felipe, one of my readers, asked a question on my Apache configuration post about accessing his local websites from a VirtualBox guest OS. Specifically, Felipe wanted to install Windows XP in a VirtualBox guest on his Linux system so that he could test his websites in Internet Explorer. Continue reading

Watermark Images With Nautilus Actions

In my last post I showed how you can add your own custom functions to the GNOME file manager with Nautilus Actions. I’ve also shown previously how to batch watermark images with ImageMagick. I’ve made some adjustments to my previous script so that it will automatically scale the watermark to fit the target image. Continue reading

Expand The GNOME File Manager With Nautilus Actions

The default file manager in the GNOME desktop environment is Nautilus. If you’ve been using GNOME for a while, then you’re probably familiar with Nautilus’ built in Nautilus Scripts function. The Scripts function is great, but there’s an even better way to add functions to Nautilus; with Nautilus Actions. Continue reading

CentOS 5.4 On The Dell Inspiron 2600

The Dell Inspiron 2600 is a pretty old laptop, but can still be a useful computer if there’s a decent OS installed. I had been running Ubuntu on this machine, but I started getting random freezes starting with Ubuntu Hardy. As a result, I was running Hardy with an older kernel from Gutsy. There were also difficulties with getting the video settings properly configured. I decided it was time to go in search of a new distro to run on this old laptop. Continue reading

Command Line Basics: Monitor Processes With Top

There are many different GUI based process monitors available for Linux systems. It seems that each desktop environment or window manager has its own solution. The one common process monitor is the command line terminal based top command.

Give it a try. To run top, simply open a terminal window and enter: Continue reading