diff --git a/_items/Guide.md b/_items/Guide.md index 4b1bf81..9854d1d 100644 --- a/_items/Guide.md +++ b/_items/Guide.md @@ -90,6 +90,7 @@ _Disclaimer: This is for education / research._ -\>> [Secure Hardware](#secure-hardware)
-\>> [Plausible Deniability](#plausible-deniability)
-\>> [Tails](#tails)
+-\>> [Anonymous Server](#anonymous-server)
-\>> [TLDR](#tldr)
--- @@ -260,6 +261,8 @@ Media Channels: What is _"cleaning up"?_ +*Note* This section isn't really "anonymity", it's just good practice. + Simply put, cleaning up is the process of deleting your various traces on the internet. For the average person, this will be a long and arduous process. You'll have to go through every single online account, email, activity, forum, message, game, etc. and literally delete _everything_. @@ -885,6 +888,10 @@ LibreWolf is a good alternative to utilizing Arkenfox on Qubes as we cannot reas There are a variety of tools to test your different browser configurations in a wide array of tests. +- [BrowserLeaks](https://browserleaks.com/) + +- [CreepyJS](https://abrahamjuliot.github.io/creepjs/) + - [TorZillaPrint](https://arkenfox.github.io/TZP/index.html) - [DeviceInfo](https://www.deviceinfo.me/) @@ -1334,6 +1341,28 @@ Tails is routed over Tor, which allows you to use it anonymously. --- +## **Anonymous Server** + +Sometimes, you will need to host a server anonymously. +This can be a pain, as a lot of popular services require some sort of ID, credit card, address, etc. + +For true "anonymity", we will tend to avoid these services. +These range from Amazon Azure, to Linode. + +For a server, it's advisable to pay with crypto-currency, such as Monero, Zcash or some other type of "privacy"-respecting currency. + +If you need a domain, it's advisable to use [Njalla](https://njal.la) as they do not collect any personal information, and they are well-known for their strong privacy. + +For the actual server, you can use [1984](https://1984.is/) or the listed options below: + +- [BitHost](https://bithost.io/) + +- [Privex](https://www.privex.io/) + +
+ +--- + ## TLDR Don't use the internet.