How to Install OpenVPN on CentOS 7

How to install openVPN on CentOS 7

In this tutorial, we will show you how to install and configure an OpenVPN server on  CentOS 7. OpenVPN is one of the most popular VPN software solutions that implements virtual private network techniques for creating secure point-to-point or site-to-site connections. This guide should work on other Linux VPS systems as well but was tested and written for an CentOS 7. Installing openVPN on CentOS7 is an easy task, just carefully follow the steps bellow and you should have it done in less than 10 minutes.

Read More

Set Up FirewallD on CentOS 7

Set Up FirewallD on CentOS 7

Set Up FirewallD on CentOS 7We’ll show you, how to Set Up FirewallD on CentOS 7. FirewallD is a firewall management tool available by default on CentOS 7 servers. Basically, it is a wrapper around iptables and it comes with graphical configuration tool firewall-config and command line tool firewall-cmd. With the iptables service, every change requires flushing of the old rules and reading the new rules from the `/etc/sysconfig/iptables` file, while with firewalld only differences are applied. The setup and configuration of FirewallD on CentOS 7 should take less than 10 minutes and is a fairly easy process.

Read More

How to Install phpwcms on a CentOS 7 VPS

template_r1_c1

phpwcms is a free and open source content management system and PHP development framework. It is very powerful, fast and flexible. It’s used by developers to create thousands of websites around the world. With its extensibility, phpwcms can create powerful websites with a lot of features. The admin area is easy to use with great user interface and beginners can easily adapt to it. In this tutorial we will guide you through the process of installing phpwcms on a CentOS 7 VPS with Apache web server, PHP and MariaDB

Read More

Install Osclass on a CentOS 7 VPS

osclass-allOsclass is a popular open source project that allows you to easily create and manage your own classifieds website without any technical knowledge. This PHP application is used by thousands of users around the world for creating job listing, sales listing, real estate and other similar listing websites. In this tutorial we will guide you through the installation of Osclass on a CentOS 7 VPS with Apache, PHP and MariaDB.

Read More

Install Sentora on CentOS 7

Install Sentora on CentOS 7

In this tutorial we will cover the steps needed for installing Sentora on a CentOS 7. Sentora is a web hosting control panel that is free for download. It is developed for Linux, UNIX and BSD based servers or computers. Using Sentora software you can turn a domestic or commercial server into a completely developed, easy to use and manage web hosting server.

Read More

Install Laravel on CentOS 7

Install Laravel on CentOS 7

Install Laravel on CentOS 7We’ll show you how to install Laravel on CentOS 7. Laravel is a free, open-source PHP web application framework with expressive, elegant syntax. It is intended for the development of web applications following the model–view–controller (MVC) architectural pattern. Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance etc… Installing Laravel on CentOS 7 is an easy task, just follow the steps in the tutorial below and you should have it installed in a few minutes.

Read More

Install Craft CMS on CentOS 7

ikJdiVZj_400x400Craft is a content management system (CMS) designed for publishers who want more control and more powerful performances from their CMS. It is a PHP based application build on Yii framework. In this tutorial we will install Craft on a CentOS 7 VPS with Apache, PHP and MariaDB.

Read More

Install Jetty on a CentOS 7 VPS

jetty-logoIn the following article we are going to explain how you can install Jetty on a CentOS 7 VPS.

Jetty is a Java HTTP (Web) server and Java Servlet container and provides support for SPDY, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations. It is often used for machine to machine communications, within larger software frameworks. Jetty is developed as a free and open source project as part of the Eclipse Foundation.

Jetty is used in a wide variety of projects and products, both in development and production. It can be easily embedded in devices, tools, frameworks, application servers, and clusters.

Jetty has the following features:

  • Full-featured and standards-based
  • Open source and commercially usable
  • Flexible and extensible
  • Small footprint
  • Embeddable
  • Asynchronous
  • Enterprise scalable
  • Dual licensed under Apache and Eclipse

Read More