To do after Installing Ubuntu 12.10

Basic Stuff - Installing Ubuntu Restricted Extras During Installation

  • Starting from Ubuntu 11.04 release, you can install restricted codecs package (which include Adobe Flash, MP3 codecs and such) during installation of Ubuntu OS itself.

     
  •   Notice the arrows pointing to the boxes in the screenshot above. If you tick both of them during the Ubuntu installation process (make sure you are connected to the internet before doing so), restricted extras package will be installed automatically and you will be able to play mp3's, avi's, mp4's etc. and watch flash videos (YouTube videos for example) right after Ubuntu installation is done with. 
  •  But there is a catch. If you have a slow internet connection (which is very rare these days), ticking the boxes shown in the screenshot above will unnecessarily lengthen the installation process. I for one prefer to do all that after installing Ubuntu. If you are like me, the next two steps are for you.

    Update Repositories

    After you install brand new Ubuntu 12.10, the first thing you need to do is to update repositories and make sure you have the latest updates installed.


    Search for Software Updater in Unity Dash and launch the Software Updater app. It will automatically check for updates available. Install the updates. OR you can do this entirely using command line. Open Terminal (Ubuntu 12.10 Keyboard Shortcut: Ctrl + Alt + T) and copy-paste the following command into Terminal.
    sudo apt-get update && sudo apt-get upgrade
          Done. Ubuntu repositories have been successfully updated. 

Install Ubuntu Restricted Extras

Install the "ubuntu-restricted-extras" package. This will enable your Ubuntu to play popular file formats like mp3, avi, flash videos etc. CLICK HERE (to install directly from Ubuntu Software Center) OR simply copy-paste the following command into Terminal to install the package (You need notdo this if you have ticked the 'right' boxes before).
sudo apt-get install ubuntu-restricted-extras
Done.

Enable Full DVD Playback in Ubuntu 12.10
  • Though installing the restricted extras package will solve most of your problems, you may not be able to play dual layer dvds yet in your Ubuntu. Most commercial DVDs are encrypted with CSS (the Content Scrambling System), which attempts to restrict the software that can play a DVD. 
  • For that, you need to install libdvdcss2 package from medibuntu repositories. Simply copy-paste the following commands into Terminal.
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
sudo apt-get install libdvdcss2
  • Let the process complete, might take some time. 
Check for Availability of Proprietary Hardware Drivers
 
  • Additional Drivers is not a standalone application anymore. In its latest avatar, Additional Drivers functionality sits in a new tab inside Software Sources.
  • In my case, all the hardware drivers including graphics, sound and wireless drivers were enabled automatically (though, as you can see, I still have a proprietary wireless driver on offer, which I have not activated). But this may not be the case for everyone.
  • If you are among the not-so-lucky, open Unity dash (Ubuntu 12.10 Keyboard Shortcut: Super key) and search for 'Software Sources' application.
  • Check for additional drivers available and activate the ones you want. In 90% of the cases, this will do the trick. Those who were not able to get their hardware drivers enabled yet will have to do a fair amount of digging through ubuntuforums.
 Enable 'Show Remaining Space Left' Option in Nautilus File Browser
Status bar towards the bottom of the Nautilus window shows not only the amount of free space left in the drive but also the number of items in that particular drive/folder. This is a simple yet very useful feature. Do the following to enable it.


  • Open Nautilus file browser. Go to View - Statusbar. Enable it and you're done.
Preload can Speed up your Ubuntu to an Extent
  • Preload monitors applications that users run, and by analyzing this data, predicts what applications users might run, and fetches those binaries and their dependencies into memory for faster startup times.
  • You will notice a significant improvement in application loading time after installing Preload. You wont notice any speed difference if you are running new applications for the first time though. Preload is adaptive.
  • Preload package is available in default Ubuntu 12.10 repositories.
  • CLICK HERE to install Preload in Ubuntu OR search for it in Ubuntu Software Center.
  • Done. Preload will run silently in the background. Warning: You might notice an increase in boot time as a result. Simply remove Preload if that is bothering you.
Apt-Fast Accelerates your Apt Download Speeds
  • This one is for those among you who likes to mess around with command line tools.
  • Apt-fast is a simple command line utility that can make installation and upgrading of softwares in Ubuntu/Debian much faster. Apt-fast make use of Axel application which accelerates HTTP/FTP downloads by using multiple sources for one file.
  • Simply do the following in Terminal to install Apt-fast.
sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast
  • Afterwards, a prompt will open up asking you to choose between apt-get and aptitude. Again, another prompt pops up asking to to choose between Axel and Aria2c (download managers). Choose the ones you like and you're done (I prefer apt-get and axel). 
  • Now, simply replace apt-get in commands with apt-fast. Examples below:
sudo apt-fast install chromium-browser
sudo apt-fast upgrade
  • Done. Enjoy your increased apt-get download speeds.
Install Open in Terminal Nautilus Extension
  • This extension adds a very useful 'open in Terminal' option to Nautilus right click menu.
  • CLICK HERE to install extension directly from Ubuntu Software Center.
  • Log out and log back in to enable it (OR hit Alt + F2, type nautilus -q and press ENTER).
  • And you're done.
Install CPU/Memory Indicator Applet


  • Useful CPU/Memory load indicator applet that will reside in your top panel.
sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload

  • Now, simply launch System Load Indicator from Unity Dash.
Calculator Lens/Scope for Ubuntu 12.10

  • Calculator Lens/Scope for Unity Dash. Do the following to install it in Ubuntu 12.10.
sudo add-apt-repository ppa:scopes-packagers/ppa
sudo apt-get update
sudo apt-get install unity-lens-utilities unity-scope-calculator
  • Done. Log out and log back in (OR hit Alt + F2, type unity --replace and press Enter) .
Unity Cities Lens/Scope for Ubuntu 12.10

 
  • Unity Cities lens/scope for Ubuntu 12.10 is nifty. You just have to open up Dash and type in the city of your choice. It will show you the map, time, temperature and even the wind-speed right in your Unity Dash.
  • And it is available in the same PPA as above (Calculator Lens). So if you have already installed Calculator Lens from scopes-packagers PPA, all you need to do is this:
sudo apt-get install unity-scope-cities
  • Done. Log out and log back in.
Change Launcher Behavior, Size

  • No need for third-party apps to do very basic stuff like changing Launcher icon size, behavior etc. You can now do all of that directly from Appearance window.
  • Right click on the desktop, select Change Desktop Background and Appearance window will pop up. You know what to do (see screenshot above).
 

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.