“A big thank you to Duncan at Digital Handyman for his professionalism and communication while working on an access control project for one of our clients. He went above and beyond in handling the installation and took the initiative to make sure the entire system was working properly, and the client was satisfied. He even went over and above in purchasing some additional hardware that was not provided by the client. I highly recommend Duncan and certainly look forward to hiring him again!
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.