How to install and integrate SpamAssassin with Exim on a CentOS 7 VPS

How to install and integrate SpamAssassin with Exim on a CentOS 7 VPSIn the following tutorial we are going to cover the procedure of installing and integrating SpamAssassin with Exim on a CentOS 7 Linux VPS. Once the set-up is completed, SpamAssassin will be able to scan and mark the emails detected as SPAM.

What is SpamAssassin?

It is a software program released under the Apache License 2.0 used for e-mail spam filtering based on content-matching rules. It is a very intelligent email filter which uses a diverse range of tests to identify unsolicited bulk email and apply the tests to email headers and content to classify email using advanced statistical methods.

 

Read More

Install gpEasy CMS with NGINX and PHP5-FPM on an Ubuntu 14.04 VPS

gpeasycmsIn this article we will show you how to install gpEasy CMS on a Ubuntu 14.04 VPS using Nginx web-server and PHP5-FPM.

gpEasy is a simple and powerful CMS. It was designed to be an easy to use, but lightweight and fully functional content management system (CMS).

gpEasy CMS doesn’t require you to setup any databases and allows you to edit your website on the fly since it’s flat-file based.

Nginx is a lightweight but very powerful web server. It’s known to be ultimately stable and high-performance HTTP server.

PHP5-FPM stands for PHP5 FastCGI Process Manager and it is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

We’ll assume that unzip is installed on your Linux VPS. If not, run the following command to install the program:

Read More

Install and run WordPress cached with Redis on a Linux VPS

redisWordPress page loading speed can be very slow, especially if your site have many visitors and/or you use a lot of plugins. Caching is the best way to improve the loading speed of a WordPress website and overall users experience. In this guide, we will walk you through the basic installation process of WordPress on an Ubuntu 14.04 VPS. with Nginx, MariaBD and PHP FPM and setting up a Redis cache to boost WordPress performance. This should work on other Linux VPS systems as well but was tested and written for Ubuntu 14.04.

Read More

How to install and configure dkim with OpenDKIM and Exim on a CentOS 7 VPS

how-to-install-and-integrate-opendkim-with-postfix-on-a-centos-6-vpsIn this article we will walk you through the steps of installing and configuring dkim with OpenDKIM and Exim on a CentOS 7 SSD VPS.

You should have a working mail server setup with Exim before proceeding with this tutorial. Check our guide on how to set-up a mail server with Exim and Dovecot on a CentOS 7 VPS if you don’t have setup a mail server yet.

What is OpenDKIM?

OpenDKIM is an open source implementation of the DKIM (Domain Keys Identified Mail) sender authentication system which is an email validation system designed to detect email spoofing by providing a mechanism to allow receiving mail exchangers to check that incoming mail from a domain is authorized by that domain’s administrators. A digital signature included with the message can be validated by the recipient using the signer’s public key published in the DNS.

Read More

Install Croogo on an Ubuntu VPS with Nginx and MariaDB

CroogoIn this post, we will cover how to install Croogo on an Ubuntu VPS with the latest versions of Nginx and MariaDB. Croogo is a free, open-source, content management system released under the MIT license, written in PHP and it’s built upon the CakePHP MVC framework. This should work on other Linux VPS systems as well but was tested and written for Ubuntu 14.04.

 

Read More

Install Magento on an Ubuntu 14.04 VPS and Enable Redis as Back End Cache

magento vpsMagento Community Edition is a flexible and robust open source content management system for e-commerce web sites. In this tutorial we will show you how to install Magento and configure Redis (an open source advanced key-value cache and store) for back end caching on an Ubuntu VPS.

Download the latest version of Magento from www.magentocommerce.com, extract it and move the Magento installation to the ‘/var/www/html/magento/’ directory on your VPS:

Read More

Install and run DokuWiki the most versatile Wiki on a CentOS 7 VPS

Install and run DokuWiki the most versatile Wiki on a CentOS 7 VPSIn the following article, we’ll explain how you can install and run DokuWiki on a CentOS 7 server. We support DokuWiki running on all our SSD VPS hosting plans and with our DokuWiki hosting stack, you’ll get DokuWiki pre-loaded on your virtual server, making your wiki up and running in no-time.

Sweet!

What is DokuWiki?

DokuWiki is considered to be the most versatile open source Wiki software application which is proven to meet your demanding wiki needs.

DokuWiki does not require a database and it’s extremely simple and easy to use. Check out DokuWiki features to learn more.

System Requirements?

  • Webserver such as Apache, Nginx etc..
  • PHP server version 5.2 or later
  • PHP-GD / Image Magick library

Read More