How to install mod_security and mod_evasive on an Ubuntu 14.04 VPS

mod_securityMod_security is an Apache module that helps to protect your website from various attacks such as cross-site scripting, SQL injection attacks, path traversal attacks etc. Mod_evasive is an Apache module that helps to prevent HTTP DoS (DDoS) attacks or server brute force attacks. If you have CentOS installed on your server, follow these instructions to install mod_security with the OWASP core rule set.
To install and configure mod_security and mod_evasive modules on an Ubuntu VPS in order to harden and secure your Apache web server, follow the steps described below:

Read More

Install PrestaShop on CentOS

Install PrestaShop on CentOS

We’ll show you, How to Install PrestaShop on CentOS. PrestaShop is an open-source e-commerce solution which allows you to maintain your own online shop. It is very easy to use as well as very easy to install. If you have a Linux VPS with CentOS installed, you can continue with this guide. Otherwise, you can check our Install PrestaShop on Ubuntu guide.

Read More

Installing Tomcat 8 on a CentOS 7 Linux VPS

Installing Tomcat 8 on a CentOS 7 Linux VPSIn the following article we will guide you through the steps on how to install the latest Tomcat 8 on a CentOS 7 Linux VPS.

What is Tomcat?

Apache Tomcat (previously known as Jakarta Tomcat) is an application server developed by the Apache Software Foundation that executes Java servlets and renders Web pages that include Java Server Page coding.

System Requirements?

  • A Linux VPS Hosting
  • JAVA 7+ Server

Read More

How to install Gerrit2 on CentOS 7

How-to-install-Gerrit2-on-CentOS-7

How to install Gerrit2 on CentOS 7. Gerrit  is a web based code review application which uses the Git version control system. Gerrit makes code review easier by generating the code changes in a side-by-side preview, allowing inline comments that can be added by a reviewer. Gerrit allows any authorized user to submit changes to the master Git repository, which simplifies the process when an approved change has to be merged in manually by the project maintainer.

System requirements?

  • A Linux VPS hosting
  • JAVA JDK higher than 1.7
  • Database Server
  • Web Server
  • GIT
  • CentOS 7 OS

Read More

Install WordPress using SVN on a CentOS 7 VPS

There are multiple ways of installing WordPress. In this tutorial we will download and install WordPress CMS using SVN on a CentOS 7 VPS .

What is SVN?

SVN stands for Apache Subversion which is a software versioning and revision control system distributed as free software under the Apache License. Many developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation.

Read More

How to Install GitLab on CentOS 7

How to Install GitLab on CentOS 7

We’ll show you how to install GitLab on CentOS 7. GitLab is a self-hosted git repository management system. It is used by more than 100,000 organizations worldwide. Today we will show you how to install GitLab on your CentOS VPS. For instructions about how to install GitLab on an Ubuntu VPS, you can check our Install GitLab on Debian tutorial. Installing GitLab on CentOS 7 is fairly easy task and it should take 10 minutes for the installation.

Read More

How to install xCache on CentOS 7

xcacheXCache is a free and open source PHP opcode cacher. Using xCache you can have better performance of your PHP scripts execution on your linux vps. It can achieve this by eliminating the compilation time of PHP code by caching the compiled version of the PHP code into the memory and later uses the compiled version of the code. This can significantly accelerate the page generation time by up to 5 times faster and also optimizes and increases many other aspects of php scripts and reduces the server load.

Read More