ubuntu

How To Install WordPress, Nginx, PHP, and Varnish on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress, Nginx, PHP, and Varnish on Ubuntu 12.04

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.

Read more
How To Install WordPress with OpenLiteSpeed on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with OpenLiteSpeed on Ubuntu 18.04

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.

Read more
How To Query Prometheus on Ubuntu 14.04 Part 2 — step-by-step Linux tutorial on Progressive Robot

How To Query Prometheus on Ubuntu 14.04 Part 2

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.

Read more
CHAT