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

Replies

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