Thursday, October 29, 2009

Top things to do after installing Ubuntu Linux 9.10 Karmic Koala

See the new version: Ubuntu 10.04 Post-Install Guide: What to do and try after installing Lucid Lynx!

So you've just installed Ubuntu 9.10, the cute and cuddly Karmic Koala, but now you're confronted with a most pertinent question, "What do i do now?" Ubuntu is a very complete and full-featured Linux distribution, but no operating system can come with everything you want. There's much more fun to be had in what comes after installing the OS on your machine: now you get to set it up with all the best software it didn't already come with! This list of the top things to do immediately after installing your newly acquired copy of Ubuntu doubles as a general list of great software to try out and use, complete with links to any special instructions on how to set them up, Terminal commands for those who prefer a command-line interface (CLI), and when available, personal package archives (PPA), repositories to keep the applications at their newest version, not just the security updates provided for you by default. Repositories can be added easily by clicking the "Add..." button in the "Other Software" tab of Software Sources and entering the provided APT Line. Feel free to pick and choose; enjoy!

Basic Stuff

Download Mirror & Updates

After every major Ubuntu release (beta, release candidate, and especially the final), the official servers will be unbearably sluggish. To select an alternative server, just launch Software Sources (System ⟶ Administration ⟶ Software Sources) and click the drop-down menu next to "Download from:" and select "Other..." at which point the Choose a Download Server window should pop up. If you know of a fast local server you may select it from the list, or you can try clicking the "Select Best Server" button to launch a tool that will test all the servers for the fastest connection and choose the best result.

Optionally, jump to the "Updates" tab. If you'll always be running the newest version of Ubuntu and are using third-party repos, which we will be, then leaving the defaults should be fine. "Unsupported Updates (karmic-backports)" gives you, as the name implies, unsupported versions of future packages which are still in development which you probably don't need or even want except in certain situations like having a newer-model Apple machine that requires bleeding edge updates. Packages may contain new features, introduce new interfaces, and not be sufficiently tested for inclusion in the 'proposed' repository. "Pre-released Updates (karmic-proposed)" is just the testing area for updates, recommended only to those interested in helping to test updates and provide feedback. Check that Ubuntu is scheduled to automatically find availably updates daily and to download all updates in the background to save yourself some time when it comes time to install them.

Before you go, head over to the "Statistics" tab and check it if it isn't already. This anonymously sends the list of software you have installed and how often you use them to help collect statistics on which apps are the most popular.

When you click close, you will likely be prompted to reload the list of available software. Click reload. If you're prompted with available updates when it finished reloading, follow the instructions to install them. If not, you can always manually check for and install updates via Update Manager (System ⟶ Administration ⟶ Update Manager). You should always keep your computer up-to-date.

Folder and Printer Sharing

If you want to be able to share files, folders, and printers with Windows machines, you'll need the samba package. You can set this up graphically by right clicking on any folder and selecting "Properties" and going straight to the "Share" tab. Check off "Share this folder" and you should be prompted to install the Windows networks sharing service. After that's installed, you'll need to restart and you can click "Create Share" to be able to view the folder and it's contents from other machines through the network.

Like any package, you may also install samba via Synaptic Package Manager (System ⟶ Administration ⟶ Synaptic Package Manager) or command-line (Applications ⟶ Accessories ⟶ Terminal).

Click here to install or use the following command:
sudo apt-get install samba

Time Synchronization

Ubuntu can keep your computer's time accurate by syncing up with atomic clocks through tiers of servers while factoring out communication delays, and adjusting the time in a way that does not upset all the other processes that are running. The protocol for this is called Network Time Protocol (NTP). To set up NTP time synchronization graphically, launch Time & Date, also available through (System ⟶ Administration ⟶ Time & Date). Click the keys to unlock settings. Now, you can select your time zone, and configure it to "Keep synchronized with Internet servers", at which point it will prompt you to Install NTP support. After that, click "Select Servers" and check off the server closest to you.


Click here to install or use the following command:
sudo apt-get install ntp

Restricted Essentials

DVD Playback

Most commercial DVDs are encrypted with Content Scrambling System (CSS), which attempts to restrict the software that can play a DVD. You'll need to install libdvdcss if you want to play them. You can do so by first installing the libdvdread4 package via Synaptic Package Manager or Terminal.

Click here to install or use the following command:
sudo apt-get install libdvdread4

Then, within a Terminal window, enter:
sudo /usr/share/doc/libdvdread4/install-css.sh

Restricted Extras

The ubuntu-restricted-extras package includes a bunch of things Ubuntu isn't legally allowed to ship with, namely unrar for unarchiving .rar files, Microsoft TrueType core fonts, Sun Java Runtime Environment (JRE), restricted codecs, and finally Adobe Flash Player. Like the rest of the packages and applications in this list unless noted otherwise, it's available in the new Ubuntu Software Center (Applications ⟶ Ubuntu Software Center).

Click here to install or use the following command:
sudo apt-get install ubuntu-restricted-extras

I also recommend you at least give a fair chance to Gnash, an open source flash player on the list of high priority Free software projects. To install, you'll first have to make sure you don't have Adobe's flash player installed via Synaptic or Terminal.

Command:
sudo apt-get purge flashplugin-installer nspluginwrapper

Finally, you can install the Gnash plugin via Synaptic of Terminal.

APT Line: ppa:gnash/ppa
Click here to install or use the following command:
sudo apt-get install mozilla-plugin-gnash

Eye Candy

GNOME Shell

The upcoming version 3.0 of the GNOME desktop environment which i can't describe concisely other than that it is a new interface for interacting with your desktop. Some people think it looks pretty slick, but i won't weigh in on the issue. If you'd like to try it, there is a version in the Ubuntu repos, but you'll probably want something more up to date. You can build it yourself without too much difficulty, but hopefully there will be a PPA available soon.

Click here to install or use the following command:
sudo apt-get install gnome-shell


Advanced Desktop Effects Settings

If you want a Custom option in Visual Effects settings in Appearance (System ⟶ Preferences ⟶ Appearance) for some fancier features to play around with and show off, you'll need Simple CompizConfig Settings Manager, or if you're feeling more ambitious, Advanced Desktop Effects Settings.

APT Line: ppa:compiz/ppa
Click here to install or use the following command:
sudo apt-get install simple-ccsm

Replace "simple-ccsm" with "compizconfig-settings-manager" for the Advanced Desktop Effects Settings Manager.

Basic Compositing

Some of you may not need or want such superfluous visual effects; perhaps you lack the hardware or restricted drivers for accelerated graphics necessary for Compiz; maybe you just don't want to use something that isn't standards compliant, but still want basic compositing which some applications depend on. In that case, Metacity, the default window manager for GNOME, works great! You can enable it graphically, or with a simple command, but make sure to disable Compiz effects in Appearance.

