Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
ok i maybe reading this wrong but i am finally using linux more and more infact aside from games i have been using mdk for everything i did on windows.
and i installed karamba today and it stats
Ram 997mb of 1011mb
now i think its saying its using 997mb ram i am like WHOA thats alot of ram to be using.
i don't understand why its eating so much ram
i am using Kde 3.3.2 i think
and metal spider theme.
a side note is any decent themes for that V of kde? i checked kde-look and they where average, and unfortunatly i do not hone the artistic skills to create my own.
i was told about fluxbox, i saw some screenies of a sweet looking desktop, emailed the owner and he informed me they where the standard fluxbox templates aside a background change
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 2796 34436 57028 637492 0 0 59 77 1521 1100 27 4 67 1
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 2796 34436 57028 637492 0 0 59 77 1521 1100 27 4 67 1
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 3620 82848 5320 775048 0 0 71 97 83 1189 27 4 67 1
Difference between 34MB and 82MB of memory which considering you have about 800MB of active memory at the moment should not be a problem.
Try vmstat -a to compare how much active in comparison to inactive memory you may have.
The fact you have 700MB in the and probably some inactive should mean there is not a problem.
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free inact active si so bi bo in cs us sy id wa
0 0 3620 15132 459624 517852 0 0 93 100 288 209 27 5 67 2
Yeah doesnt look as if you have any memory issues. Might need to read more on the subject but basically the cached memory and inactive memory is memory that has been used and still has old stuff in it (in case you wanted to reload an app etc..) but can be reclaimed by the o.s. for other use. So you basically have plenty inactive and cached memory if required. The free memory is apparantly stuff that is absolutely free so just not used yet. I dont think Karamber or MDK are having a problem. Lets face it I am running Fedora 3 here with 1.5 Gig of memory and httpd / tomcat / postfix / imapd / nfs / sshd / cups / vnc all running and these are my stats:
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
2 0 0 39908 224412 576568 0 0 66 217 1135 1713 19 3 75 2
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free inact active si so bi bo in cs us sy id wa
2 0 0 39692 459208 684708 0 0 66 217 1135 1713 19 3 75 2
Add the "free" and "cached" columns together, and that is how much RAM you truly have free. Linux caches the RAM as it is used, as compared to having to needlessly do this process each time. So the RAM is still available, but it is considered cached.
ah thanx, didn't realise linux did that, been a windows user for so long,
that linux is a whole different concept, nice to see how it works tho,
seems to me that its more intelligent than windows ram and hd handling : o)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.