Contains technical document about Unix/Linux, Java, Python, Raspberry Pi and other IT related topics.
Not a full tutorial but as a quick reference guide
Monday, November 24, 2008
Check Hareware in Linux
Here're the commands:
For getting CPU, memory, paging, just "cat" the /proc files:
cat /proc/cpuinfo
cat /proc/meminfo
cat /proc/swaps
For getting "lower level" information such as PCI, USB:
No comments:
Post a Comment