Monday, September 17, 2018


ONE MORE FOR THE ROAD

Ubuntu Touch 16.04 for cell phones is out and it's not bad or a 32-bit OS. To add Privacy Enhanced Linux's anti-Google protection, you can hack their /etc/hosts file and add these lines from PELinux 2-14 R3, which is the only "officially" supported version:

127.0.0.1       adwords.google.com
127.0.0.1       pagead.googlesyndication.com
127.0.0.1       pagead2.googlesyndication.com
127.0.0.1       adservices.google.com       
127.0.0.1       ssl.google-analytics.com    
127.0.0.1       www.google-analytics.com    
127.0.0.1       imageads.googleadservices.com
127.0.0.1       imageads1.googleadservices.com
127.0.0.1       imageads2.googleadservices.com
127.0.0.1       imageads3.googleadservices.com
127.0.0.1       imageads4.googleadservices.com
127.0.0.1       imageads5.googleadservices.com
127.0.0.1       imageads6.googleadservices.com
127.0.0.1       imageads7.googleadservices.com
127.0.0.1       imageads8.googleadservices.com
127.0.0.1       imageads9.googleadservices.com
127.0.0.1       www.googleadservices.com
127.0.0.1       show.googleadsenseagent.com
127.0.0.1       partner.googleadservices.com
127.0.0.1       adopt.specificclick.net
127.0.0.1       clk.atdmt.com
127.0.0.1       spe.atdmt.com
127.0.0.1       0.afs.googleadservices.com
127.0.0.1       googleads.g.doubleclick.net
127.0.0.1       pubads.g.doubleclick.net
127.0.0.1       adserver.adtechus.com
127.0.0.1       aka-cdn-ns.adtechus.com
127.0.0.1       ad.adserverplus.com
127.0.0.1       ad.doubleclick.net
127.0.0.1       engine.adzerk.net

I usually put it somewhere between the IPv4 and IPv6 sections just to keep the file neat but you can put it anywhere. See the pinned comment in this YouBoob video for more info:




Or just open the terminal app and type:
sudo mount -o remount,rw /
sudo apt-get update
sudo apt-get install vim

Monday, May 21, 2018

THE LAST POST

The Linux community showed me no love so I won't be releasing any new versions. The 9-11 Truth community has been wonderful, however, and YouTube has been doing its best to censor them. In fact, the one smoking gun video that proves it's all a lie has mysteriously disappeared from YouBoob, so here it is:

https://drive.google.com/open?id=1aRWy25VYXTrv30dZpe_kbS4GdJWYi-7I

You can clearly see that most of the jet fuel was consumed by the impact fireball in this video. You can also see what appears to be thermite cutter charges emitting a distinctive white smoke that's unlike the black smoke coming from the rest of the building.

I have to admit I chuckled a bit when the co-conspirators at YouTube got shot up. That's what I call justice! LOL

Saturday, February 24, 2018

FIREFOX FOCUS

While Firefox Quantum is more cloud-centric than ever before, there's another version called Firefox Focus that's privacy focused. In fact, when run on iOS anyway, it's sandboxed just like with Firejail Tools under Linux. It has a built-in web bug blocker like Privacy Badger. And it deletes all of the site data like Bleach Bit. So basically it does exactly what I was trying to accomplish with PELinux.

PROJECT ABANDONED

I bought an iPad Pro so have lost interest in a Pi 3 tablet. Touch support actually got worse since 17.04 (I know, it's hard to believe worse is even possible) but if you're still using this with a Waveshare 10.1" IPS (the best Pi screen at any price) I'd still recommend Beta6A. Just do an apt upgrade and apt update after first boot and you'll have what I was going to put in 7A. If you want to go 17.10 I'd recommend you edit /etc/apt/sources.list after that and change all instances of the word "zesty" to "artful" then apt update and apt-get dist-upgrade, rather than using Beta6B (17.10 was still in beta when I made it.)