Вы находитесь на странице: 1из 11

COLOR CHOOSER

Home News Guides Downloads Sitemap Disclaimer Contact Us

Linux Books
Of course the Internet along with the help of Google is a great source of information. You can answer almost any question you have
about Linux and find many tutorials, guides and help. However many people prefer reading this information on a printed book
accesssible even when they are not online or don't have a computer in front of them. I've received many e-mails asking me to propose
them a few good books regarding Linux commands, administration and for specific distributions such as Ubuntu, Fedora etc. So, I've
search for a few good books. Here they are. Happy reading!

Linux Books

ConvertXtoDVD Linux Books Ubuntu Fedora

Search...

Ubuntu Lucid Lynx 10.04 Post Installation Guide Login Form

Username

Ubuntu 10.04 codenamed Lucid Lynx is released! Once again Canonical and Ubuntu
Password
developers have done their best to improved Ubuntu. Just for the record Ubuntu is a Linux
Operating System. The new version loads faster than Ubuntu 9.10 Karmic Koala, is more
social, allows you to easily manage and edit your photos, videos and documents and of Remember Me
course has a lot of bug fixes and software updates. If you haven't done it already download
Login
Ubuntu 10.04 and install it or upgrade from the previous Ubuntu 9.10 and let's get started.

20 Share Forgot your password?


Forgot your username?
Contents Create an account

1. Restricted Extras
2. Multimedia
Audio and Video Playback Follow me on...
DVD Playback
MPlayer/SMPlayer
VLC
K9copy
DVD::Rip
2ManDVD
DeVeDe
3. Java
4. Google Earth
5. Google Chromium
6. Eye Candy
Compiz Fusion
Conky
Screenlets
Cairo Dock
Gnome Do
Windows Buttons Order
7. Internet
IRC
Pidgin
aMSN
Emesene
Skype
8. Torrent clients
Deluge
Vuze
9. NTFS read/write support
10. Ubuntu books

1. Restricted Extras
The Ubuntu Restricted Extras will install Adobe Flash Player, Java Runtime Environment (JRE) (sun-java-jre) with Firefox
plug-ins (icedtea), a set of Microsoft Fonts (msttcorefonts), multimedia codecs (w32codecs or w64codecs), mp3-compatible
encoding (lame), FFMpeg, extra Gstreamer codecs, the package for DVD decoding (libdvdread4, but see below for info on
libdvdcss2), the unrar archiver, odbc, and cabextract. It also installs multiple "stripped" codecs and avutils (libavcodec-
unstripped-52 and libavutil-unstripped-49). This is a single command approach.

sudo apt-get install ubuntu-restricted-extras

Note: Installation only works completely and properly when done from the command-line Terminal. The entire package will
not usually install completely from within a Package Manager.

2. Multimedia
Audio and Video Playback

Playing a Video (XVid, DivX etc.) or Audio (MP3) file has become pretty easy. Just double click the file you want and allow
Totem to automatically download the needed codecs. But you could also do this by yourself very easily by installing a
package which contains all the needed codecs and more. Just look above at Ubuntu Restricted Extras.

DVD Playback

To play encrypted DVDs you must install libdvdcss2. In Ubuntu 10.04 there is no need to manually configure the Medibuntu
repository. If you have previously installed Ubuntu Restricted Extras skip the following command. If you haven't open a
terminal and type:

sudo apt-get install libdvdread4

Next type:

sudo /usr/share/doc/libdvdread4/install-css.sh

MPlayer/SMPlayer

