Tagged: Debian

How to: Install a .deb file via the Command line? 0

How to: Install a .deb file via the Command line?

Packages are manually installed via the dpkg command (Debian Package Management System). dpkg is the backend to commands like apt-get and aptitude, which in turn are the backend for GUI install apps like the...

How to: Configure memcache to use a unix socket 0

How to: Configure memcache to use a unix socket

How to: Configure memcache to use a unix socket I have a server which is going to have its own memcached instance installed on itself… so I was thinking using a unix socket instead...

Custom NginX Distribution 0

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