Results 1 to 4 of 4
For some reason my SuSE 9.0 is running slower than WindowsXP . If anyone knows what I can do to optimize it, please help....
- 11-30-2003 #1Just Joined!
- Join Date
- Nov 2003
- Posts
- 17
Linux running slower than windows.
For some reason my SuSE 9.0 is running slower than WindowsXP
. If anyone knows what I can do to optimize it, please help.
- 11-30-2003 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
try turning off services that you dont use, eg, SSHD if people dont ssh to your machine, exim/sendmail and pop3d if your not running a mail server, turn of apache, mysql etc if your not running a webserver database. etc etc.
Jason
- 11-30-2003 #3Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
Re: Linux running slower than windows.
As root run this command:
Originally Posted by Mo6eB
Replace 'hdX' with whichever hard-drive you have Linux on. (If one harddrive its usually 'hda'.Code:hdparm -d1 -A1 -m16 -u1 -a64 /dev/hdX
- 12-01-2003 #4Linux Engineer
- Join Date
- Mar 2003
- Location
- U.S.A.
- Posts
- 1,025
Also see what is taking so much of your cpu cycles by "top -C" for a live listing of all processes running.
Some are normally toward the top of the list while others will jump up and down. i.e. swap file is normally toward the top somewhere where as if you have ftpd running at the top, you have a whole other problem.Dan
\"Keep your friends close and your enemies even closer\" from The Art of War by Sun Tzu\"


Reply With Quote
