LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GNOME system information lik in KDE? (https://www.linuxquestions.org/questions/linux-newbie-8/gnome-system-information-lik-in-kde-821049/)

falmdavis 07-20-2010 12:41 PM

GNOME system information lik in KDE?
 
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?

smoker 07-20-2010 03:56 PM

gnome-device-manager.

frankbell 07-20-2010 08:52 PM

There is also the gnome-control-center.

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.

falmdavis 07-29-2010 10:05 PM

Quote:

Originally Posted by frankbell (Post 4040163)
There is also the gnome-control-center.

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.

Mr. Alex 07-30-2010 03:52 AM

"hardinfo" application.

Aquarius_Girl 07-30-2010 04:01 AM

Quote:

Originally Posted by Mr. Alex (Post 4049831)
"hardinfo" application.

Thanks to you,

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 :hattip:

sumeet inani 07-30-2010 06:06 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.


imagine_me2 07-30-2010 06:35 AM

If you could do with a little command line, you should try "catting" the /proc filesystem. Every info you need is available there.

Aquarius_Girl 07-30-2010 06:37 AM

Quote:

Originally Posted by imagine_me2 (Post 4049940)
If you could do with a little command line, you should try "catting" the /proc filesystem. Every info you need is available there.

Yes is a very obvious solution but alas it is not very newbie friendly may be thats the reason no one suggested it ;).

imagine_me2 07-30-2010 06:53 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.

Aquarius_Girl 07-30-2010 06:57 AM

Quote:

Originally Posted by imagine_me2 (Post 4049953)
I don't think its difficult even for a newbie, its rather interesting.

Running the commands is of course not difficult but understanding the resulting detailed output maybe difficult for newbies ;)

imagine_me2 07-30-2010 07:08 AM

I think i get your point ... but we will never know if we don't try.
pls end it here :) @anisha

Aquarius_Girl 07-30-2010 07:10 AM

Quote:

Originally Posted by imagine_me2 (Post 4049959)
pls end it here :) @anisha

What do you mean by "end it here" ? I replied politely to you and still if you do not want discussions do not post in the forums then.

imagine_me2 07-30-2010 07:20 AM

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.

Aquarius_Girl 07-30-2010 07:24 AM

Quote:

Originally Posted by imagine_me2 (Post 4049974)
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.

Its all right, cheer up now :)


All times are GMT -5. The time now is 12:51 AM.