Showing posts with label Quick Tip. Show all posts
Showing posts with label Quick Tip. Show all posts

Wednesday, November 16, 2011

Quick Tip: How to Disable IPv6 in Ubuntu For Better Internet Speed


For most Ubuntu users, disabling IPv6 can increase the Internet speed on their system if they feel that it is slower than what it used to be on Windows or Mac.

Follow the instructions:
  • First check that your Internet connection makes use of IPv4 or not. Go to ip-lookup.netand click on Conversations. It will tell you if you are using IPv4 or not. If it is using IPv4, we can disable IPv6, otherwise this tutorial will not be applicable.
  • Now we need to add a line to sysctl.conf. Run the follwing  command: sudo gedit /etc/sysctl.conf
  • At the end of the text file, add the following line: net.ipv6.conf.all.disable_ipv6 = 1
  • Restart your computer or reload sysctl.cong by running command: sudo sysctl -p. To check that it has been disabled or not, run following command in terminal: ip a | grep inet
  • If the terminal does not show any output then IPv6 has been disabled.

Quick Tip: How to Enable ATI Catalyst Driver (fglrx) in Ubuntu 11.04 and Take Care of Screen Lag


A new version of ATI Catalyst driver (fglrx) has been made available in Ubuntu 11.04 which is compatible with latest 2.6.38 kernel and xserver 1.10.

Those who want to install the proprietary driver in Natty for better 3D acceleration, follow these three quick and easy steps:
  • Fully update your system with all the latest unity and compiz packages.
  • Install proprietary drivers from jockey as shown in the screenshot below: