- Published:
- August 5, 2009 – 9:16 pm
- Author:
- By Dave
You’ve flashed your old WRT54G or other vanilla router with the Tomato firmware. This itself turns your router into a lean, mean routing machine with QOS, SSH and more, but let’s say we want to take it a bit further. What it we want to get some more stats out of it? In order to [...]
Categories: Code Samples,Configurations,Hardware,Linux,Other Code,Programs,Shell,Software,System Administration,Tech
Tagged: cacti, firmware, network, router, SNMP, sysadmin
- Published:
- July 21, 2009 – 9:57 am
- Author:
- By Dave
Have you ever come across a server that is doing a lot of traffic? Maybe you have logged in to see a process running at 100% CPU, so you know the culprit, but instead of kill -9ing it, wouldn’t it be great to see what exactly it is up to? Or even if you see [...]
Categories: CentOS,Code Samples,Linux,Shell,System Administration
Tagged: command line, Linux, network, Security, system admin, traffic
- Published:
- June 16, 2009 – 9:18 pm
- Author:
- By Dave
I recently received this error while mounting an iso image in a CentOS 5.3 install: [root@host ~]# mount -t iso9660 -o loop /mnt/glusterfs/ecp-spe-4867.iso /mnt/iso/ ioctl: LOOP_SET_FD: Invalid argument For more detail: [root@host ~]# mount -v -t iso9660 -o loop /mnt/glusterfs/ecp-spe-4867.iso /mnt/iso/ mount: going to use the loop device /dev/loop0 ioctl: LOOP_SET_FD: Invalid argument mount: failed [...]
Categories: Shell,System Administration
Tagged: cdrom, image, iso, Linux, loopback
- Published:
- May 21, 2009 – 7:22 pm
- Author:
- By Dave
It is easy to do an in-place upgrade of Ubuntu Server from 8.10 ‘Intrepid Ibex‘ to 9.04 ‘Jaunty Jackalope‘. You can do this remotely over ssh or whatever you use to control your server. Best practices say to make sure to backup your server before doing the upgrade. I’ve done several servers this way with [...]
Categories: Linux,Shell,System Administration,Ubuntu
Tagged: System Administration, Ubuntu