In this post, we'll be covering off how to install the Ghost blogging platform on CentOS Linux. Ghost is minimalist, open-source blogging platform that was recently released. It is very simple to author content and is written in NodeJS. We'll also be installing Apache with a basic reverse proxy configuration to access ... Read More...
Tutorials
This quick tutorial will describe how to install MySQL on your CentOS 5 or CentOS 6 server. MySQL server and MySQL client are available from the standard CentOS repository. 1. Install MySQL server and MySQL client yum install mysql-server mysql 2. Start the MySQL service /etc/init.d/mysql start 3. Run MySQL secure installation /usr/bin/mysql_secure_installation Accept the defaults for all ... Read More...
This article will guide you through the installation of ClamAV on CentOS. Once installed, we will also configure a daily scan on our CentOS server. ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats on Linux. In this article, we will only ... Read More...