Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Being Facebook member: How to anon?
Date: Tue, 24 Oct 2017 00:05:19
Message-Id: 20171024000458.clwnfu7lthoucuvx@solfire
In Reply to: Re: [gentoo-user] [OT] Being Facebook member: How to anon? by "Róbert Čerňanský"
1 On 10/23 09:33, Róbert Čerňanský wrote:
2 > On Mon, 23 Oct 2017 17:56:40 +0200
3 > tuxic@××××××.de wrote:
4 >
5 > > On 10/23 09:56, Stroller wrote:
6 > > >
7 > > > > On 22 Oct 2017, at 16:50, tuxic@××××××.de wrote:
8 > > > >
9 > > > > for its invasive nature and its data gathering I really dont like
10 > > > > facebook.
11 > > > >
12 > > > > And now it seems that I cant with out it:
13 > > > > There is a HUGE user group for the Creality CR-10 3D printer there
14 > > > > and veryone and everything is referencing it.
15 > > > >
16 > > > > My question is:
17 > > > > Are there ways (and which ones) to become member of facebook
18 > > > > just to read and write to this user grout (like a mailinglist)
19 > > > > and keep the impact on privacy an personal fingerprinting as
20 > > > > small as ever possible?
21 > > >
22 > > > I joined Facebook for the first time this week, for similar reasons
23 > > > as, and with similar reservations to, you.
24 > > >
25 > > > When people upload a photo of you, it performs facial recognition
26 > > > and they can "tag" you as being in the photo. You don't have to
27 > > > upload a photo of yourself (I'm thinking of trying one in
28 > > > sunglasses) and in the privacy settings you're also able to forbid
29 > > > people from tagging you.
30 > > >
31 > > > There are quite granular settings to allow anyone but friends to
32 > > > see or post on your timeline - I was quite impressed by how much
33 > > > privacy appears to be available to users. I suspect this allows you
34 > > > more privacy from you family and colleagues than it does from
35 > > > Facebook, though.
36 > > >
37 > > > Stroller.
38 > > >
39 > > >
40 > >
41 > > Hi,
42 > >
43 > > thanks a lot for all the input...it seems not only my problem which I
44 > > have with facehook.
45 > >
46 > > I will try th docker-way at first.
47 > > But: I am a total (in words: "total") newbie when it comes to docker.
48 > > And as I want "only" to encapsulate my inner self from the faces in
49 > > that book (and for the first dont need to explore the huge planet of
50 > > docker)...does one know of a good documentation for that
51 > > purpose...something like: "Facebook for Dummies: How to use docker
52 > > for anon access to facebook" ...or something like that ... ;)
53 >
54 > Well, here is very compressed "how to start" (partly from top of my
55 > head):
56 >
57 > 1. emerge app-emulation/docker and /etc/init.d/docker start
58 > 2. Add yourself to docker group; re-login
59 > 3. Choose docker image that you like on hub.docker.com; for example:
60 > https://hub.docker.com/r/openhs/firefox-ubuntu/ as I have mentioned in
61 > previous mail. It's what I've made for myself and published.
62 > 4. Follow instructions for your chosen image how to run it. For the
63 > openhs/firefox-ubuntu image above, the following command should start
64 > Firefox:
65 >
66 > $ docker run --name firefox -e DISPLAY=$DISPLAY --device /dev/snd \
67 > -v /tmp/.X11-unix:/tmp/.X11-unix \
68 > -v $XAUTHORITY:/tmp/.host_Xauthority:ro -dti openhs/firefox-ubuntu
69 >
70 > What it does is: from image openhs/firefox-ubuntu it creates container
71 > named 'firefox' and starts it. (The image is downloaded automatically.)
72 >
73 > This long command is needed only for the first time. Next time you can
74 > start it with:
75 >
76 > $ docker start firefox
77 >
78 > Some basic docker commands:
79 >
80 > $ docker ps [-a] - lists running containers [or all containers]
81 > $ docker images - lists images
82 > $ docker rm [container_name] - removes container
83 > $ docker rmi [image_name] - removes image
84 >
85 > The official documentation is pretty good:
86 > https://docs.docker.com/get-started/
87 >
88 > Regards,
89 > Robert
90 >
91 >
92 > --
93 > Róbert Čerňanský
94 > E-mail: openhs@×××××××××.com
95 > Jabber: hs@××××××.sk
96 >
97
98 Hi Robert,
99
100 oh YEAH!
101 Thanks a lot for that quick start!
102
103 I didi it, but...
104 #>eix -I docker
105 [I] app-emulation/docker
106 Available versions: 17.03.2^si (~)17.06.2^si (~)17.09.0^si **9999^si {apparmor aufs btrfs +container-init +device-mapper hardened overlay pkcs11 seccomp}
107 Installed versions: 17.09.0^si(05:48:14 PM 10/23/2017)(container-init device-mapper seccomp -apparmor -aufs -btrfs -hardened -overlay -pkcs11)
108 Homepage: https://dockerproject.org
109 Description: The core functions you need to create Docker images and run Docker containers
110
111 [I] app-emulation/docker-proxy
112 Available versions: 0.8.0_p20161111 (~)0.8.0_p20170917^t **9999
113 Installed versions: 0.8.0_p20170917^t(05:46:10 PM 10/23/2017)
114 Homepage: https://github.com/docker/libnetwork
115 Description: Docker container networking
116
117 [I] app-emulation/docker-runc
118 Available versions: 1.0.0_rc2_p20170308^t (~)1.0.0_rc3_p20170706^t (~)1.0.0_rc4_p20170917^t {+ambient apparmor hardened +seccomp}
119 Installed versions: 1.0.0_rc4_p20170917^t(05:46:07 PM 10/23/2017)(ambient seccomp -apparmor -hardened)
120 Homepage: http://runc.io
121 Description: runc container cli tools (docker fork)
122
123
124 #>groups
125 wheel mail uucp audio cdrom video games cdrw usb users docker wireshark vboxusers vlock realtime
126 ^----^
127
128 (as root)
129 #>/etc/init.d/docker start
130 * WARNING: docker has already been started
131 (so it is runnig)
132
133 (as user again)
134 #>docker run --name firefox -e DISPLAY=$DISPLAY --device /dev/snd -v /tmp/.X11-unix:/tmp/.X11-unix -v $XAUTHORITY:/tmp/.host_Xauthority:ro -dti openhs/firefox-ubuntu
135
136 docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
137 See 'docker run --help'.
138 [1] 10401 exit 125 docker run --name firefox -e DISPLAY=$DISPLAY --device /dev/snd -v -v -dti
139
140 Hmmmm...seems I missed something...
141
142 Cheers
143 Meino

Replies

Subject Author
Re: [gentoo-user] [OT] Being Facebook member: How to anon? tuxic@××××××.de