Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

328
Visualizações
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 Respostas
Responde à pergunta

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 Relatório

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 Relatório

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda