CentOS

How To Use the Linux Auditing System on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Use the Linux Auditing System on CentOS 7

The Linux Auditing System helps system administrators create an audit trail, a log for every action on the server. We can track security-relevant events, record the events in a log file, and detect misuse or unauthorized activities by inspecting the audit log files.

Read more
Installing the RainLoop Email Client on Ajenti V — step-by-step Linux tutorial on Progressive Robot

Installing the RainLoop Email Client on Ajenti V

RainLoop is a free email client that can access any IMAP/SMTP emails, including Ajenti V’s built-in email. It supports multiple accounts, social logins (log in with Twitter, Facebook, etc.), two factor authentication, and more. RainLoop is a great program to install with Ajenti V because the Ajenti V platform itself has no default webmail. At the end of this tutorial we will have RainLoop installed with IMAP/SMTP access to mailboxes.

Read more
Como Instalar o Git no CentOS 7 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Git no CentOS 7

### Introdução O controle de versão tornou-se uma ferramenta indispensável no desenvolvimento de software moderno. Os sistemas de controle de versão permitem que você mantenha o controle do seu software no nível do código-fonte. Você pode acompanhar as alterações, reverter para os estágios…

Read more
How To Create a SSL Certificate on nginx for CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Create a SSL Certificate on nginx for CentOS 6

This tutorial explains how to create a self-signed SSL certificate, how to add it to your server, and how to configure the SSL file to display the certificate to the world. A SSL certificate is a way to encrypt a site’s information and create a more secure connection. Certificate Authorities can issue SSL certificates that verify the server’s details while a self-signed certificate has no 3rd party corroboration. These steps are for setting up an SSL certificate on Nginx for a CentOS server.

Read more
How To Enable SFTP Without Shell Access on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Enable SFTP Without Shell Access on CentOS 7

SFTP stands for SSH File Transfer Protocol. As its name suggests, it’s a secure way of transferring files to a server using an encrypted SSH connection. n a standard configuration, the SSH server grants file transfer access and terminal shell access to all users with an account on the system. In this tutorial, we’ll set up the SSH daemon to limit SFTP access to one directory with no SSH access allowed on per user basis.

Read more
How To Install And Configure mod_deflate On CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install And Configure mod_deflate On CentOS 7

Mod\_deflate is an Apache module which allows output from your web server to be compressed before being sent to the client. Once the size of your site content is compressed, its size is smaller, and clients are able to download it faster. This is valuable not only for clients with lower bandwidth, but it is also taken into consideration by search engines when evaluating your site performance and its page rank.

Read more
CHAT