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…
Posts published in “frontpage”
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.…
It’s really cool to have Visual Code know about your Openhab server. Things like automatic items configuration by looking at things in openhab are a time saver. However, since openhab…
Introduction Configuration management systems are designed to streamline the process of controlling large numbers of servers, for administrators and operations teams. They allow you to control many different systems in…
STOP THE SWAP sudo dphys-swapfile swapoff MODIFY THE SIZE OF THE SWAP As root, edit the file /etc/dphys-swapfile and modify the variable CONF_SWAPSIZE: CONF_SWAPSIZE=1024 To modify the swap file, edit the variable CONF_SWAPFILE, and run dphys-swapfile…
Install Cockpit on Ubuntu Cockpit is an easy-to-use, lightweight and simple yet powerful remote manager for GNU/Linux servers, it’s an interactive server administration user interface that offers a live Linux session…
Setup a Prometheus Node exporter on Ubuntu Server In this guide I will be showing you how you can setup a Prometheus node exporter on Ubuntu 18.04 server f so…
In version 8 the grant option to allow remote access no longer works and you will get syntax errors if you try to execute that command. This is what you…
Install Telegraf from InfluxData Repos If you want to install it from the InfluxData repos to ensure seamless updates whenever there are new releases, simply create the InfluxData repos as…