CentOS

How To Install and Secure Memcached on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Memcached on CentOS 7

Memory object caching systems like Memcached can optimize backend database performance by temporarily storing information in memory, retaining frequently or recently requested records. In this guide, we will cover how to protect your Memcached server by binding your installation to a local or private network interface and creating an authorized user for your Memcached instance.

Read more
How To Install Dropbox Client as a Service on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Dropbox Client as a Service on CentOS 7

In this tutorial, we’ll show you how to install the Dropbox client, and configure it to run as a headless service, on a CentOS 7 server. This will allow your server to connect to Dropbox so that you can keep a copy of your Dropbox files synchronized on your server.

Read more
How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6

This tutorial explains how to install Apache, how to install MySQL, how to change the root MySQL password, how to install PHP, and how to see what libraries are available. LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache ( the web server) , MySQL (the database), and PHP (the language). This tutorial is written for Centos.

Read more
How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on CentOS 8

The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications written in PHP. The name “LEMP” is an acronym that describes a Linux operating system, with an (E)Nginx web server. The backend data is stored in a MariaDB database and the dynamic processing is handled by PHP. In this guide, you’ll install a LEMP stack on a CentOS 8 server using MariaDB as the database management system.

Read more
Cómo instalar el servidor web de Apache en CentOS 7 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar el servidor web de Apache en CentOS 7

El servidor HTTP Apache es el más usado del mundo. Ofrece muchas características potentes, entre las que se incluyen módulos que se cargan de forma dinámica, una sólida compatibilidad con medios y amplia integración con otras herramientas de…

Read more
How To Install the Django Web Framework on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install the Django Web Framework on CentOS 7

Django is a powerful framework for writing Python web applications. Using a full-featured framework like Django allows you to get your applications and sites up and running quicker without having to worry about the common structural code to tie it together. Frameworks let…

Read more
CHAT