Technology
Mount ISO Image in Linux
Ever wanted to mount an ISO image in Linux in a directory, instead of burning it to a CD/DVD first? Here’s how. mount -o loop -t iso9660 <path/to/iso/file> <path/to/mount/point> For example: mount -o loop -t iso9660 /tmp/filename.iso /mnt/filename »
NMIS
I’ve recently had the need to use an open source snmp monitoring tool to monitor the utilisation and queue drop of some Cisco based CBQOS queues. There are a lot of open source snmp monitoring tools available but I’ve always had a fondness for NMIS (mostly, I think, because it is written in perl,... »