![]() |
How to display memory
Hello,
I have been a Windows user until my Dell Vostro A90 arrived last Tuesday, loaded with Ubuntu 8.04.1. Everything works fine. I would like to display the memory size, my SSD capacity, and other hardware such as graphics card, wireless card, etc, just to see if everything are as ordered. Also, I would like to display the version of the Ubuntu on my Vostro. (I know it's 8.04.1 only because it comes with the pc.) Thank you. |
open a terminal window and type
free for memory df -h for HD info lspci lsusb dmesg uname -a kernel info also take a look in /proc Edit: Fixed typo |
There is a package called lshw (list hardware) for most distros. It will tell you LOTS of imformation about you system. Bios version, what memory is in what slot, and more.
|
For the O/S release level use
Code:
lsb_release -a |
Quote:
Thank you |
Quote:
Thank you so much |
Quote:
Thanks. |
I think lspsi is a typo. Try lspci .
|
No need to download anything (on Ubuntu) - couple of typos. Should be:
lspci lshw Best to pipe (the character above \ usually) through a pager program (such as less) so you can page back and forward through the info (use q to quit) Code:
lspci | less |
Quote:
Thanks |
Quote:
|
Quote:
ler0nudb2@ler0nudb2:~$ lshw bash: lshw: command not found |
Quote:
|
you should install lshw to work
Code:
apt-get install lshw |
Sorry - my bad. Been too long since I used Hardy.
As for the backup, there are truckloads of options. dar has CRC checking, and should work with everything. For the paranoid (read experienced) have a look at what dvdisaster offers. |
| All times are GMT -5. The time now is 06:48 PM. |