https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243727_61ae65e088624f5aaa0b1d2d801acb16 1, Download “jre-8u271-linux-x64.tar.gz” from [SEE ABOVE] (Or if the above link is no worky, then https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html (you want the JRE! not the JDK, so scroll down a bit on the page…
Posts published by “bist”
Portainer Server Deployment
SET UP THE REPOSITORY Update the apt package index and install packages to allow apt to use a repository over HTTPS:$ sudo apt-get update $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl…
Open Visual Studio Code and press Command + Shift + P or F1 then type Shell in command palette now you are able to find this option like Shell Command : Install code in PATH from suggested list in command palette. Select…
Cloud-Init is the defacto multi-distribution package that handles early initialization of a virtual machine instance. Using Cloud-Init, configuration of network devices and ssh keys on the hypervisor side is possible. When…
This guide assumes you already have influxdb and grafana up and running. To monitor our raspberry pi we need to install telegraf and do some stuff to the config file.…