Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Articles, Tutorials & Reviews > New Article Submissions
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


New Article Submissions Where new Articles are submitted and are pending for review

Reply
 
LinkBack Thread Tools
Old 10-22-2008, 07:26 AM   #1 (permalink)
Registered User
 
glade88's Avatar
 
Join Date: Oct 2008
Location: /dev/null
Posts: 11
OS: Kubuntu 8.10


Send a message via AIM to glade88 Send a message via Yahoo to glade88
HOWTO: Make Linux faster and smoother!

Reduce Swappiness

If your computer has 1GB+ RAM, you would be hardly needing your swap space in most cases. It is evident that the RAM is much faster than your hard drive (A good 677MHz DDR2 can give 3000+ MiB/s while a standard hard drive can give around 50MiB/s). So it's better to let the RAM handle most of the processes. The tendency to use swap is called swappiness. Swap space is a cached area on the HDD that the OS utilizes as a memory overflow/dump area. To reduce swappiness, at a terminal, type in:
sudo sysctl -w vm.swappiness=10

If you wish to reduce the swappiness permanently, do:
sudo nano /etc/sysctl.conf

And change the vm.swappiness value to 10.



Using preload

Preload caches the most accessed applications on your disk and memory. Preload should not be installed on systems having memory less than 1GB, otherwise, it would not have any effect, or rather would advesly affect the performance. To install preload, at a terminal:
sudo apt-get install preload

Once installed, preload will automatically start during boot. It normally takes 20-30 launches of a program to start being cached by preload.



Disable unneeded startup services

Some services start-up automatically even if you don't need them. Goto System->Administration->Services and press Unlock to provide your password for the keyring. You may disable services like Bluetooth, Logging and Printing services if you don't need them.



Use lighter alternatives
You can use lighter alternatives to the existing programs you may use:

* Firefox: Firefox has slightly higher memory consumption. You may use Opera or Epiphany as an alternative.
* OpenOffice: You may use AbiWord and Gnumeric Spreadsheet as an alternative to OO-Word Processor and OO-Spreadsheet
* Nautilus: You may use Thunar or PCManFM as an alternative.
* Gnome-Panel: You can use FBPanel as an alternative.
* Gnome-Terminal: You may use XTerm as a lighter alternative.

If you want to reduce RAM usage drastically, use a lite WM like Openbox and configure it to use Gnome apps. In that way, you can use all Gnome apps but you would use up very less memory.
Openbox configuration guide: http://urukrama.wordpress.com/openbox-guide/



Disable unneeded ttys

Ubuntu comes with 6 ttys enabled. You usually don't need more than 1 tty at a time. To disable tty2 to tty6:
sudo bash
cd /etc/event.d
mv tty2 tty2~
mv tty3 tty3~
mv tty4 tty4~
.
.
And so on till tty6.



Make OpenOffice faster in Ubuntu

Launch OO-Word Processor. Goto Tools->Options and click on Memory. From top to bottom on the window:

* Reduce the Number of steps to 20
* Set Use for OpenOffice.org to 128MB
* Set Memory per object to 20MB
* Set Number of Objects to 20
* Check Enable systray Quickstarter

And press OK button.
Note: Enable the quickstarter only if you use OpenOffice extensively. Otherwise, the quick starter would be unneeded.


After performing these changes, do a reboot for the settings to take effect.


DISCLAIMER: None of these tweaks have been proposed or supported by /me nor has been tested and approved by /me. This post is just a collection of facts from various message boards/blogs. Use them at your own risk.

-----------------
SOURCE:
http://lifehacker.com/software/featu...nux-333798.php
glade88 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 09:08 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85