Re: [DNG] Mozilla and cloudflare to hijack all your DNS requests - for your own good of course

2018-08-09 Thread Rick Moen
Quoting Steve Litt (sl...@troubleshooters.com): [tips about dhclient and resolv.conf:] > Thanks for the good info. Delighted to help. There's also an interesting thing called 'resolvconf' -- actually, a couple of separate implementations of the idea. It's a piece of software that actively mana

Re: [DNG] OT - LXDE themes and Palemoon widget coloring

2018-08-09 Thread Rick Moen
Quoting Steve Litt (sl...@troubleshooters.com): > No error at all: It's the way I choose software. Submitted for the jury: You choose personalities. Nothing wrong with that as a personal quirk, but (I'm pretty sure) most of us are concerned with code and its applicable terms of use. And thus

Re: [DNG] Mozilla and cloudflare to hijack all your DNS requests - for your own good of course

2018-08-09 Thread Steve Litt
On Tue, 7 Aug 2018 13:27:25 -0700 Rick Moen wrote: > 1. apt-get install unbound > 2. sed -i '1s;^;nameserver 127.0.0.1\n;' /etc/resolv.conf I've now done this on my Daily Driver Desktop and my best laptop. In both cases, easy. Much easier than djbdns. I'll be doing this on all my boxes over th

Re: [DNG] OT - LXDE themes and Palemoon widget coloring

2018-08-09 Thread Steve Litt
On Wed, 8 Aug 2018 16:32:41 -0700 Rick Moen wrote: > Quoting Steve Litt (sl...@troubleshooters.com): > > > Mr. Boss was insulting and threatened legal action, in the very > > first communication. When someone's first reaction is to > > lawyer-threaten, I have nothing further to do with the guy.

Re: [DNG] Mozilla and cloudflare to hijack all your DNS requests - for your own good of course

2018-08-09 Thread Rick Moen
Quoting Alessandro Selli (alessandrose...@linux.com): > Isn't it amazing how strongly is *everyone* running a global business > so much interested, to the point of being obsessed, in gathering as much > user activity data as possible no matter what was the purpose of the > user in performing some

Re: [DNG] Mozilla and cloudflare to hijack all your DNS requests - for your own good of course

2018-08-09 Thread Enrico Weigelt, metux IT consult
On 09.08.2018 15:08, Alessandro Selli wrote: > Indeed the only safe way is running one's own > infrastructure.  Too bad the major FOSS web browser is following this > business trend, but after all we know Mozilla is a Corporation, not a > charity. I dont expect anything else from them anymore ...

Re: [DNG] Mozilla and cloudflare to hijack all your DNS requests - for your own good of course

2018-08-09 Thread Alessandro Selli
On 08/08/2018 at 17:32, KatolaZ wrote: > On Wed, Aug 08, 2018 at 01:30:30PM +0200, Antony Stone wrote: >> On Tuesday 07 August 2018 at 22:27:25, Rick Moen wrote: >> >>> Quoting taii...@gmx.com (taii...@gmx.com): Cloudflare is such an incredibly obvious intelligence agency ploy to gather d

Re: [DNG] Mozilla and cloudflare to hijack all your DNS requests - for your own good of course

2018-08-09 Thread Alessandro Selli
On 08/08/2018 at 08:08, J. Fahrner wrote: > Am 2018-08-08 02:42, schrieb Steve Litt: >> == >> #!/bin/sh >> exec 2>&1 >> exec unbound -p -dd >> == > > Can you explain this strange construct? An exec without a command but > with