Tutorials

How to Install iRedMail on CentOS 7
iRedMail is a free, Open Source Mail Server Solution. iRedMail uses other Open Source software to create a full-fledged and fully featured Mail Server. It uses Postfix, Dovecot, and MySQL/MariaDB to store virtual domains and users. It also supports Roundcube and SOGo Mail clients. iRedMail provides many features such as it is completely safe and […]

How to Install Apache Tomcat 8.5 on CentOS 7
The Apache Software Foundation also known as ASF recently released the latest Apache Tomacat server 8.5 on December 8, 2016. Tomcat server implements Java servlet and Java servlet technologies like JSP Java WebSocket. Apache Tomcat is an open-source web server and servlet container that is used to serve Java applications. It is developed by the […]

How to Install SuiteCRM on CentOS 7
SuiteCRM is a fork of the popular customer relationship management software SugarCRM. It is a free and open source alternative to SugarCRM. It is written in PHP and uses MySQL / MariaDB to store its data. Requirements SuiteCRM does not have a minimum hardware requirement, the requirements increases as the users of the application increases. […]

How to Install TaskBoard on Ubuntu 14.04
TaskBoard is a Kanban-inspired app for keeping track of things that need to get done. TaskBoard’s goal is to provide a simple and clean interface to a functional and minimal application for keeping track of tasks. The visual aspect of TaskBoard allows for easy status checks and can also motivate users who want to move […]

How to Install Contao Content Management System On Ubuntu 14.04
Contao CMS is a free content management system that is suitable for small to large websites. We can use contao as a CMS for enterprise sites, e-commerce, portals, and even microsites. It’s flexibility gives a lot of power to users the shape content as they want. Some key features of Contao CMS:- Advanced editing Powerful […]

How to Create Your Own RSS Reader Using MiniFlux on Ubuntu 14.04
Miniflux is an open source, simple, minimalist RSS reader released under the AGPL v3 license. Developed with simplicity in mind, no social network support, no fancy features and also fast, simple and efficient. Features Miniflux has several main features: Responsive design, works with your smartphone, tablet or desktop. Send your bookmarks to Pinboard or Instapaper. […]

How to Create a Ticket Management System With Brimir on Ubuntu 14.04
Ticket management or helpdesk software is an important part of any business whether you offer products or services. Brimir is and open source ticket management system created by Ivaldi. We can choose to use the Ivaldi hosted Brimir service or we can use the open source version and host it on our own server. We […]

How to Install Tiny Tiny RSS on CentOS 7
Tity Tiny RSS or ttrss is an open source RSS reader and aggregator. It is a web-based news feed reader written in PHP and uses MySQL or PostgreSQL as a database to store its data. Requirements Tiny Tiny RSS does not require any special hardware requirements. You can run it on a virtual server having […]

How to Install Virtualmin on CentOS 7.0
Virtualmin GPL is a free and open source powerful and flexible web hosting control panel. It is based on the well-known web based application named Webmin. It features a CLI, full API, excellent security features and great support. It provides a collection of very easy to use tools for managing web sites, mailboxes databases, web […]

How to Install Zulip Chat Server on Ubuntu 16.04
Zulip is another open source alternative to Slack. It is written in Python and uses the Django framework and provides almost all the features provided by Slack. It supports both 1 to 1 messaging as well as group messaging. Zulip also supports fast search, drag-and-drop file uploads, image previews, group private messages, audible notifications, missed-message […]

How to Install Rocket.Chat Server on CentOS 7
Rocket.Chat is an open source web chat server. It is written in JavaScript and uses the Meteor full stack framework. It is a super feature rich alternative for Slack providing video conferencing, group chat, direct messaging, help desk chat, file sharing, voice messages, link previews and a full featured API. It provides you full control […]

How to Install Froxlor Server Management Panel on CentOS 7
Froxlor is a very powerful and lightweight server management panel written in PHP. It is also free and Open Source. Froxlor can be used for creating and managing shared web hosting servers. Unlike other hosting panels it does not come with a pre-installed LAMP, but due to its small memory requirements, it can be used […]

How to Install CentOS Web Panel on CentOS
CentOS web panel abbreviated as CWP is an Open Source web hosting management panel. It provides easy but powerful server management tools through a web interface. CentOS web panel can be used to manage multiple servers at a time with the single web interface. Apart from managing the server and the services, CentOS web panel […]

How to Setup MySQL Master Master Replication on Ubuntu 16.04
You can setup two types of replication in MySQL. First is the master master replication and other one is master slave replication. But master slave replication provides only load balancing for the databases, it does not provide failover. It means if your master server goes down, you can not execute queries directly on the slave […]

How to Install and Configure Seafile on Ubuntu 16.04 Server
Seafile is an open source secure cloud storage platform like Dropbox. It is based on python. You can easily create your own private cloud using Seafile. Using Seafile you can easily synchronize your files and data with PC and mobile devices. You can manage your all data files from central location using it’s web interface. […]

How to Deploy Multiple WordPress Sites on a Single Ubuntu 16.04 Host
WordPress is the most well known CMS (content management system) that can be used to create a beautiful website, blog, or application on the Internet. It is completely free and open-source application based on PHP and MySQL. In this tutorial, we will learn how to host multiple wordpress instances on a single Ubuntu host. Requirements […]

How to Setup MariaDB Master and Slave Replication on Ubuntu 16.04
MariaDB is a drop in replacement for MySQL because it is a scalable, robust and reliable SQL server that comes rich set of enhancements. Replication is the process of copying database automatically from master to slave server. If one server goes down, then you can still access the data from second server. You can easily […]

Install and Configure MoinMoin Wiki on Ubuntu 16.04
MoinMoin is a free, open source, advanced and easy to use Wiki Engine written in Python. MoinMoin stores its content flat files and folders, rather than a database, so you can easily manipulate the content in a text editor on the server if necessary. You can easily synchronize contents from instance to instance. MoinMoin has […]

How to Setup RabbitMQ Server on Ubuntu 16.04
Rabbitmq is a free and open source message broker system that implements the Advanced Message Queuing Protocol (AMQP). It is also known as message-oriented middleware written in the Erlang programming language and built on the Open Telecom Platform framework for clustering and failover. Rabbitmq is a scalable implementation of an AMQP broker. AMQP is the […]

How to Install Concrete5 CMS on CentOS 7
Concrete5 is one of the most popular content management systems available on thhe Internet. It is written in PHP and uses MySQL to store its data. It comes with an easy to use website builder through which you can easily create pages and content. Concrete5 is flexible, secure and mobile ready. There are numerous websites […]