diff --git a/doc/EN/armbian.org b/doc/EN/armbian.org index 13f04789..e6f332d6 100644 --- a/doc/EN/armbian.org +++ b/doc/EN/armbian.org @@ -20,7 +20,7 @@ If you have a single board ARM computer which isn't one of the supported ones th Download the Armbian image for your board. It must be version 9 (Stretch), otherwise it won't work. Extract the image from its archive, then copy it to a microSD card: #+begin_src bash -sudo dd if=[Armbian .img file] of=/dev/sdX +sudo dd bs=1M if=[Armbian .img file] of=/dev/sdX conv=fdatasync #+end_src Where */dev/sdX* is the path for the microSD drive on your system. diff --git a/doc/EN/mobile.org b/doc/EN/mobile.org index 78c33e7a..8ecc6d0b 100644 --- a/doc/EN/mobile.org +++ b/doc/EN/mobile.org @@ -24,24 +24,29 @@ Mobile phones are insecure devices, but they're regarded as being so essential t

Open


Use a free and open source operating system. Open means more trustworthy

Remove


If there are any proprietary apps then remove or deactivete them
-

Encrypt


Make sure your phone is encrypted with a password which isn't easy to guess
+

Encrypt


Make sure your phone is encrypted with a password which isn't easy to guess

Apps


Use F-droid to install new apps
+ +

Lock


Enable a lock screen with a maximum number of password guesses

Onion


Onion route your connections to avoid bulk metadata collection

Email


Access webmail in a browser

Services


Connect to the Freedombone services
+ +

Battery


Avoid battery-eating apps
+

Block


Prevent access to know bad domains
#+END_EXPORT * Open -Use a Linux based phone operating system. Typically this will mean Android, but could also mean Cyanogenmod or Replicant. Cyanogen is the most preferable, because you can usually get an up to date image with a recent kernel which will give you better security against exploits. If you're buying a phone then look for a model which is supported by Cyanogenmod. Replicant is the most free (as in freedom) but only runs on a small number of phone models. If you have a phone which runs a full GNU/Linux system then that's fantastic, and you can probably use it in much the same way as a desktop system and the rest of the advice on this page won't apply. If you don't have a phone capable of running a Linux based operating system then consider selling, giving away or bartering your existing one. +Use a Linux based phone operating system. Typically this will mean Android, but could also mean LineageOS or Replicant. LineageOS is the most preferable, because you can usually get an up to date image with a recent kernel which will give you better security against exploits. If you're buying a phone then look for a model which is supported by LineageOS. Replicant is the most free (as in freedom) but only runs on a small number of phone models. If you have a phone which runs a full GNU/Linux system then that's fantastic, and you can probably use it in much the same way as a desktop system and the rest of the advice on this page won't apply. If you don't have a phone capable of running a Linux based operating system then consider selling, giving away or bartering your existing one. Why is it so important to run Linux on a phone? Aren't /iThings/ supposed to be highly secure? Isn't the CEO of Apple a good guy, fighting for freedom against the evil Feds? In the end it comes down to the fact that /if the source code for the device cannot be independently audited to check for backdoors, bugs and so on, then it can't actually be trusted/. No matter how well-meaning or brave people running companies may be, local laws may force them to add backdoors into their systems or to give away the encryption keys (Lavabit) or they may also do that purely for business reasons such as being able to sell you to their advertising customers and so on. @@ -77,6 +82,56 @@ Even with free software apps it's not difficult to get into a situation where yo If you have Syncthing installed then change the settings so that it only syncs when charging and when on wifi. Avoid any apps which might be continuously polling and preventing the device from going into sleep mode when it's not used. +* Blocking bad domains +You can block known bad domains by editing the */system/etc/hosts* file on your device. It is possible to use extensive ad-blocking hosts files used by other ad-blocking systems such as pi-hole, but merely blocking Facebook and Google Analytics will protect you against much of the corporate surveillance which goes on. Even if you don't have a Facebook account this may still be useful since they will still try to create a "ghost profile" of you, so the less data they have the better. + +On the device enable *Developer Options* by going to *Settings* then *About* then pressing on *Build number* a few times. + +Go to *Settings* then *Developer Options* then set *Root access* to *ADB only* and enable *Android debugging*. + +On your system (not the device) install the *android-tools* package. For example, on Arch/Parabola: + +#+begin_src bash +sudo pacman -S android-tools +#+end_src + +Connect the device to your system via a USB cable, then: + +#+begin_src bash +adb root +adb remount +adb pull /system/etc/hosts +#+end_src + +Now edit the hosts file which was pulled and append: + +#+begin_src bash +127.0.0.1 www.facebook.com +127.0.0.1 facebook.com +127.0.0.1 static.ak.fbcdn.net +127.0.0.1 www.static.ak.fbcdn.net +127.0.0.1 login.facebook.com +127.0.0.1 www.login.facebook.com +127.0.0.1 fbcdn.net +127.0.0.1 www.fbcdn.net +127.0.0.1 fbcdn.com +127.0.0.1 www.fbcdn.com +127.0.0.1 static.ak.connect.facebook.com +127.0.0.1 www.static.ak.connect.facebook.com + +127.0.0.1 www.google-analytics.com +127.0.0.1 google-analytics.com +127.0.0.1 ssl.google-analytics.com +#+end_src + +Then upload the hosts file back again with: + +#+begin_src bash +adb push hosts /system/etc/hosts +#+end_src + +Once that's done you may want to set *Root access* on the device back to *Disabled* and turn *Android debugging* off. + #+BEGIN_EXPORT html
Return to the home page diff --git a/website/EN/armbian.html b/website/EN/armbian.html index eef7bab2..f36ddae5 100644 --- a/website/EN/armbian.html +++ b/website/EN/armbian.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -256,7 +256,7 @@ Download the Armbian image for your board. It must be version 9 (Stretch), other

