Thursday, October 29, 2009

Top things to do after installing Ubuntu Linux 9.10 Karmic Koala

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!

179 comments:

kholis said...

what a comprehensive review...
thanks, :)

Koterpillar said...

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

Zack said...

Wow. GREAT post. I'm sharing this.

Anonymous said...

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.

Anonymous said...

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 =)

Anonymous said...

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/

Hernán said...

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

Anonymous said...

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

EJI said...

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

Anonymous said...

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

GoatTuber said...

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.

Anonymous said...

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

macslow said...

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

Anonymous said...

Thanks for the tips!!

Peterson Espaçoporto said...

Very good review!!!!!

Serjn said...

Awesome stuff, DPic! Really useful :)

Mike said...

Really brilliant well done :)

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

flimm said...

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).

paurullan said...

Gorgeous work with this guide!

Anonymous said...

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.

basskozz said...

Very Nice... Thanks

Jamie Krug said...

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

Anonymous said...

thanks for sharing...

Aditya Yadav said...

woow...awesome review man

Anonymous said...

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

Przemysław Kulczycki said...

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

antistress said...

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)

Anonymous said...

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?

Anonymous said...

Wow, what a great post! Very comprehensive.

Thanks! :D

smspillaz said...

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

Peterson Espaçoporto said...

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 =)

Anonymous said...

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


Thx,
Sam

Raul Zanardo said...

Best Post EVER!
great sequence for things. :D

Agro Rachmatullah said...

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?).

Anonymous said...

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 ^_^)

Jon said...

Great. Thanks for the list.

Anonymous said...

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!

Anonymous said...

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!

Arky said...

Kudos, you did a great job!

data said...

great post!

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

http://wammu.eu/

Anonymous said...

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

Jeffrey J. said...

enemy territory does not work with 9.10

Peter said...

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

Anonymous said...

Excellent post! Thanks a lot.

Anonymous said...

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

Tom said...

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!

TGM said...

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

Bookmarked.

Anonymous said...

How does one use those APT lines though?

xerces8 said...

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

Anonymous said...

Very nice!

But please, point people for ntp time sources always to

pool.ntp.org

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

Donal said...

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

Béranger said...

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?)

Steve said...

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.

Anonymous said...

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

Anonymous said...

Many thanks for your detailed review


--
kova

aaron said...

Love the apt links that are included, great post.

ITnet7 said...

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

Anonymous said...

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

Bubba said...

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

If you say so.

Anonymous said...

The most valuable contribution to Ubuntu.
Thank you.

Anonymous said...

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

Anonymous said...

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

Anonymous said...

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

Pēteris Krišjānis said...

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.

Béranger said...

«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

Pēteris Krišjānis said...

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

Anonymous said...

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

Anonymous said...

Bravo!
I really enjoy reading this kind of posts!

Anonymous said...

Top notch Karmic release post I've read yet.

Anonymous said...

Very good work Danny!
Nikos, Prague

komputes said...

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

the cleaner said...

u make me want to puke al over u ;)

Anonymous said...

Thank you pal, great software to run on Ubuntu 9.10

Rihart Manurung said...

great posting :)

Derek said...

Brilliant post! Tonnes of great tips! Thank you!

Jonas said...

Great work! Love it!

bruno said...

Great job. Great selection of software.

sergiusens said...

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

Anonymous said...

Thanks man, you posts are always great

See-ming Lee 李思明 SML said...

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?

waraqahh said...

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

Anonymous said...

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

pavlos said...

That's great dude keep up....

Kemal Mete said...

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)

James said...

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

David said...

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

Anonymous said...

thank you very much!!

sastro said...

weh... apik tenan cah...

suryaden said...

great...

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

thanks,

ChrisChinchilla said...

Brilliant post!

Anonymous said...

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

--- Ankur

simmons said...

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

Anonymous said...

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

Bruno said...

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.

ed said...

Good work. Thanks a lot.

IVERYLM said...

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

Ivery
Senior Citizen

Danilo Cabello said...

very good stuff, thanks, I installed some of your applications

Shane said...

Awesome post... thanks!

Fred said...

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.

Sam said...

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

herry monster said...

great job! thanks

Anonymous said...

nice job

Yow Cardinoza said...

Nice post.. Thanks! :-bd

Jim Olson said...

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

Parag Shah said...

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

rizwan said...

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

Anonymous said...

Great ...
Very thanks.

tuanhai12h,

basil said...

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.

Anonymous said...

WOW ... well done man!
Great review!

Carlos Rodriguez said...

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!

akshat said...

Thanks for this guide
great stuff

Anonymous said...

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

Anonymous said...

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.

Anonymous said...

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!

Azmi K said...

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

instaxmania said...

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!

dave said...

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

Anonymous said...

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

Anonymous said...

awesome! thanks

Anonymous said...

Excellent work I'm new in linux thanks

Virtualburn said...

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

Anonymous said...

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

Anonymous said...

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

JJMacey said...

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

ZIDANE said...

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

lehenryjr said...

Awesome. Awesome post.

Anonymous said...

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.
:)

Raghav Sharma said...

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

Anonymous said...

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

fff said...

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 ;)

Winjeel said...

Brilliant list. Thanks for the effort.

drryu said...

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

Anonymous said...

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

P0G0 said...

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**

Vadi said...

Good list.

You forgot Shutter though!

Anonymous said...

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!

Anonymous said...

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

Anonymous said...

szia,

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

Thanks in advance

Constipation remedies said...

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.

GREG BATMARX said...

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.

Anonymous said...

Thanks man

Bill Allen said...

Excellent post-install list for Ubuntu 9.10!

Bungle said...

Great !!
Excellent post !
it was vere helpfully for me!


THX!

Anonymous said...

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!

Anonymous said...

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.

Anonymous said...

very beautifull post!!
thanks!

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

Anonymous said...

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

Thank you very much!

Cassidy James said...

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

Gagan(m.k.g-96) said...

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

Anonymous said...

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

Anonymous said...

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

Val said...

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

Anonymous said...

First?

bigjc said...

Excellent stuff- clear, comprehemnsive and interesting

Thanks for all your work

Anonymous said...

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

Anonymous said...

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

Anonymous said...

Nice eclectic selection. Thank you.

partha said...

Very very good instructions especially for newbies.THanks

Anonymous said...

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

fff said...

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

gadgetboi said...

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

Mostafa said...

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

Njoroge said...

this is an extremely useful post. thanks a million

Anonymous said...

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.

Anonymous said...

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

Anonymous said...

Thannnnnnnnnnnnnnnks, big Thanks. Really this is cool.

Ultimate Edition Oz said...

Great how to. Thanks.
Blackwolf.

http://ultimateeditionoz.com/

Anonymous said...

Clear, authoritative and helpful. Well done.

lumpee said...

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

HariV is not a aruvujeevi said...

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

eubolist said...

What a great and informative guide! Kudos to you!

nudger said...

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

Anonymous said...

Just ULTIMATE...!! What about UbuntuTweak?

Anonymous said...

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.

Anonymous said...

Great Job

Anonymous said...

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

dale said...

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

Pitt said...

Brutal!

I truely admire the list and thank you for sharing.

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

Anonymous said...

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

Post a Comment