Newbie Q's - what's running? How to control processes?
I am new to Knoppix and linux, so if these questions are stupid, please don't be too harsh.
Do a whole heap of possibly unnecessary processes load when Knoppix starts? If so, where can I see what they are, and can they be turned off? Other than basic internet access, I don't need any networking and don't want anything running that permits any remote connection to my computer, or anything "phoning" out from my computer.
Is there a single list of all of the programs/utilities included with Knoppix and what they are, or is there a good site for looking them up?
Finally, can I get an icon show up when connected to the internet? Is there a way of controlling connection to my router in the software (or do I just need to unplug it)?
Thanks.
Re: Newbie Q's - what's running? How to control processes?
Quote:
Originally Posted by hedgehog
Do a whole heap of possibly unnecessary processes load when Knoppix starts? If so, where can I see what they are, and can they be turned off?
Thanks.
As regard the unecessary processess at start, usually they are handled in defferent ways according as specific linux distro. In Debian which Knoppix is based, they resides in the '/etc/rc*.d' directories as symlinks. This is a not very simple topic to explain, but as an example: don't you have a printer connected to your pc? Ok delete all symlinks which are ending with 'cupsys', so as root type 'rm -rf /etc/rc*.d/*cupsys' AT YOUR OWN RISK! :P