Tagged: Linux

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.5.6

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

Useful Ubuntu Service commands

Useful Ubuntu Service commands Ubuntu daemons/services/etc. have a few commonalities that are worth knowing when working with them. For example, from what I have read there is a way to reload the configuration changes...

Custom NginX Distribution

Custom NginX Distribution I created a custom NginX distribution to address the need of NginX with the purge cache plugin in newer Ubuntu versions. The source can be obtained from Github: https://github.com/JCBauza/NginX/ and the PPA for your system at: https://launchpad.net/~cloudingenium/+archive/nginx-mainline....