- 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 do [...]
Categories: Code Samples, Configurations, Hardware, Linux, Other Code, Programs, Shell, Software, System Administration, Tech
Tagged: cacti, firmware, network, router, SNMP, sysadmin
- Published:
- December 7, 2008 – 2:10 am
- Author:
- By Dave
Readers should note that this applies to Ubuntu 8.10 Intrepid Ibex only!
ZFS is a relatively new filesystem created by Sun. It is released under the CDDL License which is incompatible with Linux’s GPL License, meaning that it can not be installed natively in the kernel. Therefore, for not it is relegated to addon packages and [...]
Categories: Configurations, Linux, Shell, System Administration, Ubuntu
Tagged: filesystem, RAID, sysadmin, zfs
- Published:
- November 21, 2008 – 3:17 pm
- Author:
- By Dave
I recently tried to install a PHP PECL extension on a server I manage, when I received this error:
[root@xxxx PDO-1.0.3]# pecl install pdo
downloading PDO-1.0.3.tgz …
Starting to download PDO-1.0.3.tgz (52,613 bytes)
………….done: 52,613 bytes
12 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
/usr/local/bin/phpize: /tmp/pear/temp/PDO/build/shtool: /bin/sh: bad interpreter: Permission denied
Cannot find [...]
Categories: Configurations, Linux, Shell
Tagged: pecl, PHP, sysadmin
- Published:
- May 27, 2008 – 4:47 pm
- Author:
- By Dave
Updated on 8/26/2008 with corrected information!
Window’s simple shutdown command works well, but has some major drawbacks. The major one is that it will only schedule a reboot up to 10 minutes into the future (600 seconds). Linux’s shutdown command makes this easy, just issue the command ’shutdown -r +60′ for example to reboot an hour [...]
Categories: Programs, Shell, System Administration, Windows
Tagged: sysadmin, tricks, Windows