Skip to main content

CentOS

How To Install Git on a CentOS 6.4 VPS
Tutorials CentOS Git
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Install WordPress on Centos 6
Tutorials CentOS WordPress
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Install And Run A Node.js App On Centos 6.4 64bit
Tutorials CentOS Node.js
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How to Install and Configure Ansible on CentOS 7
Tutorials Ansible CentOS Configuration Management
Introduction> Introduction # Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location.
How To Install Linux, nginx, MySQL, PHP (LEMP) stack on CentOS 6
Tutorials CentOS LEMP
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Set Up a Firewall Using FirewallD on CentOS 7
Tutorials CentOS Firewall Security
Introduction> Introduction # Firewalld is a firewall management solution available for many Linux distributions which acts as a frontend for the iptables packet filtering system provided by the Linux kernel. In this guide, we will cover how to set up a firewall for your server and show you the basics of managing the firewall with the firewall-cmd administrative tool (if you’d rather use iptables with CentOS, follow this guide).
How To Protect Against DoS and DDoS with mod_evasive for Apache on CentOS 7
Tutorials Apache CentOS Security
Introduction> Introduction # The mod_evasive Apache module, formerly known as mod_dosevasive, helps protect against DoS, DDoS (Distributed Denial of Service), and brute force attacks on the Apache web server. It can provide evasive action during attacks and report abuses via email and syslog facilities.
How To Install and Use PostgreSQL on CentOS 6
Tutorials CentOS PostgreSQL
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Create a Self-Signed SSL Certificate for Nginx on CentOS 7
Tutorials CentOS Nginx Security
Introduction> Introduction # TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper.
How To Set Up SSH Keys on CentOS 7
Tutorials CentOS Getting Started Linux Basics Security System Tools
Introduction> Introduction # SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a CentOS server, chances are, you will spend most of your time in a terminal session connected to your server through SSH.