HOWTO : Ubuntu 10.04 runs more faster

Ubuntu 10.04 is running quiet fast. However, you want more speed ....



Step 1 :



sudo nano /etc/fstab



Step 2 :

Append "norelatime" to the mount parameter and the outcome may be as the following -



proc /proc proc nodev,noexec,nosuid 0 0

# / was on /dev/sda1 during installation

UUID=26c0248f-a2a8-41bf-8222-37cba4e419db / ext4 errors=remount-ro,norelatime 0 1

# swap was on /dev/sda5 during installation

UUID=1c2f38cb-2c0e-4d2f-9055-e0643a970b1f none swap sw 0 0



Step 3 :



sudo mount -a



If there is no error, go ahead to next step. Otherwise, fix the typing error if any.



Step 4 :



sudo mount -o remount /



YouTube demo



That's all! See you.