Home

On 9/10/10 0 comments


This tutorial will tell you how to install Real Player and enable firefox plugin,remove imposed audio icons optionally in ubuntu.
First,download Real Player by execute following command in a terminal window:

wget http://www.real.com/realcom/R?href=http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.bin

then, in terminal go to the directory where you download the file,make the .bin file executable by command:

chmod a+x RealPlayer11GOLD.bin

execute command:

sudo ./RealPlayer11GOLD.bin

press any key when prompted,after installed you can open Real Player at

Applications–>Sound&&Video–>Real Player11

For enable mozilla firefox plugin,type following command:
cp /opt/real/RealPlayer/mozilla/nphelix.so ~/.mozilla/plugins/nphelix.so && cp /opt/real/RealPlayer/mozilla/nphelix.xpt ~/.mozilla/plugins/nphelix.xpt

And remove imposed audio icons by:

sudo /opt/real/RealPlayer/postinst/install_icon_resource.sh uninstall

Update:Another easy way,install realplayer from medibuntu.Just add medibuntu to your ubuntu sources and then use this command to install realplay

sudo apt-get install realplay



More...

On 9/4/10 0 comments


On ubuntu by default the root account is not active, but we can use a regular user account to gain root privileges. to use root privileges, we can also use the command sudo (super user do). At the moment we use sudo we are asked to enter a password first, which prompted the password is our username password, not the root password. Use sudo for certain periods, if we do not use a period of time we are asked to enter the password again when we use the sudo command.

Now we will try to use sudo, open gnome-terminal and try typing the following command:

numb@numb-ubuntu-10:~$ cat /etc/shadow
cat: /etc/shadow: Permission denied

turns out the files in /etc/shadow require root privileges to read it, now try the command :

numb@numb-ubuntu-10:~$ sudo cat /etc/shadow
[sudo] password for numb:
root:!:14732:0:99999:7:::
daemon:*:14728:0:99999:7:::
bin:*:14728:0:99999:7:::
sys:*:14728:0:99999:7:::
....
....

on orders over we'll have to type sudo, each will use root privileges. So that we do not always use the sudo command it's good we get to the root shell by typing the command
sudo -i

example
numb@numb-ubuntu-10:~$ sudo -i
root@numb-ubuntu-10:~# id
uid=0(root) gid=0(root) groups=0(root)
To exit the root shell, you can press Ctrl + d

More...

On 9/3/10 0 comments

The following tutorial will explain how to install the Plymouth-theme in ubuntu 10:04, for those of you who do not know what it is about Plymouth, following a brief explanation: Plymouth is a splash screen that appears when you first ubuntu to boot, for some people perhaps the default Plymouth from 10:04 ubuntu very boring, if you want to change the look of your Plymouth can download it here. Then follow the following steps:

1.sudo update-alternatives --config default.plymouth
2. sudo update-initramfs -u
3. and manually select the theme you wish to use.
More...

On 0 comments


the opportunity this time I will share a basic trick for those of you ubuntu linux users, ie how to see the version of ubuntu and the kernel version we are currently using. Although this trick is very basic but I hope it can be useful for you all, especially the ubuntu linux user.

1. Open the terminal
2. To find out which version of Ubuntu you're using just type :
lsb_release -a

example :
numb@numb-ubuntu-10:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04 LTS
Release: 10.04
Codename: lucid


2. To find out which kernel you are using type :
uname -r

example :
numb@numb-ubuntu-10:~$ uname -r
2.6.32-23-generic


Having Fun with Ubuntu :)
More...

On 0 comments


Ubuntu 10.10,the Maverick Meerkat Beta is the beta release of Ubuntu 10.10, bringing with it new features for the next version of Ubuntu.
New Features in Ubuntu 10.10 Maverick:
Feature development for Maverick has completed. Please see the Maverick blueprint list for details.
The Desktop Edition:

1.The Gnome has been updated to the current 2.31 version,particularly includes the new dconf and gsettings API.
2.Evolution was updated to the 2.30 version.
3.F-Spot has been replaced with Shotwell as default photo manager
4.Gwibber has been updated to support the recent change in Twitter’s authentication system, as well as changing the back end storage to improve performance.
5.The Sound Indicator has been enhanced to include music player controls.
6.Ubuntu Software Center has updated with new look and features (Plugin Support,installation history,etc).
7.Ubuntu One: Polished desktop integration with new sign up and sign in process. Tighter integration with Ubuntu SSO. Nautilus enhancements for managing folder sync preferences. Faster file sync speed. Share links to music within the Ubuntu One Music Store.

The Netboot Editon:

The new Unity interface is now the default in Ubuntu Netbook Edition. This includes the global menu bar as part of the default interface. The date/time indicator now has a real calendar widget.

The standard photo management application has been switched to Shotwell. Evolution express is also available in the default launcher. This interface is more suited to netbook interfaces.

Download Maverick Beta:

http://www.ubuntu.com/testing/download (Ubuntu Desktop, Server, and Netbook)


http://uec-images.ubuntu.com/releases/10.10/beta/ (Ubuntu Server for UEC and EC2)

http://releases.ubuntu.com/kubuntu/10.10/ (Kubuntu)

http://cdimage.ubuntu.com/xubuntu/releases/10.10/beta/ (Xubuntu)


http://cdimage.ubuntu.com/edubuntu/releases/10.10/beta/ (Edubuntu DVD)

http://cdimage.ubuntu.com/ubuntustudio/releases/10.10/beta/ (Ubuntu Studio)

http://cdimage.ubuntu.com/ubuntu-netbook/ports/releases/10.10/beta/ (Ubuntu ARM)


http://cdimage.ubuntu.com/mythbuntu/releases/10.10/beta/ (Mythbuntu)


http://cdimage.ubuntu.com/kubuntu-mobile/releases/10.10/beta/ (Kubuntu Mobile Preview)

http://cdimage.ubuntu.com/kubuntu-mobile/ports/releases/10.10/beta/ (Kubuntu Mobile Preview ARM)

Upgrading from Ubuntu 10.04 LTS:

To upgrade from Ubuntu 10.04 Desktop:
Press Alt+F2 and type update-manager -d.Update Manager should open up and tell you: New distribution release ‘10.10′ is available. Click Upgrade and follow the on-screen instructions.

To upgrade from Ubuntu 10.04 Sever:
install the update-manager-core package if it is not already installed; edit /etc/update-manager/release-upgrades and set Prompt=normal; launch the upgrade tool with the command sudo do-release-upgrade -d; and follow the on-screen instructions.




More...

On 9/2/10 0 comments


Chromium is the open-source browser on which the Google Chrome browser is based. Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. the opportunity this time I will share on your way to install chromium for ubuntu Lucid

1. Edit the source.list file:
sudo gedit /etc/apt/sources.list

2.Add these launchpad repositories to the source.list file.
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main

3. Add the GPG key (you must have port 11371 open in your firewall to use the keyserver):
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

4. Update the source list:
sudo apt-get update

5. Install Chromium:
sudo apt-get install chromium-browser

6. Start Chromium:
Applications -> Internet -> Chromium Web Browser
More...

On 0 comments

 Hi, welcome to the blog ubuntu charm, I dedicate this blog to all of you ubuntu linux users in the world, this is my first post on this blog. I hope this blog will be a place where I kept everything I've learned while using Ubuntu operating system, and I hope that the existence of this blog is also useful for all of you that are currently using ubuntu as a everyday OS More...