4 Anonymity and Privacy For Advance Linux
4 Anonymity and Privacy For Advance Linux
I. Strong Password
1. First off, it’s good to select a strong password manager.
Keypassx is a cross-platform, and has good security features, like encryption by password
and using a keyfile. It also allows you to generate strong passwords, so if you’re not
worried about memorization it’s good practice to let Keypassx generate secure random
passwords.
Download Link:
https://www.keepassx.org/
NOTE: It’s best not to use services that store your passwords in the cloud. If you need, you
can back up your encrypted password database, on a secure server, in an encrypted
directory, and store your keyfile in a separate location.
Diceware basically randomly chain several words selected from a word list based on dice
roles.
Download Link:
http://world.std.com/~reinhold/diceware.html
2. Consider reading the Terms of Service any time you sign up for a service or install
something. Consider changing up your times of connectivity.
Setting-up Internet Connectivity Security:
1. Set-up the Firewall
UFW (Uncomplicated Firewall) is a great general firewall for Linux.
Install UFW:
$ sudo apt-get install ufw
Limit outgoing ports (NOTE: to avoid some software to utilized outgoing traffic, like
encrypted UDP):
$ sudo ufw default deny outgoing
For GUI:
$ sudo apt-get install macchanger-gtk
3. Intrusion Detection
The basic premise is monitoring the system for unusual activity.