Wednesday, August 26, 2009

Starting multiple firefox instances at the same time

With a little hack its possible to start more then one firefox instance at the same time. It is also possible to start different versions and using different profiles.

you have to set a variable. That's all:

export MOZ_NO_REMOTE=1 && firefox -Profilemanager && export MOZ_NO_REMOTE=0

No comments:

Post a Comment