Monday, March 30, 2009

MULTIPLE MAIL ID OR ORKUT LOG IN AT A TIME

Do you ever need to check two different accounts of same service, at the same time?
As an example, consider the scenario you are checking mails of your Gmail account and at the same time you want to check another gmail account. What you normally do is open up another Gmail account in another browser. Another similar situation often encountered by many orkuttians who have multiple orkut profiles!

Now from firefox 2.0+ onwards this is solved and you can run firefox with as many accounts as you want! Here comes one of the most awaited trick!

#1. Creating a Profile.

By default firefox runs in default profile. To run another instance of firefox with different profile you need to create first a different profile. To do this run firefox with command line parameter CreateProfile followed by profile name.

Window user, can click on “Start -> Run” and execute firefox with followed by the command line arguments. For example,

"C:\Program Files\Mozilla Firefox\firefox.exe" -CreateProfile Piyush

where Piyush is name of the profile. You can use any name.

(Note that the path C:\Program Files\Mozilla Firefox\ may change as per your installation directory.)

On similar lines Linux and Mac OS user can create a new profile.

#2. Running firefox with new profile.
First start firefox the way you start. (This is to assure you that we are going in right direction).
Now Windows users can again click on “Start -> Run” and execute firefox with followed by the command line arguments,

"C:\Program Files\Mozilla Firefox\firefox.exe" -no-remote -P Piyush

where Piyush need to be replaced by the name of the profile you have used in step 1 while creating a new profile.

When you hit ENTER the profile will start in new context!
The key here is -no-remote command-line argument!

Another tricks:-

You will probably use two or more profiles frequently. In that case the step 2 to run firefox with a new profile will need to be tweaked!
In simplest way Windows user can right-click on existing firefox shortcut and select copy option from right-click menu.
Then paste it at your favorite place (probably desktop)
[optional] It may appear with name like Copy of Mozilla Firefox, change it to some convenient name like Rahuls Firefox or New Firefox or anything you like.
Now again right-click on new shortcut and click on properties option in right-click menu.
Switch to shortcut tab in properties window.
In target you may find - “C:\Program Files\Mozilla Firefox\firefox.exe” change it to something like “C:\Program Files\Mozilla Firefox\firefox.exe” -no-remote -P Piyush.Or you can gate a menu to chose profile if u change the target to"C:\Program Files\Mozilla Firefox\firefox.exe" -p .
Now click OK.