An Introduction To OpenResty – Part 3 In the previous two parts, we setup and introduced OpenResty. It’s now time to build something with it. In part 2, we covered some of the things you ... Nginx Mar 5, 2021 0 1308
Additional Recommended Steps for New Ubuntu 14.04 Servers This tutorial is part 3 of 3 in the series: New Ubuntu 14.04 Server Checklist [1] Introduction* After setting up the bare minimum configuration f... Ubuntu Mar 5, 2021 0 1212
Varnish on a Virtualmin Server This document describes how to run the Varnish cache on a Virtualmin server. We’re often asked about Varnish support in Virtualmin. Virtualmin is onl... Nginx Ubuntu Virtualmin Mar 5, 2021 0 1200
How to perform a fsck (File System Check) on a system disk Sometimes errors occur on the filesystem of your server’s system disk that prevent it from working properly. In this case, the only solution is to pe... Mar 5, 2021 0 1134
Varnish Installation on Ubuntu Varnish is distributed in the Ubuntu package repositories, but the version there might be out of date, and we generally recommend using the pack... Ubuntu Mar 5, 2021 0 1178
Nginx – Disable xmlrpc.php *Nginx – Disable xmlrpc.php* server { # stuff location = / xmlrpc . php { deny all ; } } the above lines in vhost files per domain server { list... Nginx Mar 5, 2021 0 1192
Apache Solr on Ubuntu 14 / 15 Hello and welcome to our today’s article on Apache Solr. The brief description about Apache Solr is that it is an Open Source most famous search plat... Ubuntu Mar 5, 2021 0 1199
FreeNAS FreeNAS is an operating system that can be installed on virtually any hardware platform to share computer data storage over a computer network. ‘Free... Mar 5, 2021 0 1359
An Introduction To OpenResty – Part 2 – Concepts With OpenResty installed and configured [1] from Part 1, it’s time to dive a little deeper into how things work. **Process and Threading Model** If y... Nginx Mar 5, 2021 0 1137
An Introduction To OpenResty (nginx + lua) – Part 1 **Overview** Last week, I started moving middleware code out of a Go application and directly into nginx via the lua-nginx-module. This was simple co... Nginx Mar 5, 2021 0 1275
BASH Script Complete ** ** None [1] Watch Customization [2] / Skins & Themes [3] / Linux and Unix Utilities [4] / Other [5] ©2012-2016 exarobibliologist [6] This is... Ubuntu Mar 5, 2021 0 1315
How To Add Swap on Ubuntu 14.04 Introduction* One of the easiest way of increasing the responsiveness of your server and guarding against out of memory errors in your applications i... Ubuntu Mar 5, 2021 0 1116