Hidden Linux : Ubuntu - After the installation

I always add few "extras" to every Ubuntu / Kubuntu installation. Here they are, and why you need 'em ...
Enable all repositories
These seem to be enabled by default these days, but it doesn't hurt to check ...
Ubuntu
:
|
Kubuntu
:
|
Add restricted extras
Like most Linux distributions, Ubuntu is a collection of free software. Some of what most users have come to regard as essentials may be subject to software patents and/or license restrictions so they're not included by default. But they're simple to add from the command line:
| sudo apt-get install ubuntu-restricted-extras |
Now you should find Flash works in your browser and you can play MP3s, Quicktime, Windows Media and much else.
Playing DVDs
The following commands only apply to Ubuntu/Kubuntu 9.04. For earlier versions, try this link.
| sudo
apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh |
Note that playing DVDs without using properly licensed software is illegal in some countries.
Boot Menu Management
If you're dual booting, Startup Manager's straightforward GUI really simplifies configuration changes.
| sudo apt-get install startupmanager |
Updated (13/05/2009):
Johannes Eva at http://www.johannes-eva.net has got a more detailed and useful summary. Check out Eva's useful guide to Ubuntu 9.04. Great stuff!
<--Previous Hidden Linux Next Hidden Linux -->



Comments
please when you place things like
## Note that playing DVDs without using properly licensed software is illegal in some countries. ## as its a NZ article state nz law, as the masses dont know, and just do it any way..
Posted by: tommynz1975 | May 14, 2009 2:18 PM
Hey, thanks for your post!
I have written a guide to Jaunty similar to yours, but just a little bit longer!
All the best,
Johannes
http://www.johannes-eva.net/
Posted by: Johannes | May 14, 2009 1:45 AM