Personally I prefer mplayer and smplayer (mplayer's GUI) for video playback. It supports almost any video type, external
subtitles as well as DVD playback as long as you have the needed codecs installed as shown previously. To install it type:

sudo apt-get install mplayer smplayer


You will find it under Applications -> Video & Sound -> SMPlayer

VLC

Many users prefer the Video Lan Client (VLC) as their multimedia player. VLC supports many formats without need for
additional codecs. Simply install it by typing:

sudo apt-get install vlc vlc-plugin-pulse

K9copy

K9copy is a free open source DVD backup, copying, compression, and authoring utility that requires libdvdcss. For other
info, see this or this guide. You can easily create MPEG-2. MPEG-4, or DVD videos with this utility. To install it type:

sudo apt-get install k9copy

For more information you can read my How to backup your DVDs (in dvd, xvid, mpeg-4, x264 formats) using k9copy guide.

DVD::Rip

DVD::Rip is a DVD backup/copy program, written in GTK-based perl, that uses the transcode video/audio processing and
conversion tools. To install it type:

sudo apt-get install dvdrip

For more information you can read my How to rip a DVD to DivX/XviD/H264 using DVD::Rip

2ManDVD

2ManDVD is a GUI utility for creating DVD videos. It is the successor of ManDVD. For more information on how to install it
and use it read my How to author a DVD using 2ManDVD in Linux guide.

DeVeDe

DeVeDe is a program to create video DVDs and CDs suitable for home players (i.e. VCD, sVCD or CVD) from any source
video file that is supported by MPlayer. For more information on how to install it and use it read my How to create a custom
DVD using DeVeDe .

3. Java
Ubuntu 10.04 uses OpenJDK, which mostly derives from Sun's JRE, as its default flavor of JRE. Moreover Icddtea is the
default browser plugin to run Java applets. Most users should be fine with those JRE versions. If you don't have them
installed simply type:

sudo apt-get install openjdk-6-jre icedtea6-plugin

However you can still install Sun's JRE and JDK like this if you are not satisfied with those packages. To do so first you must
enable the partner repository. Go to System > Administration > Synaptic Package Manager > Settings > Repositories >
Other Software and enable the partner repository. Now you can either search for sun-java6-jre, sun-java6-plugin, sun-java6-
jdk using Synaptic or type the following commands in a terminal.

Sun Java Runtime Environment (JRE) and Firefox Java Plugin

Close Firefox if it's running, open a terminal and type:

sudo apt-get install sun-java6-jre sun-java6-plugin

Sun Java Development Kit (JDK)

If you want to build applications, applets, and components using the Java programming language you need to install JDK.

sudo apt-get install sun-java6-jdk


Now you must choose the default Java you want to use. Open a terminal and type:

sudo update-alternatives --config java

And follow the instructions. Simply select the number for java-6-sun.

4. Google Earth
Google Earth lets you fly anywhere on Earth to view satellite imagery, maps, terrain, 3D buildings, from galaxies in outer
space to the canyons of the ocean. You can explore rich geographical content, save your toured places, and share with
others. To install it type:

sudo apt-get install googleearth-package


make-googleearth-package --force
sudo dpkg -i googleearth*.deb

Afterwards you will find Google Earth under Applications > Internet > Google Earth

5. Google Chromium
Chromium is Google's open source web browser and it's fast! You should give it a try. To install it type:

sudo apt-get install chromium-browser

If you want a daily version of Chromium (this version might have various problems and even crash) you must first add the
gpg key:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4E5E17B5

Next You will have to add the following chromium-daily repo to your 3rd party repository list. Go to System - Administration -
Software Sources, select the Other Software tab and Click ADD.

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main

sudo apt-get update


sudo apt-get install chromium-browser

Now you will find it under Applications > Internet > Chromium Web Browser.

6. Eye Candy
Compiz Fusion

Compiz Fusion allows you to use advanced desktop effects such as the rotating cube desktop.

sudo apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-main \


compiz-fusion-plugins-extra emerald librsvg2-common fusion-icon

Run Applications -> System Tools -> Compiz Fusion Icon. A blue icon will appear to the tray. From here you can configure
Compiz-Fusion.

Conky

Conky is a light-weight system monitor for X, that displays any information on your desktop.

sudo apt-get install conky

Screenlets

Screenlets are small applications that are laying on your desktop. Eye candy stuff and useful in many ways. Just type:
sudo apt-get install screenlets

Go to Applications -> Accessories –> Screenlets choose the screenlet you want click launch/add (you can choose Auto start
on login)

You can download additional screenlets from www.gnome-look.org or screenlets.org from


http://screenlets.org/index.php/Category:UserScreenlets

Cairo Dock

Cairo Dock is a light eye-candy fully themable animated dock for any Linux desktop. It has a family-likeness with OSX dock,
but with more options.

sudo apt-get install cairo-dock cairo-dock-plug-ins

You will find it under Applications > Accessories > Cairo Dock

Gnome Do

GNOME Do (Do) is an intelligent launcher tool that makes performing common tasks on your computer simple and efficient.
Do not only allows you to search for items in your desktop environment (e.g. applications, contacts, bookmarks, files, music),
it also allows you to specify actions to perform on search results (e.g. run, open, email, chat, play).

sudo apt-get install gnome-do

You will find it under Applications > Accessories > Cairo Dock

Windows Buttons Order

A lot of users complain that the new place for the minize - maximize - close window buttons isn't good. Mwbuttons is a script
that allows you to easily change the place the buttons place from left to right. To install and run it type:

wget http://launchpad.net/mwbuttons/trunk/v0.2/+download/mwbuttons
chmod +x mwbuttons
./mwbuttons

Now just select Settings > Karmic style and the buttons will go to the right.

7. Internet
IRC

XChat is an IRC chat program for both Linux and Windows. It allows you to join multiple IRC channels (chat rooms) at the
same time, talk publicly, private one-on-one conversations etc. Even file transfers are possible.

sudo apt-get install xchat

You will find it under Applications -> Internet -> XChat IRC

Ubuntu 9.10 uses empathy as its default IM (Instant Messaging) client. A few others IMs are:

Pidgin

Pidgin is an open source IM application. It is the previous default in the Ubuntu (Gnome) desktop.

sudo apt-get install pidgin

aMSN

aMSN is an MSN Messenger utility that functions like the original client. To install it type:

sudo apt-get install amsn

You will find it under Applications -> Internet -> aMSN


Emesene

Emesene is an MSN messenger client that uses a simplified interface similar to the original client. To install it type

sudo apt-get install emesene

You will find it under Applications -> Internet -> Emesene

Skype

Skype is a proprietary integrated VOIP and video conferencing program similar to Ekiga. To install skype on Ubuntu 10.04
just click on the Ubuntu 8.10+ 32bit version or Ubuntu 8.10+ 64 bit version. Download skype .

8. Torrent clients
Transmission is the default BitTorrent client in Ubuntu 9.10. Here are some additional clients if you want to try them.

Deluge

Deluge is a lightweight, Free Software, cross-platform BitTorrent client.

sudo apt-get install deluge

You will find it under Applications -> Internet -> Deluge BitTorrent client

Vuze

Vuze is the next version of Azureus. To install it type:

sudo apt-get install vuze

You will find it under Applications -> Internet -> Vuze

9. NTFS read/write support


Ubuntu has a graphical configuration tool for enabling read/write on NTFS partitions, either from a Windows/Linux dual boot
system or from external hard disks. To install it type:

sudo apt-get install ntfs-config

Run it through System -> Administration -> NTFS Configuration Tool.


NTFS-Config will auto detect your NTFS partitions and afterwards you can enable write support for them. The will be
mounted under /media.

10. Ubuntu books


Here are some books you can read to learn more about Ubuntu Desktop and Server, Administration and Security!
I hope the above information have made a little easier your experience with Ubuntu Lucid Lynx 10.04. If there is something
else you would like me to post in this guide feel free to drop me a comment! If you liked this article you could digg or twit it so
that more users will read it! Enjoy!

** Note: Because of the many sites that are direct linking to my guide I face heavy traffic. If you wish to help me pay for the
hosting and bandwidth you can make a donate. Thank you!

Add this page to your favorite Social Bookmarking websites


| More...

Hits: 10810 Email this Set as favorite


Trackback(0)
TrackBack URI for this entry

Comments (24)

64 bits
Hello, thank you for the useful review, like all in this webpage.
I have used Ubuntu, but now that I have 8 gigs of ram I have the 64 bit version. Is there any modification have to do to the
commands, repositories or keys in order to work properly?
Thanks again, mate.

Omar Chavez , April 30, 2010 +0

...

Hi Omar, thank you very much.

There is no need to change any of the commands of this guide. Everything works as it is for Ubuntu 64 bit also.

Have you noticed any speed increase in your system after switching to 64 bit? I am using 64 bit Linux for about 5 years
now.

axel , April 30, 2010 +0

Excellent Guide
Thank you very much for this. You are THE GO-TO guide whenever a new Ubuntu/Kubuntu version is released. These
pointers fill the knowledge gap that casual users (like me) have when it comes to Linux.

Virgilio , May 01, 2010 +0

...
Thank you very much for your guide ! Really useful !

titi , May 02, 2010 +0

Chromium's in the repos


Just letting y'all know that the Chromium browser is now in the universe repositories (do a search at
http://packages.ubuntu.com/). It's not as bleeding-edge as the daily ppa, but as of this posting, it's the same version as
the chromium-browser beta ppa (https://launchpad.net/~chromium-daily/+archive/beta).
I was having some trouble with the daily version crashing on even google's pages. Rolling back to this version solved all
that.

mxyzptlk , May 03, 2010 +0

java
Hi I tried to download the Java through the terminal and i got this error code

Reading package lists... Done


Building dependency tree
Reading state information... Done
Package sun-java6-jre is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package sun-java6-jre has no installation candidate

Can i get any help with this please?

Laura , May 07, 2010 +1

...
If you have already installed ubuntu-restricted-extras you should have already installed openjdk java. If you haven't try:

sudo apt-get install openjdk-6-jre

In Ubuntu 10.04 this is the recommended java package.

If you still want to use sun's java I will update this guide in a few hours.

axel , May 07, 2010 +1

...
The guide was updated to include the official JRE and JDK from Sun. If you are not sure whether you need this or not
just keep the default OpenJDK and IcedTea plugin.

axel , May 08, 2010 +0

@Laura Java
After activating the partner repositories you have to update apt-get.
sudo apt-get update
Afterwards you can install
sudo apt-get install sun-java6-jre sun-java6-plugin

matthias , May 11, 2010 +0

...
You are right matthias. My bad. Alternatively if you use Synaptic to add the partner repository just press the Reload
button.

axel , May 11, 2010 +0

Chromium install
The install instructions you have for Chromium:

sudo apt-get install chromium

is wrong - it installs the Chromium game. It should read:

sudo apt-get install chromium-browser

William Fulton , May 19, 2010 +0

...
Thanks for the notice William. I mistook it for Archlinux where the package is called just chromium. I've corrected it.

axel , May 20, 2010 +0

Thanks!
This is awesome! I've been looking for just the right set of steps to enhance my systems. Thank you! Thank you! I can't
help pay for your traffic (I wish I could) but be at peace knowing your karma credit is sky high.

~
:|
~klink

Jay , May 21, 2010 +0

one question
I know this is not the forum, but ya'll might know the answer to a unique question that I have. When creating a custom live
CD based on Linux Mint 9 (Lucid), can I use the same packages from both Ubuntu 10.4 (Lucid) and Ubuntu netbook
remix (Koala)?
I can't find the answer, maybe one of you can help this N00b.
If I'm out of line, please feel free to flame.
thx

~
:|
~klink

Jay , May 21, 2010 +0

...

Hi Jay, Thanks for your comment.

I don't think it's a good idea to use packages from different distributions even though they are all Debian based. You'd
better just check if the packages you want are available for Linux Mint 9. Although I guess you have already done this
and didn't find them..

axel , May 22, 2010 +1

thank you very much


your blog really helpfull

luve this blog

alfi , July 04, 2010 +0

"can't extract name and version from library name"


When trying to install Google Earth, during the second line "make-googleearth-package --force" I get tons of errors
saying "Warning: can't extract name and version from library name", I had to press Ctrl+C to stop it.

Victorhugo289 , July 08, 2010 +1

thx
just what i need.....

thx for all information you have here

newbu , July 12, 2010 +0

...
Hi Victorhugo289,

are you using Ubuntu 10.04 or 10.10? There is a bug for 10.10 which was closed a few days ago.

https://bugs.launchpad.net/ubuntu/+source/googleearth-package/+bug/595887

newbu, thanks for your comment!


newbu, thanks for your comment!

axel , July 12, 2010 +0

GoogleEarth
i followed how to install googleearth but it does not work

ammaro , August 01, 2010 +0

File recovery
Hello,
I was bored to install again and again my preferred software each time I reinstalled Ubuntu. So, next step, I created post-
installation script information. It is open source and is security oriented.
Thanks
Data recovery services

Data recovery , August 02, 2010 -1

How to enable remote desktop in ubuntu 10.4 for other OS access ?


This has kinda been a small issue, and I am at my wits, try to get this to work successfully. I have enabled under: System
> Preferences> Remote Desktop; and I enabled the check box to allow other users to view the desktop, but it will not give
me access from another OS for example windows 7. How can i get this to work

a.m , August 12, 2010 +2

the version of MPlayer in Ubuntu is quite old


Better add PPA to your system when installing Mplayer/SMPlayer.

$ sudo add-apt-repository ppa:gwibber-daily/ppa


$ sudo apt-get update
$ sudo apt-get install mplayer smplayer
..the version
of MPlayer in Ubuntu is quite old (1.0rc2 is more than a year old).
https://launchpad.net/~rvm/+archive/mplayer

I like the way your guides are presented! thumbs up +

x86scorpion , August 21, 2010 +0

...

You are right x86scorpion. Thanks for the info and your comment!

axel , August 22, 2010 +0

Write comment
Name

Email

Title

Comment

Subscribe via email (registered users only) smaller | bigger

Write the displayed characters


Add Comment

Popular Guides Latest Guides Top Downloads

Fedora 9 Installation Guide My favourite Android applications Daniusoft Media Converter Ultimate 308

Fedora 10 Installation Guide 13 Gnome themes for Ubuntu from Audio Terminator 254

How to copy a DVD-9 using Ripit4Me Bisigi Xilisoft DVD Ripper 246

and DVD Shrink 3.2 How to hardcode subtitles to AVI files VSO ConvertXtoDVD 234

Fedora 11 Installation and Post without recompression ImTOO DVD Ripper Platinum 164

Installation Guide How to convert MKV video files to AVI Wondershare iPad Video Converter 163

Fedora 8 Installation Guide Ubuntu Lucid Lynx 10.04 Post


Installation Guide

Latest Downloads

iFunia DVD to iTunes Converter for Mac


iFunia MKV Converter for Mac
Wondershare iPad Video Converter

Copyright 2007-2010 my-guides.net


[ Reset Settings ]

Scroll To Top

Вам также может понравиться