{"id":9,"date":"2005-03-03T08:57:32","date_gmt":"2005-03-03T07:57:32","guid":{"rendered":"http:\/\/www.maxhosting.org\/burnout\/blog\/2005\/03\/03\/tweaking-ubuntu-after-first-install-ubuntu\/"},"modified":"2005-03-03T09:07:03","modified_gmt":"2005-03-03T08:07:03","slug":"tweaking-ubuntu-after-first-install-ubuntu","status":"publish","type":"post","link":"https:\/\/www.treg.be\/blog\/2005\/03\/tweaking-ubuntu-after-first-install-ubuntu\/","title":{"rendered":"Tweaking Ubuntu after first install (Ubuntu Warty)"},"content":{"rendered":"<p>Now that you have Ubuntu installed lets tweak a few things to make your experience even better.<\/p>\n<ol>\n<li>Getting the latest updates.<br \/>\nFrom your desktop select Computer > System Configuration > Synaptic Package Manager you will be asked to enter your password. Click the Reload button then select Mark All Upgrades and finally click Apply this will ensure your system is running the latest updates. You can follow this every few weeks to ensure you get new updates as well.<\/li>\n<li>Setting up Nvidia\/ATI video drivers (only if you have Nvidia\/ATI video cards).<br \/>\nFor ATI Video Drivers:<br \/>\n&#8211; <code>sudo apt-get install linux-686 (if you haven't already). or -k7 or -686-smp or -386... whatever matches your kernel.<\/code><br \/>\n&#8211; <code>sudo apt-get install fglrx-driver<\/code><br \/>\n&#8211; <code>echo fglrx | sudo tee -a \/etc\/modules<\/code><br \/>\nThis command won&#8217;t have any effect until you reboot. To load the kernel module immediately, run <code>sudo depmod -a ; sudo modprobe fglrx<\/code>, but this will only work if you have already rebooted since upgrading the kernel. If it doesn&#8217;t work, perform the next step (below) and then reboot.<br \/>\n&#8211; <code>sudo sed -i -e 's\/\"ati\"\/\"fglrx\"\/' \/etc\/X11\/XF86Config-4<\/code> Note: If you are going to compile 3d applications, you will want to install the fglrx-driver-dev package Note: You might want to install the fglrx-control package, which provides a control panel to configure graphics card options such as dual-head display (two monitors).<\/p>\n<p>NVIDIA Video Drivers:<br \/>\n&#8211; <code>sudo apt-get install nvidia-glx<\/code><br \/>\n&#8211; <code>sudo nvidia-glx-config enable<\/code><br \/>\n&#8211; <code>sudo reboot<\/code><br \/>\nNote: (optional): If you are going to compile 3d applications, you will want to install the nvidia-glx-dev package, like <code>sudo apt-get install nvidia-glx-dev<\/code><br \/>\nNote: (optional): the nvidia-settings package provides a control panel to configure graphics card options such as gamma correction. Install: <code>sudo apt-get install nvidia-settings<\/code><\/li>\n<li>Enable Universe in Synaptic.<br \/>\nFrom your desktop select Computer > System Configuration > Synaptic Package Manager you will be asked to enter your password. Goto Settings > Repositories you will see (2) grayed out boxes click both of them, then click the Reload button.<\/li>\n<li>Installing Java systemwide \/ Firefox.<br \/>\nDownload Java: http:\/\/java.sun.com<br \/>\n&#8211; <code>chmod a+x j2re-1_4_2_05-linux-i586.bin<\/code><br \/>\n&#8211; <code>.\/j2re-1_4_2_05-linux-i586.bin<\/code><br \/>\n&#8211; <code>sudo mv j2re1.4.2_05 \/usr\/local\/<\/code><br \/>\n&#8211; <code>sudo ln -sf \/usr\/local\/j2re1.4.2_05\/bin\/java \/usr\/bin\/java<\/code><br \/>\n&#8211; <code>sudo ln -sf \/usr\/local\/j2re1.4.2_05\/bin\/java_vm \/usr\/bin\/java_vm<\/code><br \/>\n&#8211; <code>cd \/home\/username\/.mozilla\/plugins<\/code><br \/>\nIf you do not have a plugins directory you can create one.<br \/>\n&#8211; <code>mkdir -p \/home\/username\/.mozilla\/plugins<\/code><br \/>\n&#8211; <code>ln -s \/usr\/local\/j2re1.4.2_05\/plugin\/i386\/ns610-gcc32\/libjavaplugin_oji.so libjavaplugin_oji.so<\/code><br \/>\n&#8211; <code>sudo ln -s \/usr\/local\/j2re1.4.2_05\/plugin\/i386\/ns610-gcc32\/libjavaplugin_oji.so \/usr\/lib\/mozilla-firefox\/plugins\/<\/code><br \/>\nThat should give you working firefox java and systemwide java support.<\/li>\n<li>Installing XMMS music player.<br \/>\n&#8211; <code>sudo apt-get install xmms<\/code><br \/>\nIf you are running a Nvidia video card you need to add this package as well:<br \/>\n&#8211; <code>sudo apt-get install libmikmod<\/code><\/li>\n<li>Enable MP3 support in Rhythmbox.<br \/>\n&#8211; <code>sudo apt-get install gstreamer0.8-mad<\/code><\/li>\n<li>Installing basic development tools.<br \/>\n&#8211; <code>sudo apt-get install build-essential<\/code><\/li>\n<li>Turn off ipv6 so firefox loads pages faster.<br \/>\nThe latest version of Mozilla includes support for &#8220;IPv6&#8221; a new form of addressing things on the Internet.<br \/>\nThe problem is: Mozilla tries to use IPv6 before it uses IPv4 (IPv4 is the old version). When your Internet connection doesn&#8217;t support IPv6, Mozilla fails to connect on the first try. In the current version of Mozilla, you can&#8217;t change this, because of a bug.<br \/>\nTo fix this issue follow these steps:<br \/>\n&#8211; <code>sudo nano \/etc\/modutils\/aliases<\/code><br \/>\nLook for this line:<br \/>\n# alias net-pf-10 off # IPv6<br \/>\nChange the line to: (remove the #)<br \/>\nalias net-pf-10 off # IPv6<br \/>\n&#8211; <code>sudo update-modules<\/code><\/li>\n<li>Installing a CPU specific kernel.<br \/>\n&#8211; <code>sudo apt-get install linux-686 for newer Intel\/AthlonXP<\/code><br \/>\n&#8211; <code>sudo apt-get install linux-k7 for any AMD Processors<\/code><br \/>\n&#8211; <code>sudo apt-get install linux-686-smp for Dual Intel Processors<\/code><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Now that you have Ubuntu installed lets tweak a few things to make your experience even better. Getting the latest updates. From your desktop select Computer > System Configuration > Synaptic Package Manager you will be asked to enter your password. Click the Reload button then select Mark All Upgrades and finally click Apply this [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[4],"tags":[],"class_list":["post-9","post","type-post","status-publish","format-standard","hentry","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/posts\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":0,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/posts\/9\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/media?parent=9"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/categories?post=9"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/tags?post=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}