Computer Infornation


Recommended Posts

On windows you can just right click on my computer and pretty much get all the computer information you need like Speed, Chip, and Ram. What is there in Mandrake to do that? Or how can i display my computer information?

Link to comment
Share on other sites

On windows you can just right click on my computer and pretty much get all the computer information you need like Speed, Chip, and Ram. What is there in Mandrake to do that? Or how can i display my computer information?

Look in the KDE Control Center for this information (and more!).

or, enter the following into a shell:

cat /proc/cpuinfo

free

The first line will tell you everything you ever want to know about your CPU. The second is the standard way to check available memory. (you can also cat /proc/meminfo, if you want) ;)

There's many more ways to get this info, I am sure, but those pop into my head. :)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.