SUSEUnbound
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log in  
openFate
Optimizing Linux Fatelogo_small openFATE - openSUSE feature tracking
Similar topics
Latest topics
» Difference between 42.2 and 42.1
Optimizing Linux Emptyby findoctr Thu Dec 15, 2016 7:53 pm

» openSUSE Leap 42.1 ?
Optimizing Linux Emptyby findoctr Fri Feb 05, 2016 8:09 pm

» Happy Turkey Day
Optimizing Linux Emptyby findoctr Thu Nov 26, 2015 1:45 pm

» Happy 4th of July!
Optimizing Linux Emptyby bozo Sat Jul 04, 2015 12:56 pm

» It's been a while ...
Optimizing Linux Emptyby bozo Mon Feb 23, 2015 8:34 pm

» Mondo chillers
Optimizing Linux Emptyby bozo Wed Feb 18, 2015 5:11 am

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
IRC Channel
You can also find us on IRC's freenode.net as #suseunbound.

 

 Optimizing Linux

Go down 
AuthorMessage
welan
Admin
welan


Posts : 248
Join date : 2010-02-23
Age : 60
Location : snow drift in minnesota

Optimizing Linux Empty
PostSubject: Optimizing Linux   Optimizing Linux EmptySat Mar 27, 2010 6:59 pm

The following how-to explains how to speed up linux in general and will work on all distributions of SLES/SLED and Suse pro versions.


Optimize swap
If you have more than 1 gig of ram on your linux machine, probably half the time opening apps is wasted using swap space when it shouldn't. Try doing the following:

1. Open an xterm window.

2. su to the root user.

3. Enter the following:

sysctl -w vm.swappiness=10

# This should take effect immediately, what it does is reduce swapping on the linux system and should see some improvement.

# Create a new file called /etc/sysctl.conf.

# Then edit the /etc/sysctl.conf and add the following line at the very end:
vm.swappiness=10 to /etc/sysctl.conf

Optimize drive access

1. Open an xterm window.

2. su to the root user

3. Enter the following:

hdparm -d 1 -c 1 /dev/hda (where hda is the harddrive)

# The line above sets the dma to on, and the second line turns on 32-bit access.

# Now try running the following:

hdparm -t /dev/hda

# This gives the speed of the harddrive access

# If you are satisfied with the results, edit the /etc/boot.local file and put in the following lines:

hdparm -d 1 -c 1 /dev/hda

Optimize OpenOffice

1. Start up the OpenOffice writer application.
2. Next, open the Tools drop-down menu and select options.
3. Expand OpenOffice.org on the left and select Memory.
4. Change the default values under the Graphics cache for Use for OpenOffice.org to 128MB. and Memory per Object to 20MB.
Back to top Go down
 
Optimizing Linux
Back to top 
Page 1 of 1
 Similar topics
-
» Netbook Distro's
» Does Linux Have a Spell Checker?
» I wonder...? (Nothing at all to do with Linux, or even computers)

Permissions in this forum:You cannot reply to topics in this forum
SUSEUnbound :: Help Section :: Tips and Tweaks-
Jump to: