What is hosting and how does hosting works and hosting types.

Web hosting also known as website hosting or web hosting is the process where a web hosting provider stores and maintains website files and applications on a server to make its customers’ websites accessible on the internet. Web hosting requires the use of one or more physical or virtual servers to serve as the web host, as well as a domain…

|

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…

|

Adding global address book plugin to Roundcube

How to Install/add Global Address Book plugin to Roundcube:-   Here we are going see,how to add global addressbook plugin to our roundcube webmail client. This plugin adds an SQL based global address book to our Roundcube,It can be global per installtion IMAP host. Prerequisites for installing:- 1)Centos 7 with Roundcube installation along with root…

A Malware Scanner for Linux Operating System

                Linux Malware Detect (LMD) is a malware detector for Linux operating systems. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection. Install LMD on CentOS 7:- Download the latest version of LMD using the following command #  cd…

Apache Tomcat 8.5.23 Installation on CentOS

Apache Tomcat 8.5.23 Installation on CentOS

Tomcat:-          Tomcat is an open source Java Servlet implementation developed by the Apache Software Foundation. Beside Java Servlets, Tomcat implements several Java server technologies including JavaServer Pages (JSP), Java Expression Language, and Java WebSocket. Tomcat provides an HTTP Web Server for Java applications with support for HTTP/2, OpenSSL for JSSE and TLS virtual hosting….