• Get In Touch

Tutorials

Browse hundreds of our high quality tutorials on all sorts of web hosting related subjects.

Install and Configure UFW Firewall on Ubuntu 16.04

September 19, 2016

Introduction Security is very important thing to consider when you run your own server. The UFW (uncomplicated firewall) is a frontend for managing firewall rules and it is easy to use for host-based firewalls. UFW is used through the command line interface and aims to make firewall configuration easy. Iptables is one of the most […]

Read More

Netstat Command Line Tips and Tricks

September 19, 2016

Introduction Netstat is a command line network statistics tool that is used for checking your network configuration and activity. It displays both incoming and outgoing network connections, routing tables, network interface and network protocol statistics. It is available on unix operating systems such as Linux, Solaris and BSD, and is available on Windows based operating […]

Read More

How to Install OpenVPN Server on Ubuntu 16.04

September 15, 2016

OpenVPN is an open source application which is widely used to create secure virtual private networks over unsecured public Internet. OpenVPN is SSL VPN solution which tunnels your network connection securely through the Internet. OpenVPN works on client server architecture. All the devices connected to a virtual private network behaves as if they are connected […]

Read More

How to Install Gogs on CentOS 7

September 12, 2016

Gogs is a self-hosted git service, similar to Gitlab. It is written in Go and requires much less hardware compared to Gitlab. The goal of Gogs is to provide the easiest, fastest, and most painless way of setting up a self-hosted Git service. As this application is written in Go, it supports all platforms like […]

Read More

Using a Desktop Environment on a CentOS 7 VPS

September 9, 2016

When you purchase a remote VPS or Cloud Server, it is likely that they will come with a command line interface only. If you want to use a graphical desktop to manage your server and do different tasks, you can follow this guide. In this guide you will learn to install a different lightweight graphical […]

Read More

Manage Products and Categories in PrestaShop

August 25, 2016

In this tutorial we are going to learn about managing the catalog of our PrestaShop store. PrestaShop provides an easy to use interface to manage your products and categories. PrestaShop also includes monitoring tools which you can easily keep track of your products and stocks. To follow this guide, you must have PrestaShop installed and […]

Read More

Setup and Configure PrestaShop Ecommerce Store

August 19, 2016

In this tutorial we will learn about some basic but important PrestaShop Store configurations. If you do not have PrestaShop installed check out our PrestaShop installation guide to install PrestaShop on your shared or dedicated hosting. Before you can follow this guide, you must login to your PrestaShop dashboard. Disabling Demo Mode Once you are […]

Read More

How-to Install and Use Lynis on Ubuntu 14.04

August 19, 2016

HP_NO_IMG/data/uploads/users/70fed463-d441-452e-bb7e-e0e3fa684498/1508448809.png” alt=”” /> Overview Lynis is an open source security auditing tool used to evaluate the security defenses of Linux and UNIX-based systems. It used by system administrator, security professional and auditors. It run on the host itself so that it can perform extensive security scannning. Currently Lynis supports multiple operating systems, including: AIX FreeBSD […]

Read More

Working with Iptables

August 19, 2016

Setting up a good firewall is necessary for every system administrator to secure their operating system. Iptables is a command line tool that allows a linux system administrator to configure the tables provided by the linux kernel implemented within the Netfilter project. Iptables is used to protect your server from unwanted traffic from the internet. […]

Read More

Create an Ecommerce Website with PrestaShop

August 16, 2016

PrestaShop is a free and Open Source e-commerce web application written in PHP. It is highly customisable and supports all the major payment services. It is available in many languages and localised for many countries, has a fully responsive design for both front and backend. PrestaShop claims to have more than 250,000 stores running. Unlike […]

Read More

How to Setup ownCloud on CentOS 7

August 11, 2016

ownCloud is open source software which lets you run your own cloud server or file hosting server. ownCloud is based on Client-Server model and it’s functionality is similar to Dropbox or Google Drive. ownCloud is open source and free hence anyone can install it on his private server. ownCloud also supports various extensions which adds […]

Read More

How to Install and Use chkrootkit on Ubuntu 14.04

August 10, 2016

HP_NO_IMG/data/uploads/users/70fed463-d441-452e-bb7e-e0e3fa684498/989945849.png” alt=”” /> Introduction Previously we learned how-to install and use rkhunter to check for rootkits on Ubuntu 14.04. In this tutorial we’ll learn how to install and use chkrootkit as alternative to check rootkits on Ubuntu 14.04. chkrootkit is a tool to locally detect for signs of a rootkit. It is listed in the […]

Read More

How to Install Lighttpd with PHP-FPM on CentOS 7

August 10, 2016

Lighttpd is a secure, fast and very flexible open source web server. It is optimised for a high performance environment and uses very low memory as compared to other web servers. It supports many advanced features for example FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more. It is a popular web server for the Catalyst […]

Read More

Monitor Your Linux Machine Using Netdata

August 7, 2016

Netdata is an open source tool to monitor your Linux machine which provides real-time statistics about your server uses in graphs and charts. Netdata can be installed on any system without disrupting any other application. Netdata is extremely lightweight application and uses very less CPU cycles and memory used by Netdata is also extremely less […]

Read More

How to Create Magento Configurable Products

August 3, 2016

When using Magento as an e-commerce solution, you can easily utilise the platform to create simple products that are straight forward. However, if you sell a product that requires input from the customer, such as size or colour, you will need to understand how to create a configurable product. Configurable products can be created from […]

Read More

Setting up a VPN Server Using Pritunl on CentOS 7

August 1, 2016

Pritunl is an open source VPN server and management panel. It uses OpenVPN protocol to run the VPN server. It uses Let’s Encrypt certificate to secure the VPN server and it’s web user interface. Pritunl uses MongoDB to store its database. Pritunl is a very useful application as it uses the most popular open source […]

Read More

Install Magento 2 Community Edition on CentOS 7

July 30, 2016

Magento is the most popular content management system for e-commerce. It is written in PHP and uses MySQL to store its data. It is open source application and used by more than 240,000 merchants around the world. In this tutorial we will install Magento 2 Community Edition on a server running CentOS 7.x. Requirements A […]

Read More

How to Install XWiki on CentOS 7

July 24, 2016

XWiki is a free wiki software platform written in Java. XWiki is an enterprise but open source wiki. It includes WYSIWYG editing, OpenDocument based document import/export, semantic annotations and tagging, and advanced permissions management. XWiki allows you to store structured data and execute the server script within wiki interface. Scripting languages including Velocity, Groovy, Python, […]

Read More

How to Install Ruby on Rails on CentOS 7

July 22, 2016

Ruby on Rails is a very popular open source web application framework written in Ruby. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. Rails encourages […]

Read More

How to Install PostgreSQL and phpPgAdmin on CentOS 7

July 22, 2016

PostgreSQL is an advanced, powerful, open source object-relational database system. It supports almost all operating systems. PostgreSQL can store data securely and can handle requests for a small website to a very large enterprise application. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures. It runs stored […]

Read More