CentOS

Как установить Linux, Apache, MySQL, PHP (LAMP) на CentOS 6 — step-by-step Linux tutorial on Progressive Robot

Как установить Linux, Apache, MySQL, PHP (LAMP) на CentOS 6

## О LAMPСтек LAMP—это группа программного обеспечения с открытым исходным кодом, которая управляет веб-серверами. Акроним расшифровывается как Linux, Apache, MySQL и PHP. Поскольку сервер уже запустил CentOS, о Linux можно не беспокоиться. Вот как установить все остальное.##…

Read more
How To Create an SSL Certificate on Apache for CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Create an SSL Certificate on Apache for CentOS 7

SSL is a web protocol used to encrypt a site’s information and create a more secure connection. The certificate system also assists users in verifying the identity of the sites that they are connecting with. In this guide, we will show you how to set up a self-signed SSL certificate for use with an Apache web server on a CentOS 7 VPS.

Read more
How To Create and Serve WebP Images to Speed Up Your Website — step-by-step Linux tutorial on Progressive Robot

How To Create and Serve WebP Images to Speed Up Your Website

WebP is an open image format developed by Google in 2010 based on the VP8 video format that supports both lossy and lossless image compression. In this tutorial, you will use the command-line tool `cwebp` to convert images to WebP format, creating scripts that will watch and convert images in a specific directory. Finally, you’ll explore two ways to serve WebP images to your visitors.

Read more
How To Install and Use ClickHouse on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use ClickHouse on CentOS 7

ClickHouse is an open-source, column-oriented analytics database created by Yandex for OLAP and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.

Read more
How To Set Up an NFS Mount on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an NFS Mount on CentOS 6

This tutorial covers setting up an NFS mount on CentOS. NFS mounts work to share a directory between several virtual servers. This has the advantage of saving disk space, as the home directory is only kept on one virtual private server, and others can connect to it over the network. When setting up mounts, NFS is most effective for permanent fixtures that should always be accessible.

Read more
How To Install Graylog 1.x on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Graylog 1.x on CentOS 7

In this tutorial, we will cover how to install Graylog v1.3.x (sometimes referred to as Graylog2) on CentOS 7, and configure it to gather the syslogs of your systems in a centralized location. Graylog is a powerful log management and analysis tool that has many use cases, from monitoring SSH logins and unusual activity to debugging applications. It is based on Elasticsearch, Java, and MongoDB.

Read more
How To Install MongoDB on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install MongoDB on CentOS 7

MongoDB is a document-oriented database that is free and open-source. It is classified as a NoSQL database because it does not rely on a traditional table-based relational database structure. Instead, it uses JSON-like documents with dynamic schemas.

Read more
CHAT