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 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 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.
-
How to Install Apache ActiveMQ on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server, web server • Comments: 5
Apache ActiveMQ is a free and open source message broker and integration pattern server. It supports many cross language clients and protocols from JAVA, C++, C, Python, Perl, PHP etc. It provides many features such as Message Groups, Virtual Destinations, Wildcards and Composite Destinations etc. It can be easily integrated to spring applications. In this tutorial, we will install Apache ActiveMQ on CentOS 7 server.
-
How to Install Jenkins Automation Server with Nginx on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server • Comments: 4
Jenkins is a free and open source continuous integration server. It can be used to automate various tasks related to software development such as building testing and deploying. In this tutorial, we will install Jenkins Automation Server on CentOS 7 server. We will also setup Nginx as a reverse proxy for Jenkins.