From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 837F21396D9 for ; Mon, 23 Oct 2017 19:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C89B2E0F62; Mon, 23 Oct 2017 19:33:07 +0000 (UTC) Received: from smtp102-3.vfemail.net (onethreethree.vfemail.net [199.16.11.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7743CE0CCD for ; Mon, 23 Oct 2017 19:33:07 +0000 (UTC) Received: (qmail 28429 invoked by uid 89); 23 Oct 2017 19:33:06 -0000 Received: by simscan 1.4.0 ppid: 28402, pid: 28424, t: 0.3251s scanners:none Received: from unknown (HELO bXlzZWw=) (aHNAdmZlbWFpbC5uZXQ=@ODcuMjQ0LjIzMy4xNTM=) by 172.16.100.62 with ESMTPA; 23 Oct 2017 19:33:06 -0000 X-Received: id CCCF740055 for ; Mon, 23 Oct 2017 21:33:03 +0200 (CEST) Date: Mon, 23 Oct 2017 21:33:03 +0200 From: =?UTF-8?B?UsOzYmVydCDEjGVyxYhhbnNrw70=?= To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [OT] Being Facebook member: How to anon? Message-ID: <20171023213303.3dc5c397.openhs@tightmail.com> In-Reply-To: <20171023155640.wx3o4ja2wd3z5cdj@solfire> References: <20171022085001.35mnpmv3e75dpxlz@solfire> <67FE85B8-5651-4A27-89E8-CBAC1C9CA4FD@stellar.eclipse.co.uk> <20171023155640.wx3o4ja2wd3z5cdj@solfire> User-Agent: Claws Mail Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 76173040-5f11-4b21-9dfb-516bf53a1d49 X-Archives-Hash: d4f2d28031885656db85dfa9345b0d1e On Mon, 23 Oct 2017 17:56:40 +0200 tuxic@posteo.de wrote: > On 10/23 09:56, Stroller wrote: > > =20 > > > On 22 Oct 2017, at 16:50, tuxic@posteo.de wrote: > > >=20 > > > for its invasive nature and its data gathering I really dont like > > > facebook.=20 > > >=20 > > > And now it seems that I cant with out it: > > > There is a HUGE user group for the Creality CR-10 3D printer there > > > and veryone and everything is referencing it. > > >=20 > > > My question is: > > > Are there ways (and which ones) to become member of facebook > > > just to read and write to this user grout (like a mailinglist) > > > and keep the impact on privacy an personal fingerprinting as > > > small as ever possible? =20 > >=20 > > I joined Facebook for the first time this week, for similar reasons > > as, and with similar reservations to, you. > >=20 > > When people upload a photo of you, it performs facial recognition > > and they can "tag" you as being in the photo. You don't have to > > upload a photo of yourself (I'm thinking of trying one in > > sunglasses) and in the privacy settings you're also able to forbid > > people from tagging you. > >=20 > > There are quite granular settings to allow anyone but friends to > > see or post on your timeline - I was quite impressed by how much > > privacy appears to be available to users. I suspect this allows you > > more privacy from you family and colleagues than it does from > > Facebook, though. > >=20 > > Stroller. > >=20 > > =20 >=20 > Hi, >=20 > thanks a lot for all the input...it seems not only my problem which I > have with facehook. >=20 > I will try th docker-way at first. > But: I am a total (in words: "total") newbie when it comes to docker. > And as I want "only" to encapsulate my inner self from the faces in > that book (and for the first dont need to explore the huge planet of > docker)...does one know of a good documentation for that > purpose...something like: "Facebook for Dummies: How to use docker > for anon access to facebook" ...or something like that ... ;) Well, here is very compressed "how to start" (partly from top of my head): 1. emerge app-emulation/docker and /etc/init.d/docker start 2. Add yourself to docker group; re-login 3. Choose docker image that you like on hub.docker.com; for example: https://hub.docker.com/r/openhs/firefox-ubuntu/ as I have mentioned in previous mail. It's what I've made for myself and published. 4. Follow instructions for your chosen image how to run it. For the openhs/firefox-ubuntu image above, the following command should start Firefox: $ docker run --name firefox -e DISPLAY=3D$DISPLAY --device /dev/snd \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -v $XAUTHORITY:/tmp/.host_Xauthority:ro -dti openhs/firefox-ubuntu What it does is: from image openhs/firefox-ubuntu it creates container named 'firefox' and starts it. (The image is downloaded automatically.) This long command is needed only for the first time. Next time you can start it with: $ docker start firefox Some basic docker commands: $ docker ps [-a] - lists running containers [or all containers] $ docker images - lists images $ docker rm [container_name] - removes container $ docker rmi [image_name] - removes image The official documentation is pretty good: https://docs.docker.com/get-started/ Regards, Robert --=20 R=C3=B3bert =C4=8Cer=C5=88ansk=C3=BD E-mail: openhs@tightmail.com Jabber: hs@jabber.sk