On 2023-07-21 05:13, David C. Rankin wrote:
On 7/20/23 06:46, Carlos E. R. wrote:
hank you both,
I just needed another browser for a web backend I'm working on where I need to be able to login from two different sessions for efficient testing and development. Never having tried brave I was going to give it a go.
You can start different profiles of firefox at the same time. They are independent.
Hmm, hadn't thought about different profiles supporting different sessions. That's an option.
You start it once with: firefox --ProfileManager & and you create a different profile. Then you can start it directly, or with the profile manager: firefox -P Ggle_main --no-remote & firefox -P Amazon & Sometimes it seems I need the no remote, sometimes not. Maybe it was something I needed in the past, not now, but it is remembered in the command line history ;-) I manage to open at least 3 instances, sometimes 4. Apparently there is a "limit" on a resource it needs and I can't open more. /etc/security/limits.conf: #cer soft nofile 2048 #cer hard nofile 2048 cer soft nofile 65536 cer hard nofile 65536 -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)