Tuesday, June 17, 2008

How to change default external protocol in Firefox

Generally if you click on a rtsp:// link from Firefox then a popup appear displaying "External Protocol Request" with default player as totem to play that streaming media. But if you want to run a media with RealPlayer or with other software then do the following:

  1. Open firefox and type following in the location bar:
    about:config
  2. Right click any where and select New->String and type following name:
    network.protocol-handler.app.rtsp
  3. Enter following value if you want to play it with RealPlayer:
    /usr/bin/X11/realplay
Now whenever you will click a rtsp:// media, RealPlayer will appear instead of default Totem player. To check with a media go to http://m.vtap.com and click a video to see it in an action.

Tuesday, May 6, 2008

Ubuntu Tweak

Today I have found a great software for tweaking my Ubuntu. It is Ubuntu Tweak. You can change your desktop, startup, personal, system and security settings with this tool. Oh, it makes my life easier. Let me tell you about few tweaking that I love very much:

  • Startup:
    • Show splash screen
    • Enable or Disable AutoStart Program
  • Desktop:
    • Show "Computer", "Home", "Trash", "Network" icon on desktop
    • Change few "Compiz Fusion" setting
  • Personal:
    • Set your document folders
    • Manage your document templates
    • Mange your scripts
    • Set the shortcut of your command
  • System:
    • Change GNOME panel & Menu
    • Advanced power management settings
  • Security:
    • Enable/Disable "Run Application", "Lock Screen", "Printing", "User Switch"
There are several other options that you will also like.

Saturday, May 3, 2008

How to install RealPlayer in Ubuntu 8.04

I love RealPlayer for lots of reasons. Mainly for excellent streaming support & to pause/resume live media. RealPlayer is free but you will not find it in your Synaptic Package Manager. To install RealPlayer do the following:

  1. Visit real player site: http://www.real.com/linux
  2. Click "Download RealPlayer" button and save file into your home directory
  3. Now open terminal and run following commands (I downloaded RealPlayer 11 and it's file name is RealPlayer11GOLD.bin, replace this name with your downloaded file name):
    $ sudo chmod +x RealPlayer11GOLD.bin
    $ ./RealPlayer11GOLD.bin

  4. Installation will start and will ask you to press [Enter]
  5. Then it will ask you for installation directory path, press [Enter] if you don't sure about it
  6. To finish type F and press [Enter]
That's it. After installation you will find it from 'Applications > Sound & Video' menu.

Thursday, May 1, 2008

How to connect Internet with Nokia Data Cable

Connecting Internet with Nokia Data Cable is fairly easy compared with Bluetooth connection. It works instantly with my Nokia 5700 mobile phone & GrameenPhone GPRS/Edge connection, Bangladesh. I hope it will work for other model of Nokia. I found this help in ubuntuforums.org. Thank you guys for making our life easier.

Here you go:

  1. Open terminal and edit /etc/wvdial.conf file with following command:
    $ gksudo gedit /etc/wvdial.conf
  2. Replace existing text with following:
    [Dialer Defaults]
    Init1 = ATZ
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Modem Type = USB Modem
    Baud = 460800
    New PPPD = yes
    Modem = /dev/ttyACM0
    ISDN = 0
    Phone = *99#
    Password = A
    Username = B
    Stupid Mode = 1

  3. Replace "A" & "B" from the above code your internet connection Password & Username. If there is no password necessary then leave the above code unchanged.
  4. Save & close the editor.

Now plug in your data cable into your phone & run the following command from terminal each time you want to connect internet:
  • $ wvdial


Done! But if you fail to connect internet then do one of the following:
  • Unplug mobile cable, wait few seconds, plug again and run wvdial command
  • Or open /etc/wvdial.conf and replace Phone = *99# with Phone = *99***1#
Hope this will help you to connect internet with your Nokia mobile phone. Enjoy browsing!

Wednesday, April 30, 2008

Wubi - Ubuntu Installer for Windows

You can't believe how much easy to install Ubuntu today. Now you can install Ubuntu from Windows with few clicks. No partition is necessary. Just select your windows drive where you want to store it and click "Install". It will not format your drive, just will install as another application. You can uninstall Ubuntu anytime from Control Panel > Add/Remove Programs. This is possible for Wubi - which is an Ubuntu Installer for Windows comes with Ubuntu CD.

To install Ubuntu from Windows do the following:

  1. Insert Ubuntu CD into your CD Drive
  2. Run Wubu.exe
  3. Select Installation Drive where you want to save Ubuntu (Example: D:\ )
  4. Select Installation Size (GB). For best performance choose greater than 4GB.
  5. Enter a username & Password for your new Ubuntu
  6. Click "Install" Button
That's it. Wait 15 minutes & have fun with your new Ubuntu. Here is the screenshot of Wubu Installer: