Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

324
Vistas
How to run Multiple Instances of Firefox in Ubuntu?

I have a .sh script which is something like this:

#!/bin/bash
while :
do
  firefox ://imacros/?m=script.iim & sleep 600
  killall firefox
  sleep 5
done

But I wanted to run two Firefox instances and made this script:

#!/bin/bash
while :
do
  firefox ://imacros/?m=script.iim
  firefox ://imacros/?m=script2.iim & sleep 600
  killall firefox
  sleep 5
done

But even now, only 1 instance of Firefox starts with the first script running.

I want to know how can I run 2 instances at a time with both doing different tasks?

over 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

Firefox has an option for that: firefox --no-remote ;)

Basically, --no-remote forbids firefox to try and communicate with other firefox' instances ; I use it when I need two firefox windows with different profiles.

Documenation

over 4 years ago · Santiago Trujillo Denunciar

0

You can run firefox from different users having different home directories. Then you may have as many instances as many you need.

over 4 years ago · Santiago Trujillo Denunciar

0

You can try to create another profile in firefox and start another instance using -no-remote option.


I tried in Cent Os 6.5

Run this command in Command Terminal : firefox -p -no-remote

The Firefox profile manager will open up and will ask you to choose the profile you want to use. If you already have more than 1 profile, click on the “Create Profile” button to create a new profile and once the new profile is created, select it and click “Start Firefox”

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda