Tuesday, April 16, 2024

Firefox open multiple private window

 

 

/opt/firefox/firefox-bin --profile $(mktemp -d) --private-window www.google.com www.bing.com
 

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...