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...
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
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...
How to: Manage Windows Azure with PowerShell You can manage your Windows Azure account via PowerShell with an array of commands at your disposal. Below is a quick reference guide of the commands available....
How to: Have WordPress communicate with MySQL via Socket As I keep looking into how to improve the performance of website one of the recurrent points mentioned is to use Linux sockets where possible....
How to: Set up multiple Administrator accounts in Microsoft’s Live Domains Sometimes you want to distribute the administrative tasks of maintaining a system across a number of individuals to provide business continuity in case you are not available....
How to: Add an email Alias to your Outlook.com account There are several different kinds of aliases that you can create for an Outlook.com account. The easiest way by far is to use what...
Walkaround: Workfolders error 0x80c80037 – No sync share is configured for the user. I am still trying to figure out why Workfolders works at times and then it complete stops working indicating the following...
How to: Use your own Domain name with Outlook.com as the Backend Recently I decided to move from Gmail to Outlook.com as Google took away GoogleSync for free accounts (you can read about that...
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 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 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...