• Get In Touch

Tutorials

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

How to Install FlatPress on Ubuntu 14.04

May 29, 2017

FlatPress is a blogging engine that save posts as simple text files so we don’t need a database. Several features of FlatPress: Standard-compliant (XHTML valid) No need to fiddle with SQL Easy to backup! Just copy one directory Easy plugin system Widget support Easy to customize with themes (powered by Smarty) You can learn more […]

Read More

How to Install EspoCRM on Ubuntu 14.04

May 29, 2017

EspoCRM is an open source web application that allows people to enter, see and evaluate all company relationships including people, projects and opportunities in an easy and intuitive interface. EspoCRM is used by more than 20,000 companies in 163 countries. It can be used in any industry from Wholesale and retail trade, E-Commerce, Banking to […]

Read More

How to Install e107 on Ubuntu 14.04

May 29, 2017

e107 is an open source content management system released under GNU GPL License v3 which allow us to easily manage and publish content on our website. Some main features of e107: Easy to install Easy to use Easy to customize Time Friendly Multimedia Friendly Search Engine Friendly Ready with Twitter Bootstrap 3 You can learn […]

Read More

WordPress SEO – Sitemaps

May 29, 2017

We all want a better search engine page ranking, don’t we? No wonder you read a lot nowadays about SEO (Search Engine Optimization) techniques. One very effective technique is generating sitemaps for our websites. See Search Engine Crawlers (known also as bots or spiders) scan the web discovering pages and indexing them. Whenever you make […]

Read More

How To Create Powerful Datatables in WordPress

May 29, 2017

Table, table, table. Tables are pretty everywhere, in all sites in the web. My guess is that 99.999% of websites have some form of a table. From those beautiful menus you admire to those football league standings. Some websites even use tables to list their content in a grid-like manner. Mmmh, think ecommerce products. Tables […]

Read More

A Guide to Creating Sessions

May 29, 2017

A session is a period of activity on a specific site. A session begins when a user makes their first request for a page but the end of a session is a little more complicated. Since there is no way of knowing whether a user is going to request another page it is not possible […]

Read More

A Guide to Understanding and Writing Javascript Code

May 29, 2017

JavaScript is a scripting language widely used for client-side web development. Scripting language is a lightweight programming language. It is programming code that can be inserted into HTML pages and be executed by all modern web browsers. You can use JavaScript to validate form, change style, change HTML content, etc. It is a scripting language […]

Read More

A Guide on How to Get started With Java

May 29, 2017

Java is an Object Oriented programming language that is very popular amongst commercial organizations to develop a wide range of applications from small utilities to enterprise wide, mission critical systems. Objectives The main objective of this course is to get you up to speed with the first steps required to write a java program. It […]

Read More

How to Install Sitemagic CMS on CentOS 7

May 29, 2017

Sitemagic is a free and open source CMS that can be used to build and maintain professional websites. It is written in PHP and uses XML to store it’s file. Sitemagic CMS is a simple, lightweight and user friendly Content Management System. Sitemagic CMS powers thousands of the most beautiful websites on the internet. Sitemagic […]

Read More

How to Install PimCore CMS on Ubuntu 16.04

May 29, 2017

Pimcore is a free and open source platform for content management (CMS), product information management (PIM), digital asset management (DAM) based on the Zend Framework. Pimcore allow us to manage and share all of our digital assets across any channel. Pimcore is a web-based application written in PHP language and the MySQL/MariaDB relational database management […]

Read More

How to Install Observium on Ubuntu 16.04

May 29, 2017

Observium is an open source autodiscovering network monitoring tool based on SNMP. It is written in PHP and uses SNMP to collect data from connected system that allows you to monitor all of the networks devices via an easy to use interface. Observium provides support for a wide range of network hardware and operating systems […]

Read More

How to Install Elxis CMS on Ubuntu 16.04

May 29, 2017

Elxis is a free, open source and feature rich content management system written in PHP language. It is simple, powerful and easy to use web based application software. Elxis is a powerful and rich CMS having many of the features you will need for your site built-in. Some of them are listed below: Small footprint […]

Read More

How to Install Directus CMS on Ubuntu 16.04 with Nginx

May 29, 2017

Directus is a free and open source headless content management system written in Backbone.js that provides a feature-rich environment for fast development and management of custom database schemas. It is used to manages your content and providing a feature-rich environment for rapid development and management of custom database schemas. In this tutorial, we will explain […]

Read More

How to Install EspoCRM on CentOS 7

May 29, 2017

EspoCRM is a free and open source web-based customer relationship manager application. It is written in PHP and uses MySQL database server to store its data. It is responsive, has an easy to use web interface and comes with many languages. It can be used in various industries like wholesale and retails, e-commerce, banking, call […]

Read More

How to Install Neos CMS on CentOS 7

May 29, 2017

Neos is a free and open source content management system. It is written in PHP and uses its own framework flow. Neos is highly customizable and extensible. The content on the site can be edited very easily, you just need to click on the content and you can edit it right away. It provides tools […]

Read More

How to Install Katello 3.2 on CentOS 7

May 29, 2017

Katello is an open source content management software. It also perform provisioning and configuration task using foreman. In other words we can say Katello is the open source Satellite Server which can push updates to its register Linux Servers or clients. In fact it is a lifecycle management plugin to Foreman which handles subscription, and […]

Read More

How to Install Nagios Core 4.2 on CentOS 7

May 29, 2017

Nagios is a free and open source monitoring tool that gives a more comprehensive monitoring environment to monitor all your machines and networks. You can monitor your remote hosts and their services remotely on a single window using Nagios. It will give you a warnings and indicates if something goes wrong in your servers which […]

Read More

How to Install Zurmo CRM on CentOS 7

May 26, 2017

Zurmo is a free and open-source web-based customer relationship management application. It is written in PHP using jQuery, Yii Framework, and RedBeanPHP and it uses MySQL to store its database. Zurmo is easy to use and easy to customise. It provides numerous features such as Contact Management, Activity Management, Deal Tracking, Gamification, Reporting, Workflow, Marketing […]

Read More

WordPress – Smart Handling of 404 Errors To Improve SEO

May 25, 2017

Have you ever clicked on a link on a site only to end up with a page like this: HP_NO_IMG/data/uploads/users/a4c0adcd-8650-4b65-9b01-9dd628e70757/1356165126.png” alt=”‘Choose Plugin Settings’” /> It’s annoying isn’t it? Well “404 page not found” is one of the most common errors on the web. They are almost impossible to avoid as a site owner especially if […]

Read More

A Guide to Understanding and Creating Servlets

May 25, 2017

Servlets provide a means of taking data and generating HTML which is only a long formatted string. Servlets are also used to process data that users send to the server via a form on a web page for example. A Servlet is a server extension that is generic. It can be considered as a java […]

Read More