|
One thing you might want to try is to disable any uneeded services from starting:
In Red Hat, Mandrake etc etc - su to Root user appropriately - then to check what services are set to start in Run level 5 use:
chkconfig --list | grep 5:on
To stop a service from starting on boot up do ( for example )
chkconfig httpd off
(to stop apache from starting in levels 2,3,4,5)
(same "syntax" applies for stopping other services from starting)
For Slackware - as Root user, cd into /etc/rc.d and do (for example)
chmod a-x rc.sendmail
(same "syntax" for other "services")
..........................................................................
Lighter Window Managers are also something to consider - maybe Flux or IceWM?
..........................................................................
Or as a good starting point - a fast distribution like Slackware 9.1 or Vector 4?
..........................................................................
You can always use
xkill
to kill GUI apps.
Last edited by Skyline; 11-27-2003 at 02:20 AM.
|