For GUI lovers, hit Alt+F2 to open the Run Applicatoin dialog and enter gconf-editor to launch the GNOME Configuration Editor. In the left-hand sidebar, navigate to Apps ⟶ metacity ⟶ general and back in the main box check off compositing_manager, and Metacity will immediately start compositing, a much smoother transition than to Compiz. If you're a CLI guy (relax ladies, i did it for the rhyme), you can run a quick command in Terminal.

Command: gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true

Extra Themes

There aren't a whole lot of themes that come with Ubuntu, so if you crave more, there are several packages containing additional themes. Hopefully many of these packages can be merged in the future and have a more refined selection. They all must be installed via Synaptic or the terminal but only the themes from the Bisigi Project provided by the zgegblob-themes package requires the PPA. You can download individual themes from various websites like GNOME-Look.


APT Line: ppa:bisigi/ppa
Click here to install or use the following command:
sudo apt-get install arc-colors community-themes gdm-themes gnome-backgrounds gnome-colors gnome-themes gnome-themes-extras gnome-themes-more metacity-themes shiki-colors zgegblog-themes



Electric Sheep Screensaver

Fractal frames can look pretty sweet. Electric Sheep does a number of cool things with them. Primarily, it displays them as a screensaver, but on top of that and arguably just as cool, it downloads new popular ones through a distributed computing network so that the "gene pool" of animations, or "sheep" as they're called, is constantly evolving. You can download a starter pack from http://www.archive.org/details/electricsheep-packs-244 and just extract them into ~/.electricsheep

Click here to install or use the following command:
sudo apt-get install electricsheep


Desktop Functionality

Application Launcher

For a beautiful application launcher, complete with plugins and a dock, you can try GNOME + Do.

APT Line: ppa:do-core/ppa
Click here to install or use the following command:
sudo apt-get install gnome-do


Universal Applets

After the death of Screenlets and gDesklets, a new widget framework called Universal Applets is being developed with the goal of producing applets that can be dynamically "plugged" into any application. While GNOME Do is definitely superior at the moment, Universal Applets is a promising concept for the future. It's only available in a third party repository since it isn't yet included in the Ubuntu repos and as such isn't listed in the Software Center. It hasn't even been packaged for karmic, but the Jaunty packages, though bug-ridden, work for me.

APT line: deb http://download.opensuse.org/repositories/home:/some-guy:/screenlets/xUbuntu_9.04/ ./
Click here to install or use the following command:
sudo apt-get install universal-applets


Clipboard Manager

There is an annoying bug from 2004 in which copy/paste doesn't work if the source is closed before the paste. Parcellite is a clipboard manager that works around that problem along with providing some other useful features.

Click here to install or use the following command:
sudo apt-get install parcellite

Audio/Video Creation & Editing

Video Editing

PiTiVi is an intuitive and featureful movie editor that was actually designed with the user interface in mind instead of just slopping on one feature after another. It is able to import and export video files in any format supported by the powerful GStreamer framework.

APT Line: ppa:gstreamer-developers/ppa
Click here to install or use the following command:
sudo apt-get install pitivi


Video Screen Capture

If you want to make screencasts to show off your awesome desktop, Instanbul is a great desktop recording tool which, unlike gtk-recordMyDesktop, uses GStreamer. You can install it through Synaptic or Terminal.

Click here to install or use the following command:
sudo apt-get install istanbul

Audio Recording & Editing

Jokosher is a simple yet powerful non-linear, multi-track audio editor. The interface, which was designed from the ground up, provides an integrated environment to create and record music, podcasts and more.

Click here to install or use the following command:
sudo apt-get install jokosher


Webcam

If you have a webcam, you need Cheese. It's a Photobooth-inspired application for taking pictures and videos from a webcam also based on the GStreamer back-end.

Click here to install or use the following command:
sudo apt-get install cheese


Multimedia Playback

Media Center

Moovida, formerly Elisa, is a beautiful media center which is perfect for setting up a Home Theater PC (HTPC) or TVPC like the Neuros Link and it uses the GStreamer multimedia framework to support playing almost any kind of file.

APT Line: ppa:moovida-packagers/ppa
Click here to install or use the following command:
sudo apt-get install moovida


Video Feeds

Miro, previously known as Democracy Player, is an Internet television application developed by a 501(c)(3) non-profit organization called the Participatory Culture Foundation whose mission is to "enable and support independent, non-corporate creativity and political engagement."

APT Line: deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu karmic/
Click here to install or use the following command:
sudo apt-get install miro



Media Player

I don't feel strongly about this, but for those of you who are unsatisfied by Rythmbox, the default music manager for Ubuntu, you may want to try Banshee. It's a media player and library for music and videos which has a number of cool features.

APT Line: ppa:banshee-team/ppa
Click here to install or use the following command:
sudo apt-get install banshee

Web Browsing

Google Chrome

Mozilla Firefox 3.5 brings some major improvements like HTML 5 support, but we all hate how bloated it is. If you want something faster and more standards-compliant, WebKit browsers are the way to go. Webkit is the layout engine that Epiphany and Google Chrome use to render pages faster than Gecko which is used by Firefox. Chromium is only available through the a PPA and must be installed through Synaptic or Terminal.

APT Line: ppa:chromium-daily/ppa
Click here to install or use the following command:
sudo apt-get install chromium-browser


Epiphany

If you prefer something that integrates more with GNOME, and is in fact the default web browser for it, try Epiphany. You may also add the Epiphany and WebKit PPAs to keep them up-to-date.

APT Line: ppa:webkit-team/epiphany
APT Line: ppa:webkit-team/ppa
Click here to install or use the following command:
sudo apt-get install epiphany-browser



Learning

Flash Cards

Digital flash cards are even more effective because they can accurately use spaced repetition to help you more efficiently retain information. There are actually two great programs i recommend you try and choose for yourself, Mnemosyne and Anki.

Click here to install or use the following command:
sudo apt-get install mnemosyne anki

Brainwave Entrainment

You read that correctly. You can synchronize your brainwaves to that of an external stimulus like sound, light, and even electromagnetic radiation in order to easily induce brain states like sleep for example. Think of it as assisted meditation which is effective at treating conditions like ADD, insomnia, and much more. Gnaural is brainwave entrainment software which generates binaural beats. It is no longer in the repositories and it doesn't have a PPA, but 32-bit users can download and install the .deb from the website while 64-bit users like myself are forced to compile.

http://gnaural.sourceforge.net/download/


Brain Training

If you like puzzles, logic, and brain teasers, you'll enjoy keeping your mind in shape with gbrainy.

Click here to install or use the following command:
sudo apt-get install gbrainy


Games

PlayDeb

What good are games when you're stuck with the same versions for 6 months? PlayDeb is a repository of games which provides you with the latest and greatest that are either not at their newest version in the Ubuntu repos, or not included at all! Installing games is extremely convenient by searching through the PlayDeb.net website and installing games with just a click. You can add it to your sources automatically by installing the playdeb package, or manually.

