An ASUS eee PC with Debian Linux

I like Linux, but I know Red Hat, Fedora and Ubuntu a little better than Debian - bit I am keen to get myself an eee. I have been thinking about a 901 or perhaps a 1000H and wiping XP off it.
Anyway a mate has a 701 up for sale as he just got himself [...]

Posted by Andrew on November 15th, 2008

Filed under Technology | No Comments »

More on Linux

Yes, I am still working through that Linux server I inherited without adequate documentation. So my next step is to find out the hardware specification of the server.
CPU info:

cat /proc/cpuinfo
cat /proc/cpuinfo | grep ‘model name’

Memory info:

cat /proc/meminfo
cat /proc/meminfo | grep MemTotal
cat /proc/meminfo | grep MemFree

Storage info:

cat /proc/partitions
hdparm -I /dev/sda

Posted by Andrew on November 12th, 2008

Filed under Technology | No Comments »