AquaFX Posted April 22, 2004 Share Posted April 22, 2004 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 More sharing options...
kongit Posted April 22, 2004 Share Posted April 22, 2004 http://www.ahinc.com/linux101/status.htm Link to comment Share on other sites More sharing options...
markwolfe Veteran Posted April 22, 2004 Veteran Share Posted April 22, 2004 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 More sharing options...
AquaFX Posted April 22, 2004 Author Share Posted April 22, 2004 that's awesome but i need a GUI that displays all the info, so i can take a ss... Link to comment Share on other sites More sharing options...
AquaFX Posted April 22, 2004 Author Share Posted April 22, 2004 cool thankx guys, got it.... =_ Link to comment Share on other sites More sharing options...
Recommended Posts