Nginx

Read Article Essentials: Common Firewall Rules and Commands Administration

Essentials: Common Firewall Rules and Commands


Iptables is the software firewall that is included with most Linux distributions by default. This cheat sheet-style guide provides a quick reference to iptables commands that will create firewall rules are useful in common, everyday scenarios. This includes iptables examples of allowing and blocking various services by port, network interface, and source IP address. How […]




Read Article Installing Nginx on Ubuntu 14.04 with Server Caching Administration

Installing Nginx on Ubuntu 14.04 with Server Caching


Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a web server or a reverse proxy. Since this is our first interaction with the apt packaging system in this session, we should update our local package index before we begin so that we are using the most up-to-date information.