Tag: debian

Tag: debian

Saving iptables rules in Linux
June 29, 2018 Uncategorized Jiby Mathew

iptables is a user space application program that allows a system administrator to configure the tables provided by the Linux kernel firewall (implemented as different Netfilter modules) and the chains and rules it stores. By default iptables rules gets get flushed upon reboot. Follow the steps bellow to make iptables rules reload after a reboot. To

Details
Install Let’s Encrypt to Create Free SSL Certificates
June 26, 2018 Uncategorized Jiby Mathew

Let’s Encrypt is an SSL certificate authority managed by the Internet Security Research Group (ISRG). It utilizes the Automated Certificate Management Environment (ACME) to automatically deploy free SSL certificates that are trusted by nearly all major browsers. Note The process of validating a certificate domain is automated. A certificate issued by Let’s Encrypt is valid for just a

Details