memory information

HowTo: Check RAM Size In Ubuntu Linux

by Vivek Gite on February 1, 2010 · 0 comments

How do I check amount of RAM in my Ubuntu Linux laptop or desktop system using GUI and command line tools?

{ 0 comments }

How To Identify Server ECC Memory Modules

by Vivek Gite on March 27, 2008 · 1 comment

Q. How do I identify Linux server ECC memory modules from a shell prompt?

{ 1 comment }

Q. What is the command to find the system configuration on Linux operating system using command line (text) mode? A. Most of the hardware information can be extracted from /proc file system, for example display CPU and Memory information, enter: cat /proc/meminfo cat /proc/cpuinfo See the complete list of Linux command to gathers up information [...]

{ 37 comments }

You need to use command called lsdev. It gathers information about your computer’s installed hardware from the interrupts, ioports and dma files in the /proc directory, thus giving you a quick overview of which hardware uses what I/O addresses and what IRQ and DMA channels. This command is very useful while troubleshooting various hardware conflict [...]

{ 3 comments }