How to: Configure NAXSI with NginX
How to: Configure NAXSI with NginX As part of a series of articles regarding NginX, today I will cover how to configure NAXSI with NginX. Currently there is a distribution of NginX that comes...
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
How to: Configure NAXSI with NginX As part of a series of articles regarding NginX, today I will cover how to configure NAXSI with NginX. Currently there is a distribution of NginX that comes...
Resolve: Upstream sent too big header while reading response header from upstream when using NginX PHP FPM When working with NginX you will be using an upstream PHP FPM server. Because of the way...
How to: Determine your Memory Usage & Free Memory in Ubuntu One thing I have discovered with Ubuntu is that there is more than one way to skin a cat. All won’t yield the...
How to: Connect to a Remote File System with Nautilus using SSH Nautilus supports connecting to a remote file system using an SSH connection. Before there used to be clear instructions but now it...
How to: Measure your NginX Cache Performance using $upstream_cache_status in a custom Cache log One of the great features of NginX is it’s ability to cache content from a number of sources including but...
How to: Shutdown or Restart an Ubuntu Server via SSH If you want to remotely restart or shutdown an Ubuntu Server when connected via SSH you simply need to know the following commands (and...
How to: Remote Desktop into an Ubuntu Server in Windows Azure Basically there are three parts to enabling a remote desktop session into an Ubuntu Server. But before we get into all that I...
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 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: Clean your WordPress database from all the empty Yoast WordPress SEO meta data So as I was working in moving a site from one installation to another using the WordPress export/import...