APT Line: deb http://archive.getdeb.net/ubuntu karmic-getdeb games
wget -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -


Yo Frankie!

This is a beautiful and important Free game that is, Free software and Free content which was created to show off what can be produced using Free software. It was made using Blender, mentioned above, as part of the Blender Institute's first Open Game Project, and based off of the film, Big Buck Bunny, which was the foundation's second Open Movie Project. Sadly, it isn't included in the Ubuntu repos, but you can get it with PlayDeb.

Click here to install or use the following command:
sudo apt-get install yofrankie




Nexuiz

For those of you who prefer fast-paced first-person shooters, Nexuiz is a very decent Free game every Linux gamer should try at least once. GameStop even held a Nexuiz "PC gaming challenge" in which interactive kiosks were set up in 10 different stores in 8 US cities and users were given 2 minutes to earn the high score for a $100 gift card by doing the most damage possible to their AI opponents.

Click here to install or use the following command:
sudo apt-get install nexuiz


Donating CPU Power

Distributed Computing

You can volunteer to participate in grid computing to donate your computer's spare CPU power to charitable projects like protein folding. Berkeley Open Infrastructure for Network Computing (BOINC) is a great way to use your computer to give.

Click here to install or use the following command:
sudo apt-get install boinc-manager

Images and Publishing

Photo Management

Although Ubuntu does come with F-Spot, it does leave many users unsatisfied. If you find yourself among them, you may want to try a young competitor named Solang, which gained popularity during the mono wars (hopefully mostly over?) as being a mono-free alternative.

Click here to install or use the following command:
sudo apt-get install solang

Vector Graphics

Inkscape is a vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X. It's an excellent tool for publishing materials in the W3C standard Scalable Vector Graphics (SVG) file format.

APT Line: ppa:inkscape.testers/ppa
Click here to install or use the following command:
sudo apt-get install inkscape


3D Graphics

Not exclusive to still imagery, Blender is an amazing 3D imagery creation suite that has already been used to create films as part of the Open Movie Project.

Click here to install or use the following command:
sudo apt-get install blender

Desktop Publishing

Scribus is a desktop publishing (DTP) application designed for flexible layout and typesetting and the ability to prepare files for professional quality image setting equipment like writing small newspapers, brochures, newsletters, posters and books.

APT Line: ppa:scribus/ppa
Click here to install or use the following command:
sudo apt-get install scribus

Filesharing

Secured P2P

Gnunet framework for decentralized, secure, peer-to-peer networking for anonymous, censorship-resistant file-sharing. You may have heard of Freenet, but you probably haven't seen how they compare.

APT Line: ppa:teamgnunet/ppa
Click here to install or use the following command:
sudo apt-get install gnunet-gtk



Direct Connect

A great way to share files for students in college networks is using direct connect; sadly, there is no DC client designed for GNOME, nor is there an available port of Shakespeer from Mac, so it seems like the best option is DC++

Click here to install or use the following command:
sudo apt-get install linuxdcpp

Usenet

Although it isn't free, Usenet downloads are crazy-fast and files show up there first. Possibly even more noteworthy, however, is that for whatever reason it remains unregulated by pirate hunters. Read this guide for more info, but install LottaNZB for your client instead— they're working to replace HellaNZB with SABnzbd for their back-end.

APT Line: ppa:lottanzb/ppa
Click here to install or use the following command:
sudo apt-get install lottanzb


BitTorrent

Although Miro can already handle torrent files, you probably want a dedicated BitTorrent client, and although Transmission can do the job, you might want something a little more comprehensive. I'm sure you'll find that Deluge is a feature complete yet lightweight application.

APT Line: ppa:deluge-team/ppa
Click here to install or use the following command:
sudo apt-get install deluge



Time Managment

Alarm Clock

If you keep your computer on at all times and want to toss out your boring alarm clock, or even if not, Alarm Clock provides a lot of nifty scheduling and alert options.

Click here to install or use the following command:
sudo apt-get install alarm-clock


Time Tracking

The Hamster Time Tracker applet helps you track and analyze how much time you spend on different tasks and activities with a graphical overview to make you feel bad for all that time you waste. It can only be installed through Synaptic or Terminal.

Click here to install or use the following command:
sudo apt-get install hamster-applet

Communication

Empathy Instant Messenger

Horray! Empathy is now included with Ubuntu, but if you want the latest version with additional features like geolocation and audio/video chat for MSN, you'll need to add the Telepathy PPA to your software sources.

APT Line: ppa:telepathy/ppa

Microblogging

Gwibber is a cute little microblogging client for those of you who frequently use sites like Twitter, Identi.ca, Jaiku, Facebook, Digg, and more.

APT Line: ppa:gwibber-team/ppa
Click here to install or use the following command:
sudo apt-get install gwibber


Security & Privacy

On-The-Fly Encryption

Many people use TrueCrypt believing that it's FOSS, but although the source code is available, it's development is kept secret and it isn't considered Free Software by the FSF nor Open Source by the OSI. ScramDisk for Linux (SD4L) is a great OTFE alternative that also supports TrueCrypt containers. Unfortunately, it is not yet included in the default repos, and there isn't a PPA either, but you can download a .deb to install from their website.

http://sd4l.sourceforge.net/

VPN Access

If you'd like to make sure all of your internet traffic is encrypted and anonymous, you can pass it through a proxy by using a Virtual Private Network service like IPREDator. We can't kill the music and movie industries if they can make money just by suing all of us!

Click here to install or use the following command:
sudo apt-get install network-manager-pptp

Onion Routing

If you don't wan't to pay $5 a month for a VPN like IPREDator but still want to be able to use the web anonymously, you can try The Onion Router, more commonly referred to as TOR, but it is significantly slower and requires additional setup. Although it was in the Ubuntu repos, the version in there was dangerously out-of-date it's just been removed, so you need to use their repository.

APT Line: deb     http://deb.torproject.org/torproject.org karmic main
Click here to install or use the following command:
sudo apt-get install tor tor-geoipdb

Firewall

If you feel the need to have a firewall, Firewall configuration is a graphical front-end for Uncomplicated firewall (ufw).

Click here to install or use the following command:
sudo apt-get install gufw


Antivirus

You generally don't need antivirus with Linux, but if you'd like to play it safe, you can install the ClamTK Virus Scanner, a graphical front-end to ClamAV.

Click here to install or use the following command:
sudo apt-get install clamtk



System Utilities

LiveUSB Creator

Optical storage disks like CD's are inconvenient and get scratched up, so why put your installer on a USB instead? UNetbootin allows you to do just that, using any Linux or BSD distribution.

Click here to install or use the following command:
sudo apt-get install unetbootin


Backup

I don't have any strong feelings as to which backup utility you should use, but i have learned the hard way that you should always have a backup. Back In Time should do everything you need.

Click here to install or use the following command:
sudo apt-get install backintime-gnome


