security

Securing your linux computer with Iptables

Introduction Iptables is a firewall built into most linux distributions and therefore typically requires no installation or internet to start adding security to your system. Below is a primer on iptables. To view your current firwall rules in their processing order, enter: sudo iptables -L --line-numbers Adding Entries This commands output is broken into different “chains” or rule sets, such as inbound (input) and outbound (output) rules. Typically users would be interested in modifying their inbound ports.

Continue reading

Using a Password Manager

Why You Should Use a Password Manager A password manager is an essential tool for organizing and securing your digital life. It’s no secret that you should have a different password for every website, especially those containing your sensitive information like banking websites. It can be a challenge to remember this many unique passwords, and that’s why with a password manager you only need to remember one password to gain access to all of your login credentials.

Continue reading