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”
How to Install & Configure Apache Cassandra on Ubuntu 20.04
Apache Cassandra is a free & open-source NoSQL management system database engine.It is used for storing large amounts of data.It helps to manage large amounts of data with dynamic replication.Apache Cassandra provides high availability with no single point of failure. Install Apache Cassandra on Ubuntu Update the System. apt-get update Install Java. apt-get install openjdk-11-jdk …
Read more “How to Install & Configure Apache Cassandra on Ubuntu 20.04”
How to Install PostgreSQL and pgAdmin4 on ubuntu 20.04.
PostgreSQL is a open-source relational database management system.We can store structured and unstructured data.It is used for data store and analytics applications.It provides an implementation of the SQL querying language. How to Install PostgreSQL & pgAdmin on ubuntu Update the System. apt-get update Install the packages. apt-get install wget curl ca-certificates Add repository & key. …
Read more “How to Install PostgreSQL and pgAdmin4 on ubuntu 20.04.”