Partition Editor

You can partition you other storage drives, your external hard drive, you USB drive, your iPod, and basically any other writable storage drive you can plug into your computer using the GNOME Partition Editor. It does the trick on Ubuntu installation disks, and it can sure do the trick elsewhere.

Click here to install or use the following command:
sudo apt-get install gparted


Virtual Machine

If you want to be a good user and get testing on the next version of Ubuntu, that's 10.04 LTS, the Lucid Lynx, but you want to do it safely, get VirtualBox. There's version that is fully open source (vboxgtk), but you'll likely want the proprietary features too. It's installable via Synaptic or Terminal.

APT Line: deb http://download.virtualbox.org/virtualbox/debian karmic non-free
Click here to install or use the following command:
sudo apt-get install virtualbox-3.0


64-bit Specific

Flash Player

The 32-bit flash player runs terribly on 64-bit systems, and if you don't want to use Gnash, Adobe has released the only 64-bit version of Flash Player 10 for Linux! It currently isn't in the repositories because it's still in alpha, but it's so much more stable than even the final 32-bit version. To install it, download the .tar.gz file at the bottom of this page:

http://labs.adobe.com/downloads/flashplayer10.html

Next, extract the file to your home folder; then just enter this into a terminal window:

sudo cp libflashplayer.so /usr/lib/mozilla/plugins/

Windows Media Audio 9

I've looked and looked, and without the Fluendo GStreamer plugin there is no way for 64-bit Ubuntu to play WMA 9 files, and video files that use it will have no sound. You can purchase a copy from the Canonical Store, or download it illegally from The Pirate Bay:

http://thepiratebay.org/torrent/4900791

Explore, Customize, Personalize!

Now it's time to play around with all the new apps you have and make your desktop, well, yours. You can try experimenting with a cool panel-less desktop; you can experiment with all your new apps; you can try different themes and modify them in Appearance; you can set your preferred applications and explore all your system preferences. My desktop background comes is by David Revoy of Durian, now called Sintel, the Blender Foundation's latest Open Movie Project.


Don't for get to show off your shiny new Ubuntu installation to your friends, spread Ubuntu, and donate to your favorite projects!

