Step By Step Guide to Create Docker Swarm Cluster on Ubuntu 20.04 LTS

Hello, In this blog we are discussing about Docker Swarm. It is a tool used to create a docker hosts cluster. It provides a high availability and high performance cluster where applications are distributed among the hosts. Using docker swarm, we can easily increasing the number of container instance for the same application. There are …

Step By Step Guide to Use Encrypted Password in a Bash Script

Hello, Here we are discussing how to encrypt or decrypt the password & to use encrypted password in a bash script. Using Encryption method, we can converting normal message/plaintext into meaningless message/Ciphertext whereas decryption is the process of converting meaningless message/Ciphertext into its original form/Plaintext. We are using encrypted password in a bash script using …

Steps to Setup GitScrum on Ubuntu 20.04 LTS

GitScrum is a free & open source project management tool. GitScrum helps to teams to use Git version control system and the Scrum framework to support for day-to-day task management. There are some steps to setup GitScrum on ubuntu: Step 1: Update the System. apt-get update Step 2: Install Apache2. apt-get install apache2 Start & …

Steps to Install & Configure TeamCity on Ubuntu

In this blog we are going to discuss how to install & configure Teamcity on Ubuntu 20.04. Teamcity is a commercial tool & it is a build management and continuous integration server from JetBrains. It is a CI server, written in Java & helps to easily build docker images, and the support of Jira. There …

Steps to Setup Evolution Email Client on Ubuntu 20.04 LTS

Evolution is a free & open source personal information management application. It provides integrated mail, calendaring and address book functionality. It is a simple & easy-to-use tool & can easily setup mail address. Using evolution, we can take backup & save in your local system. We can restore the mails from the local system. There …