Requirment 1. docker should be installed2. docker-compose also be installedInstallation of docker1. sudo apt-get install docker.io or sudo apt install docker.io2. docker --version3. sudo apt-get install docker-compose Creating a Configuration files of prometheus1. create a new file prometheus.yml and copy paste belowsudo nano ~/ prometheus.yml ...
Showing posts with label Linux Mint. Show all posts
Showing posts with label Linux Mint. Show all posts
Wednesday, September 2, 2020
How to Setup Monitoring for Docker Containers using Prometheus on Ubuntu 18.04
Cloud Network
September 02, 2020
Tags:
Docker,
Kubuntu,
Linux Mint,
Ubuntu

Monday, March 30, 2020
How to Install IntelliJ IDEA on Ubuntu 18.04 LTS, Debian and Linux Mint
Cloud Network
March 30, 2020
How to Install IntelliJ IDEA on Ubuntu 18.04 LTS, Debian and Linux Mint
Requirment
login: user with root privileges
OS: Ubuntu 18.04 64-bit
RAM: Minimum 2 GB RAM, 8 GB RAM recommended
Harddisk Space: 1.5 GB hard disk space, 5 GB + at least 1 GB for caches
CPU: 2
...
Tags:
Linux Mint,
Ubuntu

How To Install Git and Git-Gui on Ubuntu 18.04 LTS, Debian and Linux Mint
Cloud Network
March 30, 2020
How To Install Git and Git-Gui on Ubuntu 18.04 LTS, Debian and Linux Mint
Offically Website of GitHub
https://github.com/git/git
Offically Website of Git
https://git-scm.com/downloads
Method 1
Installing Git
Step1 :- sudo apt update
Step2 :- sudo apt install git OR sudo apt-get install git-gui
Verify
Step3 :- git --version
Method 2
Installing...
Tags:
Debian,
Git,
GitHub,
Linux Mint,
Ubuntu

Sunday, March 29, 2020
How To Install Node.js and npm Ubuntu 18.04, Debian and Linux Mint
Cloud Network
March 29, 2020
How To Install Node.js and npm Ubuntu 18.04, Debian and Linux Mint
Officially Website
https://nodejs.org/en/download/
Stable release: 12.15.0
Offically Github
https://github.com/nvm-sh/nvm
METHOD 1
Step1 :- sudo apt-get update
Step2 :- sudo apt install nodejs
Step3 :- node -v OR node --version OR nodejs -v
Step4 :- npm -v OR npm --version
METHOD 2
Installing...
Tags:
Debian,
Linux Mint,
Ubuntu

How to Install and Configure pgAdmin 4 v4.19 on Ubuntu 18.04, Debian and Linux Mint
Cloud Network
March 29, 2020
How to Install and Configure pgAdmin 4 v4.19 on Ubuntu 18.04, Debian and Linux Mint
Visit the Pgadmin 4 Ubuntu download site:
https://www.pgadmin.org/download/
METHOD 1
Importing GPG key
sudo apt install wget ca-certificates
Install Pgadmin4 from Ubuntu repositories
Step1 :- wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key...
Tags:
Debian,
Linux Mint,
Ubuntu

How To Install Elasticsearch, Logstash and Kibana on Ubuntu 18.04
Cloud Network
March 29, 2020
How To Install Elasticsearch, Logstash and Kibana on Ubuntu 18.04
Requirment
login: user with root privileges
OS: Ubuntu 18.04
RAM: 4GB
CPU: 2
Java: Oracle JDK 8 version
The same instructions apply for Ubuntu 17.04/16.04, Linux Mint, Debian, Kubuntu and Elementary...
Tags:
Debian,
Linux Mint,
Ubuntu

Thursday, October 24, 2019
How to Install Icinga 2 and Icinga Web 2 on Ubuntu and Linux Mint
Cloud Network
October 24, 2019
Install Icinga and Icinga Web Monitoring Tool on Ubuntu
For Download Icinga Repositories : - https://icinga.com/download/
Login to root user:
$ su
Enter the command to install dbconfig-common package:
# apt-get install dbconfig-common
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "null",
enable_page_level_ads:...
Tags:
Howto,
Linux Mint,
Monitoring Software,
Open Source
