Optimization - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html) +--- Thread: Optimization (/thread-3161.html) |
Optimization - kikaida - 2004-09-16 Hi all, Just installed Fedora core2 last night on a 1.2ghz system w 256M of RAM Fresh install, had it format the hard drive. Since my intention is to learn Fedora at a network engineering level, I chose to install every thing. The boot up is a bit slower then I expected and launching programs takes a bit longer then expected as well. I guess the first thing I need to do is to optimize the system Looking for a "defrag" and a "services" and a "startup" and a "virtual memory" type area so I can get a better idea of whats running, how much resources it is using and how to turn certain things off. Where would that be and what are those items called in Linux terms? Any suggestions on how to best optimize and tune a freshly installed system would be greatly appreciated. Thanks Optimization - anyweb - 2004-09-16 first off you need to understand that defrag is not an option also, check what services are running try this Code: system-config-services disable the ones you don't need (for example disable CUPS if you don't have a printer ! cheers anyweb Optimization - kikaida - 2004-09-16 Thanks for the reply, Are most management tasks taken care of through the command line? Is there a noob type reference on line to the most common CL commands and their switches? Optimization - Guest - 2004-09-16 yeah check out the TIPS AND TRICKS section loads of info there and [/url][url=<___base_url___>/index.php?showtopic=329][/url][url=<___base_url___>/index.php?showtopic=329]https://www.linux-noob.com/forums/index.php?showtopic=329 cheers anyweb Optimization - anyweb - 2004-09-16 oops i forgot to login! cheers anyweb Optimization - kikaida - 2004-09-16 Thanks, will have a look. Optimization - dallas - 2004-09-20 Hi there, I've recently installed fc2 on my home machine (2000+ w/512) and I had to edit my drive configuration. vi /etc/sysconfig/harddisks and uncomment the switches. This will greatly increase throughput to your drives. All the redhat9 boxes i have installed already had this stuff uncommented and were naturally fast. Not sure why fc2 has it remmed out... da!!as Optimization - kikaida - 2004-09-20 I will give that a shot. Thanks for the info. |