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 …
Read more “How To Setup Zabbix Monitoring tool on Ubuntu 20.04.”
How To Install Apache Spark On Ubuntu 20.04 LTS
Apache Spark is a free & open-source framework. It is used for distributed cluster-computing system & big data workloads. It is a engine for large-scale data processing & provides high-level APIs compatible in Java, Scala & Python Install Apache Spark On Ubuntu Update the system. apt-get update Install Java. apt-get install openjdk-11-jdk Check Java version. …
How To Install & configure JFrog Artifactory on Ubuntu 20.04
JFrog Artifactory is a free & open-source artifact repository manager. It is used for providing end-to-end automation, binaries management (binary resources) & it can be stored and modified in remote repositories according to configuration values that control caching and proxy. It artifact repository manager which integrates seamlessly with CI/CD tools. JFrog Artifactory is used for managing …
Read more “How To Install & configure JFrog Artifactory on Ubuntu 20.04”