Hi,
I am a new member of this forum, as well as a new user of Linux and centOS in particular. How will I be able to know the hard disk remaining space, system memory(RAM), etc.(device drivers)?
Thanks in advance.
How to get system info?
Re: How to get system info?
[quote]
joboy wrote:
Hi,
I am a new member of this forum, as well as a new user of Linux and centOS in particular. How will I be able to know the hard disk remaining space, system memory(RAM), etc.(device drivers)? [/quote]
To get the hard disk usage, run the following command:
[code]$ df -h[/code]
To get the system memory info:
[code]$ cat /proc/meminfo[/code]
To get the CPU info:
[code]$ cat /proc/cpuinfo[/code]
:)
joboy wrote:
Hi,
I am a new member of this forum, as well as a new user of Linux and centOS in particular. How will I be able to know the hard disk remaining space, system memory(RAM), etc.(device drivers)? [/quote]
To get the hard disk usage, run the following command:
[code]$ df -h[/code]
To get the system memory info:
[code]$ cat /proc/meminfo[/code]
To get the CPU info:
[code]$ cat /proc/cpuinfo[/code]
:)
Re: How to get system info?
daihard:
thanks for your reply. I got interested with such info because after opeing more than six on-line sites, my Sever-PC tends to crawl down. Well to share the output, out of 40G only 3Gig is available and has 256MB RAM.
thanks for your reply. I got interested with such info because after opeing more than six on-line sites, my Sever-PC tends to crawl down. Well to share the output, out of 40G only 3Gig is available and has 256MB RAM.
How to get system info?
If you use gui 256M RAM is simply the minimum and firefox is eating memory especially with flash based web sites like youtube.
Probably you need to at least double the RAM.
Probably you need to at least double the RAM.
Re: How to get system info?
foxb:
Exactly, I got only firefox as my browser.. and do access youtube and wikimapia.
I guessed you're familiar with netvibes, I think it also does something not good with my RAM-scarce PC (sigh).
Exactly, I got only firefox as my browser.. and do access youtube and wikimapia.
I guessed you're familiar with netvibes, I think it also does something not good with my RAM-scarce PC (sigh).
Re: How to get system info?
Only thing that can be done is to use more lite GUI like xfce.
You may try alternative browsers like opera.
You may try alternative browsers like opera.