Monthly Archive: February 2014

How to: Use NginX as a Forward Proxy server

How to: Use NginX as a Forward Proxy server Generally people use NginX as a Reverse Proxy server, which is what it was designed for. However, after working with NginX for sometime now, I...

General Commands Manual: dpkg-buildpackage

General Commands Manual: dpkg-buildpackage NAME dpkg-buildpackage – build binary or source packages from sources SYNOPSIS dpkg-buildpackage [option…] DESCRIPTION dpkg-buildpackage is a program that automates the process of building a Debian package. It consists of...

How to: Install, Update and Remove RubyGems

How to: Install, Update and Remove RubyGems I just had a brief experience installing a RubyGem so I thought I would share a little bit of what I learned about managing RubyGems. Similar to...

General Commands Manual: unlink

General Commands Manual: unlink NAME unlink – call the unlink function SYNOPSIS unlink file DESCRIPTION The unlink utility shall perform the function call: unlink(file); A user may need appropriate privilege to invoke the unlink...