Here is a handy little shortcut I recently figured out (it took me long enough, didn’t it!).

You can mount an ISO image as a directory in linux. Very nice for when you are remote and want to have a CD on that system.

mount -t iso9660 -o loop imagename.iso /mnt/isoimage

You May Also Like

Simple Redirect Subdomain to a Directory

If you are running Apache for your web server, and mod_rewrite is…

Using 3G/UMTS/HSDPA Network with Cingular/AT&T 8525 on the Nokia N800

When I bought the Nokia N800 a key feature is not only…

Ubuntu Server in Place Network Upgrade From 8.10 to 9.04

It is easy to do an in-place upgrade of Ubuntu Server from…

Memory Allocation Problems on Xen Server & Fix

Recently I started seeing this error while provisioning Xen VPSes on a…