Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Here is a newbie question. Though I've used GNOME for awhile, I found that KDE had in the main menu a System Information application that would show you a lot of useful information about your system, such as processor type, memory information, harddrive information, and peripheral information.
The GNOME desktop did not seem to have that sort of application. Or does it?
I have used both Gnome and KDE. I find the KDE system applications (like the Kinfocenter) far more thorough and useful than the Gnome equivalents.
Whatever distro you are using, you could also install KDE on it and have access to the KDE system apps and utilities, even if using the Gnome interface.
This is what prompted me to post the question! The GNOME control center does not have the system information that KDE provides, such as the amount of memory, the memory information, the type of processor, the processor information, and so on. That is what I would like to see in GNOME.
Yes, I can install KDE and boot into KDE, but that is not the point of my question in this post. Does GNOME have that capability?
Running a new install of SUSE 11.3, without gnome-device-manager.
I use LXDE and it too doesn't have any such tool so I downloaded the source code of "Hardinfo" from here, complied and installed it and it is running nicely on my system now
Last edited by Anisha Kaul; 07-30-2010 at 04:02 AM.
Hardinfo is default available in tiny slitaz distro of 30 MB. Has Nice interface & gives useful info. Looks matter though not more than content .
in my ubuntu
Code:
sudo apt-get install hardinfo
regarding GNOME
Quote:
There is gnome-system-monitor which will show under system tab
(1)OS,linux kernel (Ok , these are not hardware)
(2)in hardware RAM memory size , processor , available disk space
Also , gnome-device-manger is not installed by default (atleast , not in my ubuntu) but available in repository by same name.
commands will get you everywhere
Code:
$sudo dmidecode for BIOS
$cat /proc/cpuinfo
$free By default report RAm and swap Size in kilobytes.
Some say dmesg | grep Memory only tell accurate value because no minus of kernel code , reserved part etc.
Last edited by sumeet inani; 07-30-2010 at 06:34 AM.
I don't think its difficult even for a newbie, its rather interesting.
@OP
try:
$cat /proc/cpuinfo (for cpu details)
$cat /pro/meminfo (for memory details)
$cat /proc/partitions
most other system details can be found similarly. You can even find details which a gui interface might not show.
I meant "end it here" in a more innocent sense than you take it to be. I started thinking that i was taking up space which really didn't concern the problem.
I am sorry to be more informal in my words than i should have been.
I meant "end it here" in a more innocent sense than you take it to be. I started thinking that i was taking up space which really didn't concern the problem.
I am sorry to be more informal in my words than i should have been.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.