15th July 2009
in
Hardware, Uncategorized, cli
To check what RAM memory type yo have installed (and also see other useful information about your system), do a
sudo dmidecode
Depending on the version of dmidecode you have installed and the hardware configuration you h[...]
Tags: memory, RAM
15 Comments
5th February 2009
in
Hardware, System, cli
There are a lot of ways to find out information about your hardware in Linux. From the simplest free or lspci to a more detailed information like the one the follows.Open up a console and type
sudo dmidecode | more
You[...]
2 Comments
13th January 2009
in
Hardware, Networking
If you work on a large network and you get sent to the server room to check out a certain network card, you might get lost in the multitude of network hardware. To find your certain NIC, SSH to the machine in question an[...]
Tags: network, NIC
1 Comment
12th January 2009
in
Hardware, System, cli
If you run Linux off a laptop, you might want to check your battery status alt least once a year:
grep -F capacity: /proc/acpi/battery/BAT0/info
This will output something like
design capacity: &nb[...]
Tags: battery, laptop
3 Comments