Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Separate instances of Firefox require separate profiles
Date: Mon, 23 Jun 2014 18:08:06
Message-Id: 201406231802.05463.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Separate instances of Firefox require separate profiles by Walter Dnes
1 On Monday 23 Jun 2014 06:33:12 Walter Dnes wrote:
2 > I vaguely remember a while ago, somebody on this list asked about
3 > running separate instances of Firefox. I finally figured out how to run
4 > separate instances of Firefox, as ***COMPLETELY SEPARATE PROCESSES***.
5 > Namely, that you need ***A SEPARATE PROFILE FOR EACH INSTANCE***. Let's
6 > start with 2 profiles "trusted" and "default". From the command line,
7 > execute the following commands...
8 >
9 > firefox -new-instance -P trusted &
10 > firefox -new-instance -P default &
11 > ps -ef | grep firefox
12 >
13 > You won't need the "&" if you launch from a desktop or window-manager
14 > launcher. In the above example, I launched 2 instances of Firefox, and
15 > verified their existance by running "ps -ef | grep firefox".
16 >
17 > So if you have some sites that you visit regularly, you can have a
18 > separate profile for each one. This has some advantages...
19 >
20 > 1) You can have totally different customized setups (including different
21 > add-ons) for each site.
22 >
23 > 2) Profiles, including cookies, are stored in separate directories.
24 > Therefore third-party cookies left by trackers when you're on site A
25 > using profile A, will not be readable by the same third-party when
26 > you're on site B, using profile B, making tracking you more difficult
27 > and less reliable... one... two... three... aaaaawwwwwww.
28 >
29 > 3) If you have a whole bunch of websites open, and one of them crashes
30 > Firefox, or hangs it so you need to kill it, you don't end up taking
31 > down all your browsers.
32
33 Taking this a step further I create additional one-off profile directories in
34 /tmp, which are deleted when I reboot (this is a laptop), which ensures that
35 tracing between sites does not happen.
36
37 Note, you will also need to remove any flash cookies (LSOs) which sit in your
38 ~/ and are not deleted, unless you have installed the Better Privacy addon.
39 For a more pedestrian approach:
40
41 rm -Rf .macromedia/Flash_Player/*
42
43 --
44 Regards,
45 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Separate instances of Firefox require separate profiles Walter Dnes <waltdnes@××××××××.org>