Archive for July, 2008

Linux sub directory size info

Posted on 20. Jul, 2008 by .

Tweet Need to know the exact size of your subdirectories in Linux? Just go to the directory , like cd / and try this du -cksh *  

Continue Reading

Easyapache failing on CentOS server

Posted on 20. Jul, 2008 by .

Tweet Had an issue with one on our CentOS cPanel servers running 64 bit and cPanels easyapache upgrade. The folks at cPanel helped out with their usual professional response

Continue Reading

How to find MAC address in CentOS

Posted on 19. Jul, 2008 by .

TweetOpen SSH and type the following and press Enter: /sbin/ifconfig | grep -i hwaddr The sequence of hexadecimal digits that appears to the right of eth0 HWAddr (e.g. 08:00:27:ED:DA:8b) is your network card’s MAC Address

Continue Reading