How To Install Vanilla Forums on Ubuntu 12.10
Read through this tutorial to install Vanilla Forums on Ubuntu 12.10.
Read through this tutorial to install Vanilla Forums on Ubuntu 12.10.
Varnish is an HTTP accelerator and a useful tool for speeding up a server, especially during a times when there is high traffic to a site. It works by redirecting visitors to static pages whenever possible and only drawing on the server itself if there is a need for an active process. This tutorial covers installing wordpress on a LEMP stack (with nginx instead of apache), and then installing varnish.
This guide goes over the process of installing and setting up a WordPress instance on Ubuntu 18.04 using the OpenLiteSpeed web server. Because both WordPress and OpenLiteSpeed can be administered through a web browser, this configuration is ideal for those who do not have access to an SSH session or those who may not feel comfortable managing a web server via the command line.
In this article, we will discuss how to install and configure Z shell on a VPS server. Z shell, or zsh, is a bash replacement that offers a more powerful command line and scripting interface.
In this tutorial you’ll learn how to install and use Bower on an Ubuntu 14.04 server. We’ll use to Bower to install Bootstrap and AngularJS and illustrate them running a simple application on an Nginx web server.
Apache and Nginx are both powerful web servers that can reliably host web content on the internet. While Apache is the currently the most popular web server in the world, Nginx is rapidly gaining converts due to its low resource usage. In this guide, we will discuss how to migrate from Apache to Nginx.
In this guide, we’ll show you how to move an Apache document root to a new location which allows you to independently scale storage for different sites.
When operating a web server, it is important to implement security measures to protect your site and users. Protecting your web sites and applications with firewall policies and restricting access to certain areas with password authentication is a great starting point to…
Prometheus is an open source monitoring system and time series database. In part 2 of this series, you will build on the setup from the first part and learn more advanced querying techniques and patterns to apply value-based filtering, set operations, histograms, and more.
Apache Cassandra is a highly scalable open source database system, achieving great performance on multi-node setups. In this tutorial, you’ll learn how to install and use Cassandra to run a multi-node cluster on Ubuntu 14.04.