-
sudo dd if=[Armbian .img file] of=/dev/sdX
+
sudo dd bs=1M if=[Armbian .img file] of=/dev/sdX conv=fdatasync
 
diff --git a/website/EN/mobile.html b/website/EN/mobile.html index b1ab0fd5..a558996b 100644 --- a/website/EN/mobile.html +++ b/website/EN/mobile.html @@ -3,10 +3,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + - +

Open


Use a free and open source operating system. Open means more trustworthy

Remove


If there are any proprietary apps then remove or deactivete them
-

Encrypt


Make sure your phone is encrypted with a password which isn't easy to guess
+

Encrypt


Make sure your phone is encrypted with a password which isn't easy to guess

Apps


Use F-droid to install new apps
+ +

Lock


Enable a lock screen with a maximum number of password guesses

Onion


Onion route your connections to avoid bulk metadata collection

Email


Access webmail in a browser

Services


Connect to the Freedombone services
+ +

Battery


Avoid battery-eating apps
+

Block


Prevent access to know bad domains
-
-

Open

-
+
+

Open

+

-Use a Linux based phone operating system. Typically this will mean Android, but could also mean Cyanogenmod or Replicant. Cyanogen is the most preferable, because you can usually get an up to date image with a recent kernel which will give you better security against exploits. If you're buying a phone then look for a model which is supported by Cyanogenmod. Replicant is the most free (as in freedom) but only runs on a small number of phone models. If you have a phone which runs a full GNU/Linux system then that's fantastic, and you can probably use it in much the same way as a desktop system and the rest of the advice on this page won't apply. If you don't have a phone capable of running a Linux based operating system then consider selling, giving away or bartering your existing one. +Use a Linux based phone operating system. Typically this will mean Android, but could also mean LineageOS or Replicant. LineageOS is the most preferable, because you can usually get an up to date image with a recent kernel which will give you better security against exploits. If you're buying a phone then look for a model which is supported by LineageOS. Replicant is the most free (as in freedom) but only runs on a small number of phone models. If you have a phone which runs a full GNU/Linux system then that's fantastic, and you can probably use it in much the same way as a desktop system and the rest of the advice on this page won't apply. If you don't have a phone capable of running a Linux based operating system then consider selling, giving away or bartering your existing one.

@@ -284,45 +290,45 @@ Why is it so important to run Linux on a phone? Aren't iThings supposed t

-
-

Remove

-
+
+

Remove

+

So maybe you're running Android and the phone came with some apps already installed. Almost certainly they'll be proprietary. Go to Settings/Apps and then uninstall or deactivate any apps which you really don't need. Mostly preinstalled apps are intended to send your data to companies who will then sell it to advertisers or governments under the business model of surveillance capital. It's not a good idea to get caught up in that, and to avoid becoming addicted to apps which are surveilling you without consent or installing spyware in the background without your knowledge.

-
-

Encrypt

-
+
+

Encrypt

+

