How To Install Zimbra Mail server on ubuntu 18.04 LTS

Zimbra is a free & open-source mail server & a web client.It is used for email, calendaring, creating users and distribution lists, file sharing, chatting, & managing mail server activities. Zimbra mail server manages all mailbox contents such as messages, contacts, calendar and attachments. It supports various platforms such as Ubuntu 12.04, Ubuntu 14.04, Ubuntu 18.04, Redhat …

How to Setup a Modoboa Mail Server on Ubuntu 20.04.

Modoboa is a free & open-source mail server written in Python. Python allows to setup mail server. We can create a number of mailboxes and domains from a web-based interface. Setup a Modoboa Mail Server Update the System. apt-get update Install Required packages apt-get install python3-virtualenv python3-pip git curl gnupg2 Set he hostname. hostnamectl set-hostname …

How to Install Hashicorp Vault on ubuntu 20.04

Hashicorp Vault is a free and open source tool. It helps to manage & securely storing password & accessing secrets.We can easily create, update, read and delete secrets, authenticate & unseal.It provides web interface to interact with Vault. Pre-requisite We needs sudo privileges. Setup consul as a backend storage for Hashicorp vault so click on link …

How To Install Consul on Ubuntu 20.04 LTS

Consul is a free & open-source tool.It is used for service discovery and configuration. It is a backend storage used for storing key & values & it stores Vault’s data. Consul provides high Availability ,health checks, load balancing & a service graph & a configuration key-value store. Install Consul on Ubuntu Update the System. apt-get update Download the …

How To Setup Zabbix Monitoring tool on Ubuntu 20.04.

Zabbix is a free & open-source monitoring tool.It is used for networks, servers, virtual machines and cloud services.It provides monitoring metrics,network utilization, CPU load and disk space. Install Zabbix Server on Ubuntu Update the System. apt-get update Install apche2 web service. apt-get install apache2 Start & Enable Apache2 service. systemctl start apache2 systemctl enable apache2 …