Author: Juan Carlos

Ubuntu: Basics of software repositories

Ubuntu: Basics of software repositories Ubuntu uses apt for package management. Apt stores a list of repositories or software channels in the file /etc/apt/sources.list This is important to note as if you want to add sources...

Changes with NginX 1.4.4

Changes with NginX 1.4.4 Below are the list of changes from the initial release of NginX to stable version 1.4.4. This is provided as reference only and was obtained from: http://nginx.org/en/CHANGES   Changes with nginx...

How to: Redirect an URL in NGINX

How to: Redirect an URL in NGINX One might need to redirect to another URL in a number of scenarios. I will cover two examples for scenarios I have come across and how I...