Encrypt your phone. This can usually be done via Settings/Security and you may need to fully charge the phone first. Encryption means that if you lose your phone or it gets stolen then there is less chance that anyone who picks it up will get access to your data, photos and so on.

-
-

Apps

-
+
+

Apps

+

Installing F-droid and only adding any new apps via F-droid will ensure that you are always using free and open source software. Open source is not a panacea, since bugs can and do still occur, but it will help you to avoid the worst security and privacy pitfalls.

-
-

Lock

-
+
+

Lock

+

Add a lock screen, preferably with a password which is not easy for other people to guess or for quicker access with a PIN number. Install an app called Locker, activate it and set the maximum number of password guesses to ten (or whatever you feel comfortable with). If bad people get hold of your phone then they may try to brute force your lock screen password or PIN (i.e. automatically trying millions of common word and number combinations) and the locker app will prevent them from succeeding by resetting the phone back to its factory default condition and wiping the data.

-
-

Onion

-
+
+

Onion

+

Both governments and corporations want to compile matadata dossiers about you. Who you communicated with, when and how often. They want this so that they can data mine, simulate, predict and then ultimately influence (sometimes also called "nudge") your actions and preferences in the directions they prefer. By routing your connections through a number of proxy servers (Tor routers) you can make it perhaps not theoretically impossible but at least very hard for them to have a complete and accurate list of who your friends are, your religion, politics, likely health issues, sexual orientation and what news sites or books you read.

@@ -333,26 +339,26 @@ In F-droid under the repositories menu you can enable the guardian pro
-
-

Email

-
+
+

Email

+

The easiest way to access email is by installing the Mailpile app. This keeps your GPG keys off of possibly insecure mobile devices but still enables encrypted email communications in an easy way. You can use K9 mail if you prefer, but that will require installing OpenKeychain and having your GPG keys on the device, which is a lot more risky.

-
-

Services

-
+
+

Services

+

For information on configuring various apps to work with Freedombone see the usage section. Also see advice on chat apps in the FAQ.

-
-

Battery preservation

-
+
+

Battery preservation

+

Even with free software apps it's not difficult to get into a situation where your battery doesn't last for long. To maximize battery life access RSS feeds via the onion-based mobile reader within a Tor-compatible browser and not from a locally installed RSS app.

@@ -360,6 +366,80 @@ Even with free software apps it's not difficult to get into a situation where yo

If you have Syncthing installed then change the settings so that it only syncs when charging and when on wifi. Avoid any apps which might be continuously polling and preventing the device from going into sleep mode when it's not used.

+
+
+ +
+

Blocking bad domains

+
+

+You can block known bad domains by editing the /system/etc/hosts file on your device. It is possible to use extensive ad-blocking hosts files used by other ad-blocking systems such as pi-hole, but merely blocking Facebook and Google Analytics will protect you against much of the corporate surveillance which goes on. Even if you don't have a Facebook account this may still be useful since they will still try to create a "ghost profile" of you, so the less data they have the better. +

+ +

+On the device enable Developer Options by going to Settings then About then pressing on Build number a few times. +

+ +

+Go to Settings then Developer Options then set Root access to ADB only and enable Android debugging. +

+ +

+On your system (not the device) install the android-tools package. For example, on Arch/Parabola: +

+ +
+
sudo pacman -S android-tools
+
+
+ +

+Connect the device to your system via a USB cable, then: +

+ +
+
adb root
+adb remount
+adb pull /system/etc/hosts
+
+
+ +

+Now edit the hosts file which was pulled and append: +

+ +
+
127.0.0.1       www.facebook.com
+127.0.0.1       facebook.com
+127.0.0.1       static.ak.fbcdn.net
+127.0.0.1       www.static.ak.fbcdn.net
+127.0.0.1       login.facebook.com
+127.0.0.1       www.login.facebook.com
+127.0.0.1       fbcdn.net
+127.0.0.1       www.fbcdn.net
+127.0.0.1       fbcdn.com
+127.0.0.1       www.fbcdn.com
+127.0.0.1       static.ak.connect.facebook.com
+127.0.0.1       www.static.ak.connect.facebook.com
+
+127.0.0.1       www.google-analytics.com
+127.0.0.1       google-analytics.com
+127.0.0.1       ssl.google-analytics.com
+
+
+ +

+Then upload the hosts file back again with: +

+ +
+
adb push hosts /system/etc/hosts
+
+
+ +

+Once that's done you may want to set Root access on the device back to Disabled and turn Android debugging off. +

Return to the home page