309 comments:

  1. kholis12:29 PM

    what a comprehensive review...
    thanks, :)

    ReplyDelete
  2. TOR does not (yet?) have a repository for Karmic, nor are their Jaunty archives suitable.

    ReplyDelete
  3. Wow. GREAT post. I'm sharing this.

    ReplyDelete
  4. Anonymous1:08 PM

    Wow. This is what a release post should look like.

    "YAY, It's here!" is nice, but not very helpful and awfully redundant.

    I would have chosen some different applications, but that is beside the point.

    ReplyDelete
  5. Anonymous1:19 PM

    In the gnome-shell section you have this being the command to install gnome-shell from the repos:
    sudo apt-get install mozilla-plugin-gnash
    I believe the correct command is:

    sudo apt-get install gnome-shell

    probably just a typo =)

    ReplyDelete
  6. Anonymous1:20 PM

    Great article, I'm using kupfer right now instead of gnome-do, it feels like more lightweight.

    I know most of GNOME users don't know they can beautify the clock applet, check this link out:

    http://www.reddit.com/r/linux/comments/9p6tr/how_to_beautify_gnomes_clock/

    ReplyDelete
  7. Great article! There's a few apps in there I did not know about.
    Thanks! =D

    ReplyDelete
  8. Anonymous1:55 PM

    aptitude install gnome-shell just works (gnash is a free implementation of the flash plugin)

    ReplyDelete
  9. This list is a big help for an Ubuntu newbie. Thanks!

    ReplyDelete
  10. Anonymous2:53 PM

    gDesklets isn't dead, its development progress just is a little bit slow ATM.

    ReplyDelete
  11. Under Gnome Shell, you've still got the PPA for Gnash in there. "APT Line: ppa:gnash/ppa"

    Awesome use of Apt URL throughout the article.

    ReplyDelete
  12. Anonymous3:41 PM

    There are no karmic repositories available as of now, but the Debian sid repositories work fine.

    ReplyDelete
  13. That's a very good summary of tips for new Ubuntu users! I'll keep it bookmarked for future reference, when asked about "Where to go now?".

    Best regards ...

    MacSlow

    ReplyDelete
  14. Anonymous3:59 PM

    Thanks for the tips!!

    ReplyDelete
  15. Awesome stuff, DPic! Really useful :)

    ReplyDelete
  16. Really brilliant well done :)

    So many apps and methods that I had no clue about and I've been using Linux for 6 years!

    ReplyDelete
  17. Great post! Love the screenshots with everything.
    It wouldn't be accepted on UbuntuForums, though, as you suggested illegal activity (torrenting copyrighted software off thepiratebay).

    ReplyDelete
  18. Gorgeous work with this guide!

    ReplyDelete
  19. Anonymous5:17 PM

    Why disable the software statistics? I find those useful when picking an app to use, and they provide packages w/ info on which apps are popular, and merit more attention.

    ReplyDelete
  20. Very Nice... Thanks

    ReplyDelete
  21. WOW. This is fantastic, thank you very much for taking the time to share!

    ReplyDelete
  22. Anonymous6:01 PM

    thanks for sharing...

    ReplyDelete
  23. woow...awesome review man

    ReplyDelete
  24. Anonymous6:26 PM

    Awesome. Been using ubuntu since the start, and you introduced me to a heck of a lot of new things. Rock On!

    ReplyDelete
  25. What about Medibuntu and the non-free-codecs package?
    You should reccommend it too.

    ReplyDelete
  26. If you feel unsatisfied with F-Spot, you should try phraymd, a python alternative which is developped by spillz
    https://launchpad.net/phraymd
    (import and export to web services are functions that are about to be launched but you can already use Nautilus to import your photos - since phraymd watches your photos folder - and Postr to export to Flickr)

    ReplyDelete
  27. Anonymous7:35 PM

    best ever! but can anyone tell me how to get rid of empathy's big green dot in the notifications area after updating to the ppa version?

    ReplyDelete
  28. Anonymous8:02 PM

    Wow, what a great post! Very comprehensive.

    Thanks! :D

    ReplyDelete
  29. Nice guide but please stop spreading this:

    "Some of you may not need or want such superfluous visual effects; perhaps you lack the hardware or restricted drivers for accelerated graphics necessary for Compiz; maybe you just don't want to use something that isn't standards compliant"

    Compiz has been standards complaint with ICCCM/EWMH [1] since at least version 0.4

    [1] EWMH is the standard that glues applications and the window manager together nicely http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html

    ReplyDelete
  30. Just something: I noticed you kind of avoided KDE applications - which is understandable but could also mean you don't like them very much =P - but I believe you should strongly suggest Kdenlive instead of Pitivi. Pitivi as it is now isn't very useful =)

    ReplyDelete
  31. Anonymous8:33 PM

    This is the most comprehensive review I've ever seen.
    Bravo!


    Thx,
    Sam

    ReplyDelete
  32. Raul Zanardo9:45 PM

    Best Post EVER!
    great sequence for things. :D

    ReplyDelete
  33. Great article! I learned lots of new things.

    Btw since "check off" means to not put a tick mark on the checkbox, I think you meant the reverse ("check". typo?).

    ReplyDelete
  34. Anonymous10:14 PM

    This is a great post! It is fabulous, honestly, and I use about half of the things on here already (planning on using the other half now ^_^)

    ReplyDelete
  35. Great. Thanks for the list.

    ReplyDelete
  36. Anonymous12:57 AM

    Really helpful. I've been using Ubuntu for years, but this is the first that I've heard of many of the programs listed here. Thanks for the comprehensive review!

    ReplyDelete
  37. Anonymous2:14 AM

    Danny, you're a marvel. I'm going to try out some of those suggested apps this weekend and have some fun. I read this article just in time to share it with a friend who's trying out ubuntu on his new laptop. Thanks!

    ReplyDelete
  38. Kudos, you did a great job!

    ReplyDelete
  39. great post!

    maybe yu can add to the list Wammu,a graphical phone manager using Gammu as its backend.

    http://wammu.eu/

    ReplyDelete
  40. Anonymous2:57 AM

    Maybe you could also suggest users to try KDE instead of GNOME ;)

    ReplyDelete
  41. enemy territory does not work with 9.10

    ReplyDelete
  42. Great work! An excellent article, I think you covered everything needed and some more

    ReplyDelete
  43. Anonymous4:28 AM

    Excellent post! Thanks a lot.

    ReplyDelete
  44. Anonymous4:46 AM

    that's excellent! thanks for sharing. just this line
    APT Line: ppa:*****/ppa
    looks a bit confusing
    bye!

    ReplyDelete
  45. Thank you!! I can throw away my one list. Believe the only thing I'd like to add to it is Avant Window Manager...

    Keep it up to date. Cronical should put a link to this on their home page!

    ReplyDelete
  46. Even for a veteran like me, this post is brilliant!

    Bookmarked.

    ReplyDelete
  47. Anonymous5:47 AM

    How does one use those APT lines though?

    ReplyDelete
  48. About Download Mirror & Updates:

    Why not just enable apt-p2p and forget abpout selecting mirrors?

    About DVD Playback:
    In the text there is a link displayed as "libdvdread4" and the link URL is "apt:".
    This is probaly an error in the article.

    Regards,
    David

    ReplyDelete
  49. Anonymous6:15 AM

    Very nice!

    But please, point people for ntp time sources always to

    pool.ntp.org

    More here: http://www.pool.ntp.org/en/

    ReplyDelete
  50. Best "things to do after installing" post I've ever seen. Tagged & bookmarked & submitted to Digg. Great Work.

    ReplyDelete
  51. Danny, that was a very nice feature, albeit the title is oh so common :)

    Actually, you're the only Ubuntero I know of to use Gnaural -- kudos! (You're also the only Ubuntero atheist I know of -- some others are using Fedora, yuck.)

    Still, why are you avoiding Medibuntu? It's not that harmful and Medibuntu is much more than {k,x,}ubuntu-restricted-extras! (see http://en.andregondim.eti.br/?p=62)

    E.g. you can get w32codecs/w64codecs only from Medibuntu.

    Also, with Medibuntu there is no need to "sudo /usr/share/doc/libdvdread4/install-css.sh" -- they just have libdvdcss2 e basta!

    Thanks for letting me know of gnunet-gtk.

    Q#1: why should I try Jokosher if I'm OK and familiar with Audacity?

    Q#2: what replacement could it be equivalent to KTeaTime or xfce4-timer-plugin? Don't tell me to use alarm-clock for a 3' sandglass!

    Oh, and I've found interesting some of your YouTube videos. (I do understand the advantages of a room with no furniture, but not even a Billy shelf for a bookshelf? Are you entirely digital?)

    ReplyDelete
  52. Great article, the long apt-get install string for the backgrounds/themes seems to get cut off in mid flow and a couple of the new sources you've suggested are keyed so without keys you get those annoying signature not verified messages.

    ReplyDelete
  53. Anonymous7:43 AM

    It's great how you support piracy with that link to stolen Fluendo Codecs :(

    ReplyDelete
  54. Anonymous8:12 AM

    Many thanks for your detailed review


    --
    kova

    ReplyDelete
  55. Love the apt links that are included, great post.

    ReplyDelete
  56. Danny,

    Really great post! I usually share great links with new users on how they could get started. With the attention to detail you have shown in your post, what else could I possibly add?

    Thanks for the time you put into this.

    Chris

    ReplyDelete
  57. Anonymous11:30 AM

    Thanks, I didn't know about some, and some that I did I now know more.

    ReplyDelete
  58. > Mozilla Firefox 3.5 ... we all hate how bloated it is.

    If you say so.

    ReplyDelete
  59. Anonymous1:40 PM

    The most valuable contribution to Ubuntu.
    Thank you.

    ReplyDelete
  60. Anonymous2:17 PM

    Nice, thanks! However, there is no Karmic tree in the torproject repo. The debian sid tree should work as described here: http://www.webupd8.org/2009/10/installing-tor-in-ubuntu-karmic.html

    ReplyDelete
  61. Anonymous3:45 PM

    I am the only one who has a problem with him stealing:

    Windows Media Audio 9

    I've looked and looked, and without the Fluendo GStreamer plugin there is no way for 64-bit Ubuntu to play WMA 9 files, and video files that use it will have no sound. You can purchase a copy from the Canonical Store, or download it illegally from The Pirate Bay:

    http://thepiratebay.org/torrent/4900791

    ReplyDelete
  62. Anonymous4:14 PM

    i am sort of a newb, can someone tell me where the apt lines need to be added to enable install of these recommendations.

    ReplyDelete
  63. I agree that posting link to codecs .torrent wasn't nice. Fluendo has paid lot of money to get their hands to spec and they offer up-to-date encoders for WMA. If you really want to get WMA 9 files, help ffmpeg project with money/development time to get them into shape so it could be playable.

    ReplyDelete
  64. «there is no way for 64-bit Ubuntu to play WMA 9 files» --> you're wrong.

    As I said, there is Medibuntu, and there is w64codecs: http://packages.medibuntu.org/karmic/w64codecs.html

    ReplyDelete
  65. To another Anonymous: use System => Administration => Software Source => Thirdy party

    ReplyDelete
  66. Anonymous4:57 PM

    Fantastic post! Many thanks for your taking the time to create this! I've forwarded the URL to most of my friends already. Awsome!

    ReplyDelete
  67. Anonymous6:30 PM

    Bravo!
    I really enjoy reading this kind of posts!

    ReplyDelete
  68. Anonymous6:46 PM

    Top notch Karmic release post I've read yet.

    ReplyDelete
  69. Anonymous9:33 PM

    Very good work Danny!
    Nikos, Prague

    ReplyDelete
  70. komputes11:20 PM

    I think that's a pic of usb-creator, not unetbootin. usb-creator comes with ubuntu, although, as you can see in the picture a usb stick is no longer seen as one abstracted device (like in Jaunty), but as 2 items; the device and the partition. This is due to the switch to devicekit-disks and the bug can be tracked here:

    https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/415103

    ReplyDelete
  71. the cleaner12:38 AM

    u make me want to puke al over u ;)

    ReplyDelete
  72. Anonymous2:20 AM

    Thank you pal, great software to run on Ubuntu 9.10

    ReplyDelete
  73. Brilliant post! Tonnes of great tips! Thank you!

    ReplyDelete
  74. Jonas8:33 AM

    Great work! Love it!

    ReplyDelete
  75. Great job. Great selection of software.

    ReplyDelete
  76. So as pretty much everyone else said, this writing is quite excellent and entertaining! I've bookmarked this as you've pretty much reviewed every other application I've never heard about before

    ReplyDelete
  77. Anonymous2:14 PM

    Thanks man, you posts are always great

    ReplyDelete
  78. Great post!

    1. The only thing that I think you've missed is the Sonic Visualiser - a great audio analysis software. Very good program - I've used it for many occasion. Highly recommended! (google it as I don't think that I can post links here)

    2. How did you create this inline comment box in Blogspot? I wanna get one fro my blog!

    3. And the Links to this post thingy?

    ReplyDelete
  79. Perfect tutorial and review for beginner. Thanks....

    ReplyDelete
  80. Anonymous12:20 AM

    You left out the step, "Now reap the rewards of all that effort and use Ubuntu for something you couldn't already do in Windows" because there isn't any

    ReplyDelete
  81. That's great dude keep up....

    ReplyDelete
  82. Good review dude, I like it and i linked it this post :)
    http://birtakimolaylar.wordpress.com/2009/10/30/ubuntu-9-10-karmic-koala-cikti-ubuntu-9-10-karmic-koala-released/
    (In Turkish)

    ReplyDelete
  83. Good review. Learnt about a lot of great software that I can use in my Ubuntu.

    ReplyDelete
  84. Thanks for sharing, very useful.

    My Clock applet settings, in case anyone would like to use the same or similar:

    < sup>< span rise="0" font_desc="Segoe UI 10" color="#ffffff" weight="bold">%a %d %b %I:%M %p< /span>< /sup>

    [remove the spaces after the < tags]

    http://lh5.ggpht.com/_Q6f3J0Iia4E/Su2gSWzOejI/AAAAAAAAkcA/TBR42q7_J3E/s800/screenshot_006.jpg

    ReplyDelete
  85. Anonymous12:11 PM

    thank you very much!!

    ReplyDelete
  86. weh... apik tenan cah...

    ReplyDelete
  87. great...

    i'll translate to indonesian and publish to my blog. So new ubuntu user can read this in bahasa...

    thanks,

    ReplyDelete
  88. Anonymous1:49 AM

    Fantastic job man . . . Really needed this post. Too good!!!

    --- Ankur

    ReplyDelete
  89. the Universal Applets doesn't work for me... i mean i can't drag them and edit the options as i was able before..

    ReplyDelete
  90. Anonymous5:52 AM

    The clipboard thing is NOT a bug, it's the way X11 works!

    ReplyDelete
  91. Thanks for all those tips. However, I would like to point out a few snags with some of those apps:

    The version of Anki shipped with Karmic is an old one and can't connect to the Anki Online server. It seems that this has been a recurring problem for some time. See https://bugs.launchpad.net/ubuntu/+source/anki/+bug/371286

    The version of Electronic Sheep that comes with Karmic is 2.6 which has been EOL'd and does not start at all. See https://bugs.launchpad.net/ubuntu/+source/electricsheep/+bug/459498

    Yofrankie doesn't start on my machine. I get a segmentation fault when starting it, apparently due to blenderplayer not being able to open the audio service.

    ReplyDelete
  92. Good work. Thanks a lot.

    ReplyDelete
  93. Danny...Thanks very much for the tutorial. Good Job!!

    Ivery
    Senior Citizen

    ReplyDelete
  94. very good stuff, thanks, I installed some of your applications

    ReplyDelete
  95. Awesome post... thanks!

    ReplyDelete
  96. Dude, this is an excellent tutorial. Very very good. The industry could use more writers that can be informative, but in a conversational way that users with a variety skill levels can follow.

    ReplyDelete
  97. This is definitely a GREAT tutorial, there are about 50 of these for every Ubuntu release, and I always just google the first few as mental checklists, and all of them have been pretty uninspiring, but this is the most detailed, and accurate tutorial of it's kind. :) Best wishes

    ReplyDelete
  98. Anonymous8:49 PM

    nice job

    ReplyDelete
  99. Nice post.. Thanks! :-bd

    ReplyDelete
  100. I would like a straight forward tutorial on adding new screen resolutions in koala. Thanks!

    ReplyDelete
  101. Wow... thank you, and thank you, and thank you once again :-)

    ReplyDelete
  102. rizwan5:57 AM

    Great post. Tempts be to switch back to gnome (and Ubuntu) from KDE and Kubuntu :-) I might try that later ;-)

    ReplyDelete
  103. Anonymous6:21 AM

    Great ...
    Very thanks.

    tuanhai12h,

    ReplyDelete
  104. basil8:25 AM

    first thing you should do after upgrading to 9.10 is punch a hole in the wall because of all the bugs it has. second, is find a bootable 9.04 install disc. found this out last night.

    ReplyDelete
  105. Anonymous8:29 AM

    WOW ... well done man!
    Great review!

    ReplyDelete
  106. Thanks for posting this guide! I've been thinking of getting my parents off Windows for a while and this is the ammunition that I needed. Thanks!

    ReplyDelete
  107. Thanks for this guide
    great stuff

    ReplyDelete
  108. Anonymous12:50 PM

    You rock :-) Thank you for this great article :-)

    ReplyDelete
  109. Anonymous7:29 PM

    Nice article.

    Can anyone point out how Parcellite works or how it is different than Klipper or Glipper? I've had problems with the latter two since Ibex, but, even though I have it installed, I don't see how Parcellite works. I haven't found much in the way of real descriptions of it. Thanks.

    ReplyDelete
  110. Anonymous8:57 PM

    Although i already knew everything besides gnaural (which i tried now), it's a great post :). Especially because you mentioned not-so-popular software like GNUnet!

    ReplyDelete
  111. THANK YOU! Youŕe THE MAN. I just installed 9.10 and there you are telling me what next.

    ReplyDelete
  112. Excellent article! May I add the following must-have apps on the list ?

    System settings / tweak : Ubuntu Tweak,
    Media Center : XBMC, Boxee
    Twitter client : (Adobe Air, DestroyTwitter)
    File synchronization : DropBox

    Cheers!

    ReplyDelete
  113. Hi,
    I have just got the setup and perfect manual about what to do first.This new version of Ubuntu is looking very impressive with lots of updated features.

    Camera Bags

    ReplyDelete
  114. Anonymous8:45 AM

    nice overview...there should be more like this one :)

    Maybe we could all start a thread in Ubuntuforums with personal introcductions to programs and add-ons for ubuntu
    with links, pics and so on...it would be cool

    ReplyDelete
  115. Anonymous10:01 AM

    awesome! thanks

    ReplyDelete
  116. Anonymous7:06 PM

    Excellent work I'm new in linux thanks

    ReplyDelete
  117. Fantastic Toot. Thanks for taking the time to do this.

    ReplyDelete
  118. Anonymous4:31 PM

    Freakin amazing!!! Best blog post about ubuntu I think I have ever seen!

    ReplyDelete
  119. Anonymous3:04 PM

    This Article is cool. I must say lots of research, experience and energy is put behind producing something so informative and wonderful. Kudos.........

    ReplyDelete
  120. Hi,

    A few things that I want to do with 9.10.

    + Anonymous surfing Tor(k)s?
    + Spoof my IP address to watch non-US based TV.
    + Finally get MS Office going with Wine.

    Great article.

    Regards,

    JJMacey
    Phoenix, Arizona

    ReplyDelete
  121. hii! exellent article hi, i'm new living on the USA and i don't write very well the english but i try... jeje

    I love linus systems, are beautiful, also i have a blog where i publish things about linux...

    Also i want to be in touch with you, would you like give me your email, and then talk... :D

    Thank you and congratulatios >D

    ReplyDelete
  122. Awesome. Awesome post.

    ReplyDelete
  123. Anonymous2:24 AM

    Keep up the good work.
    Maybe you would like to have a section where interested folk could help you update your blog with added information about the programs you mention to help keep your blog up to date.
    Congratulations, well done.
    :)

    ReplyDelete
  124. great link, thanks for posting this. and thanks for getting me back to ubuntu, fulltime.

    ReplyDelete
  125. Anonymous1:45 PM

    thank you very much!
    this is one of the most interesting posts i read on the subject.

    ReplyDelete
  126. tnx 4 ur brilliant posting. why u just don't use medibuntu repositories for playing microsoft media files instead of using illegal contents from tpb? see medibuntu.com ;)

    ReplyDelete
  127. Brilliant list. Thanks for the effort.

    ReplyDelete
  128. drryu2:49 PM

    Great Article!!! Thank you very much for the information

    ReplyDelete
  129. Anonymous1:23 AM

    The electric sheep from the repositories does not work right(at least it didn't back in 8.10) While you can get it to display stuff by installing a starter pack, it links to an old server, so you won't get anything new(which is the point of electric sheep). Use the electric sheep install script on the electric sheep website.

    http://blog.thesilentnumber.me/2009/09/top-things-to-do-after-installing.html

    ReplyDelete
  130. thanks so much dude. after blindly tinkering around and checkin out 9.10 since it came out, i have since wiped a few pc's and used your blog as a guideline. its totally great for us noobs and noobish larvae that are soon to become amateurs with ubuntu/linux

    **PROPS**

    ReplyDelete
  131. Good list.

    You forgot Shutter though!

    ReplyDelete
  132. Anonymous2:42 PM

    I love the tutorial; thanks. In return, I went ahead and made an Ubuntu x64 .deb for gnaural, using standard config in a brand new install of Karmic. Posted it at ubuntuforums.

    http:// ubuntuforums. org/showthread.php?t=1165510

    Gnaural rocks!

    ReplyDelete
  133. Anonymous6:06 PM

    Binaural beats? Seriously?
    Ok the rest of the article is quite cool, but your lack of critical thinking lets you down bad style.

    ReplyDelete
  134. Anonymous12:34 PM

    szia,

    sorry for silly question... but this all works for 64 bit ubuntu too?

    Thanks in advance

    ReplyDelete
  135. This is by far one of the best resources I have found for Ubuntu by far. The list is superb and the programs you choose are great. I just wish I could get sound working better.

    ReplyDelete
  136. excellent presentation!
    It reveals what ubuntu is capable of doing and how much ready is for the computer desktop.
    Yet,it has an omission and this omission is called ubuntu tweak. http://ubuntu-tweak.com/

    Converting lots of persons to ubuntu, ubuntu tweak is the first programme I install!
    It facilitates so many things and makes ubuntu such a better operating system!
    Greetings.

    ReplyDelete
  137. Anonymous3:04 PM

    Thanks man

    ReplyDelete
  138. Excellent post-install list for Ubuntu 9.10!

    ReplyDelete
  139. Great !!
    Excellent post !
    it was vere helpfully for me!


    THX!

    ReplyDelete
  140. Anonymous11:20 AM

    Excellent post. Thumbs up x 100. Being a recent migrator from xp, and with tons of similar softwares in Ubuntu, this website comes down extremely handy. Thanks for the wonderful effort and presentation. Made my day!

    ReplyDelete
  141. Anonymous3:15 AM

    After upgrading from Ubuntu 9.04 to 9.10. Internet connection failed (ping web provider server failed too).

    All settings are the same as in 9.04 (9.04 and win XP in separate partition miltiple boot are still working). I have ADSL connection.

    I can not find adequate suggestion on web to resolve this problem.

    ReplyDelete
  142. Anonymous1:34 PM

    very beautifull post!!
    thanks!

    ...for linux 64bit, flash plugin must be download from here http://labs.adobe.com/technologies/flashplayer10/64bit.html

    ReplyDelete
  143. Anonymous7:57 AM

    The best article I've seen about ubuntu applications and customization.

    Thank you very much!

    ReplyDelete
  144. Awesome post! This is what a post celebrating a new Ubuntu release should look like instead of some of the other "Oh, Ubuntu was released, here are the features ripped right from the official page, the end" posts by other bloggers.

    An another note, plagiarism? http://only4agile.javaeye.com/blog/508605

    ReplyDelete
  145. awesome post dude.....i ever seen this before.....

    ReplyDelete
  146. Anonymous9:34 PM

    Thank a million. After 4 or 5 years (yes, that long) of dual boot, I want to go "Ubuntu only" and the info on the 64 bits apps and the Codecs is most useful. Thanks to you, I might meet my goal.
    Thanks again

    ReplyDelete
  147. Anonymous2:55 AM

    Hi,
    This is the best ever post I have seen for a Ubuntu release. Makes me re-think of using this on corporate laptop. I have been using Ubuntu at home for all non-office work. I am gonna try these things however and then migrate if possible to Karmic.

    Best Regards
    Dell, Vostro 1220, 3 GB, 250 GB HDD - Windows 7
    AMD Sempron, 1.5 GB, 300 GB HDD - Karmic

    ReplyDelete
  148. Yah! So thank you for post, i love it! ^_^

    ReplyDelete
  149. Anonymous5:31 PM

    First?

    ReplyDelete
  150. bigjc3:51 PM

    Excellent stuff- clear, comprehemnsive and interesting

    Thanks for all your work

    ReplyDelete
  151. Anonymous2:22 PM

    Wow great stuff just got 9.10 up and running! OSS ftw!

    ReplyDelete
  152. Anonymous3:41 PM

    This has been a real help to me. Thanks for taking the time to post it.

    ReplyDelete
  153. Anonymous1:07 PM

    Nice eclectic selection. Thank you.

    ReplyDelete
  154. Very very good instructions especially for newbies.THanks

    ReplyDelete
  155. Anonymous2:16 PM

    great list, thank you so much. can't wait to try some of those out.. electric sheep? what? that is sweet.

    ReplyDelete
  156. this post really rocks!
    also you may use this ppa to upd8 network-manager and fix the problems with pppoe and pptp: ppa:network-manager/trunk

    ReplyDelete
  157. great post man! really help me in pimpin' my new installed karmic

    ReplyDelete
  158. Is there any way to select the fastest mirror in command line?

    ReplyDelete
  159. Njoroge3:26 AM

    this is an extremely useful post. thanks a million

    ReplyDelete
  160. Anonymous5:58 PM

    I've tried many different video editing software, and I have found the best is a combination of Avidemux and Kdenlive because while Avidemux I haven't known to crash yet, it lacks in manipulating audio. Pitivi is not my first choice though it is above some like Kino.

    ReplyDelete
  161. Anonymous5:06 PM

    Thank you so much, this was really elaborative...

    ReplyDelete
  162. Anonymous4:48 PM

    Thannnnnnnnnnnnnnnks, big Thanks. Really this is cool.

    ReplyDelete
  163. Great how to. Thanks.
    Blackwolf.

    http://ultimateeditionoz.com/

    ReplyDelete
  164. Anonymous11:45 PM

    Clear, authoritative and helpful. Well done.

    ReplyDelete
  165. lumpee5:12 PM

    I've been looking for an easy to understand yet compressive set of tutorials for a while now. This site fits all my needs and you've done a great job. thanks

    ReplyDelete
  166. Wow, wonderful informations. thanks. After installing ubuntu 9.10, i was unable to boot through xp. (itseems ubuntu 9.10 takes as first option). How can i bring back my boot sequence option screen? As i am new ubuntu please help me. Thanks in advance

    ReplyDelete
  167. What a great and informative guide! Kudos to you!

    ReplyDelete
  168. nudger2:47 AM

    great guide ... really helped me get my 9.10 install tuned nicely .. thanks keep up the great work

    ReplyDelete
  169. Anonymous4:23 AM

    Just ULTIMATE...!! What about UbuntuTweak?

    ReplyDelete
  170. Anonymous12:15 PM

    this is the most usefull tutorial for newbie and not only.million of thanks for you have saved me for numerous hours,posiblly days of brain damaging google-search.

    ReplyDelete
  171. Anonymous7:17 AM

    Great Job

    ReplyDelete
  172. Anonymous11:10 AM

    Good job! Excellent reviews for me(beginner) started in Ubuntu

    ReplyDelete
  173. Wow.
    I've been using linux (ubuntu) for about a year now, and I still learned something here. Thanks!
    Not to mention the rest of your blog is freakishly awesome as well. XD

    ReplyDelete
  174. Brutal!

    I truely admire the list and thank you for sharing.

    If you happen to be in Rome, Italy, you have a free dinner! :)

    ReplyDelete
  175. Anonymous2:37 PM

    Great post, most helpful!! Keep up the good work.

    ReplyDelete
  176. Anonymous10:25 AM

    thanks to you..your post help me so much

    ReplyDelete
  177. Anonymous11:10 PM

    awesome post..thanks for all the great ideas!

    ReplyDelete
  178. Anonymous1:52 PM

    man you rocks.........
    great........

    ReplyDelete
  179. Nice post.
    If it was me I would have mentioned that the default DNS that comes with Ubuntu 9.10 is very slow and it can be alleviated by installing dnsmasq-base

    apt-get install dnsmasq-base

    Thanks

    ReplyDelete
  180. Fantastic Post!
    Universal Applet not working though...

    ReplyDelete
  181. Anonymous8:19 AM

    many thanks

    ReplyDelete
  182. Anonymous10:44 PM

    THANKYOU-THANKYOU-THANKYOU

    I am new to Ubuntu after leaving windows, and this has really helped me. I hope you blog some more when the new Ubuntu releases next month.Folks like me and many others who are leaving windows need web pages like this for help and instruction.

    ReplyDelete
  183. Thanzz Dude,this will be amazingly helpful for Ubuntu lovers...

    ReplyDelete
  184. great info,
    thankzzzzzzzzzz so much much much muach..

    ReplyDelete
  185. Dude - that was REALLY useful! Thanks a lot!

    ReplyDelete
  186. Regarding WMV files.

    Under linux, you can play WMV files with the --enable-loader switch that uses Wine's emulation. You have to put the Windows Media dlls in the /usr/win32 folder.

    ReplyDelete
  187. Anonymous6:05 PM

    Thank you very much.This post is extremely helpful.

    ReplyDelete
  188. Anonymous11:21 PM

    Very enjoyable! thanks.

    ReplyDelete
  189. great artical only read a portion so far but wow very good

    ReplyDelete
  190. Anonymous10:04 PM

    I fucking love you... this is amazing and you are now my new best friend <3<3

    ReplyDelete
  191. Anonymous9:27 AM

    great set of instruction's .....thanks!!!!

    ReplyDelete
  192. Awesome post, I installed most of them. I converted an old Dell Inspiron 8600 to a Ubuntu box because my Mother-in-law has a old PC from her job with Ubuntu on it. I have to be able to support her and it's been years since I lived in linux\unix since my Unigraphics & CATIA days in Automotive. This story rocks, thanks for sharing.

    ReplyDelete
  193. Gnaural is brainwave entrainment software licensed under the GNU General Public License. Gnaural is free software for creating binaural beats intended to be used as personal brainwave synchronization software, for scientific research, or by professionals. Gnaural allows for the creation of binaural beat tracks specifying different frequencies and exporting tracks into different audio formats. Gnaural runnings can also be linked over the internet, allowing synchronous sessions between many users.

    ReplyDelete
  194. Спасибо. Замечательная статья!!!(:

    ReplyDelete
  195. Anonymous5:19 AM

    I dunno.. how about try a faster Linux distro? Or try to use one that doesn't suffer from Mac envy?

    ReplyDelete
  196. Anonymous3:03 PM

    Great post for a Ubuntu newbie.

    ReplyDelete