Install MSSQL Server on Ubuntu

Currently, Microsoft has enabled us to install MSSQL Server on a Linux environment. In this tutorial, I will guide you all how to install it on Ubuntu! Because the default Ubuntu repository does not have the MSSQL Server installation file, so to install the MSSQL… Read More

Install RabbitMQ on Window

In this tutorial, I will guide you all how to install RabbitMQ on Windows environment. First, you need to download the RabbitMQ installation file at https://www.rabbitmq.com/download.html. It has many versions for many different environments but in this tutorial, we will download the version installed on… Read More

Install Erlang on Window

In this tutorial, I will guide you how to install Erlang on Windows environment. First, you need to go to the Erlang Download page at https://www.erlang.org/downloads to download the latest version of Erlang. Currently, the latest version of Erlang is 20.3 and its download file… Read More

Backup and restore MongoDB database

In this tutorial, I will guide you all how to backup and restore your MongoDB database. First of all is the backup. We will use the mongodump tool which installed with MongoDB. The syntax for MongoDB database backup is as follows:

Inside: database_need_backup is… Read More