|

How to install and config Nginx in CentOS 7

NGINX is a free, open-source and powerful HTTP web server and reverse proxy with an event-driven architecture. It is a high performance web server software. It is a much more flexible and lightweight program than Apache HTTP Server. It also works as a reverse proxy, standard mail and TCP/UDP proxy server, and can additionally be configured…

How To Enable EPEL Repository in CentOS 7

EPEL (Extra Packages for Enterprise Linux) is open source and free community based repository project from Fedora team which provides 100% high quality add-on software packages for Linux distribution including RHEL (Red Hat Enterprise Linux), CentOS, and Scientific Linux. EPEL project is not a part of RHEL/Cent OS but it is designed for major Linux…

Setup Automatic Security Updates on CentOS 7
|

Setup Automatic Security Updates on CentOS 7

In this tutorial, we will discuss how configure a CentOS 7 server for automatic security updates. This will make sure the system automatically downloads packages and applies all security updates without any manual intervention. Step1-Install yum-cron on CentOS 7 Yum-cron is a command-line tool to manage system and package updates on CentOS systems. The utility…

How to setup FTP Server on centos 7.3(VSFTP)
|

How to setup FTP Server on centos 7.3(VSFTP)

Setting up FTP Server on Centos 7.3:– Ftp server is used to exchange files between computers over network. Setup FTP server on Centos 7:- Step1:- Updating Repository and installing VSFTP package [root@newdelhihosting ~] # yum check-update If update is available update the server and reboot it. [root@newdelhihosting ~] # yum -y install vsftpd Resolving Dependencies…