Server Optimization

How To Install and Secure Memcached on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Memcached on Ubuntu 22.04

In this guide, you will install and configure a Memcached server. You’ll also add authentication to secure Memcached using Simple Authentication and Security Layer (SASL). Finally, you’ll learn how to bind Memcached to a local or private network interface to ensure that it is only accessible on trusted networks, by authenticated users.

Read more
How To Add ngx_pagespeed to Nginx on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Add ngx_pagespeed to Nginx on CentOS 7

ngx_pagespeed, or just pagespeed, is an Nginx module designed to optimize your site automatically by reducing the size of its resources and hence the time the clients’ browsers need to load it. This article will guide you through the installation and configuration of the pagespeed module for Nginx. It’s important to know that Nginx does not support *Dynamic Loading of Modules* available in other web servers such as Apache. Since Nginx doesn’t support this feature, you need to build Nginx from so

Read more
How To Install and Use Memcache on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Memcache on Ubuntu 12.04

Memcache is a system that works to speed up virtual private servers by caching server information. The program allows you to allocate a specific amount of the server ram toward caching recently queried data for a certain amount of time. This tutorial covers Memcache installation and illustrates how to use memcache with a simple php script.

Read more
CHAT