Articles by Liptan Biswas
-
How to Install ReportServer on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server • Comments: 7
ReportServer is a free and open source business intelligence (OSBI) platform with powerful reporting and analysis tools. It gathers data from multiple business touch points and generates different reports from the data. In this tutorial, we will install ReportServer on CentOS 7 server.
-
How to Install Mailtrain Newsletter Application on CentOS 7
Author: Liptan Biswas • Tags: centos, email, linux, server • Comments: 4
Mailtrain is an open source self-hosted newsletter application written on Node.js. In this tutorial, we will install Mailtrain along with all the required dependencies on CentOS 7. We will also setup Nginx as a reverse proxy to serve the application on standard HTTP port.
-
How to Install OrientDB NoSQL Database on CentOS 7
Author: Liptan Biswas • Tags: centos, linux • Comments: 0
OrientDB is a free and open source NoSQL database management system. Unlike relational database management systems which store the data in a relational tabular form, NoSQL stores data in other than the tabular form which can be document form or Graph form. This tutorial shows you how to install OrientDB on CentOS 7.
-
-
How to Manage CentOS 7 Server with Webmin
Author: Liptan Biswas • Tags: centos, control panels, linux, server • Comments: 3
In this tutorial, we will install Webmin on CentOS 7.2. We will also learn to administrator Apache web server, firewalld, and Webmin configuration. Webmin is free and open source web based system administration tool for Unix systems. It provides a rich and powerful web based user interface to administrate the server along with all the popular applications like Apache, BIND, Squid Proxy etc.
-
How to Install PostgreSQL and pgAdmin on FreeBSD 11
Author: Liptan Biswas • Tags: freebsd • Comments: 4
PostgreSQL or in short Postgres, is an open source Object-Relational Database Management System (ORDBMS). In this tutorial, we will learn how to install PostgreSQL and pgAdmin on FreeBSD 11.
-
How to Create a Fully Featured Mail Server using Postal
Author: Liptan Biswas • Tags: linux, ubuntu • Comments: 8
Postal is a free and open source complete mail server for sending and receiving emails. It is written in Ruby and JavaScript. In this tutorial, we will install Postal Mail Server on Ubuntu 17.04.
-
How to Install TaskBoard on CentOS 7
Author: Liptan Biswas • Tags: apache, centos, linux, php, server, web server • Comments: 5
TaskBoard is a free and open source application to keep a track of the tasks that needs to be done. It requires minimal dependencies to work. Database is stored in SQLite which eliminates the requirement of MySQL or any other database server.
-
How to Install MySQL Server with phpMyAdmin on FreeBSD 11
Author: Liptan Biswas • Tags: apache, freebsd, mysql • Comments: 7
In this tutorial, we will install MySQL with phpMyAdmin along with Apache web server with PHP 5.6. MySQL is a free and open source relational management system. It stores data in tabular format. It is the most popular way of storing the data into the database. phpMyAdmin is also a free and open source application used to administrate a MySQL server instance through a rich graphical user interface.
-
How to Install and Use TeamSpeak Server on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server • Comments: 10
In this tutorial, we will install TeamSpeak Server on CentOS 7 server. TeamSpeak is a VOIP or Voice Over Internet Protocol server. It provides voice communication features which can be used in various fields like online gaming, educational training, business communication etc.
-
How to Install RabbitMQ Server on CentOS 7
Author: Liptan Biswas • Tags: centos, linux • Comments: 7
RabbitMQ is a free and open source enterprise message broker software. It is written in Erlang and implements Advanced Message Queueing Protocol (AMQP). In this tutorial, we will install RabbitMQ on CentOS 7 server.