Configure a mail server via bash script
From this manual you will learn how to configure Postfix-based mail server using a bash script. The script will configure and install Roundcube Webmail, Postfix and Dovecot automatically, also it create mailboxes based on your domain(s).
The cheapest VPS...
What is wordpress?
WordPress is the most popular CMS (Content Management System) in the world.
WordPress installation
Server preparation
# Install LAMP (Apache, MySQL, PHP)
sudo yum install httpd mariadb-server php php-mysql
# Install php-gd
sudo yum install php-gd
# Start Apache
sudo...
What is nagios?
Nagios is a utility designed to monitor network services such as HTTP, SMTP, POP3, HTTP, ICMP, NNTP, monitor CPU usage, disk space and other hardware. Also, nagios can send you alerts in case of any problems with the above services or hardware.
Install nagios on CentOS
To...