Advanced Search
Search Results
26 total results found
Prometheus Node Exporter on RaspberryPi 4
Install the node exporter software Get the latest version from the github prometheus project https://github.com/prometheus/node_exporter/releases Select the version you need arm6 for raspberrypi 3 or arm7 for Raspberrypi 4 Next you will download the qzip...
Install Wazuh Server and installing a Agent
This is how you install the server and a Agent on a Linux System
Catching bad Login from agent reporting to Wazuh
Install 2FA on Raspberry Pi
Here are the command you need to install 2FA on Raspberry Pi. sudo apt install libpam-google-authenticator Now Run Google Authenticator google-authenticator sudo nano /etc/pam.d/sshd Next you need to add the following before or after the @include common-...
Install Portainer on new binglab server
Here we are gong to be install just portainer on a docker installation on ubuntu: ## Check to see if docker is running docker ps## Command to show Docker imagesdocker images## Command to create a volume and its namedocker volume create portainer_data## Docker...
Install Dashy using Portainer stack
Using the portainer stack and pasting the following configuration will all the setup of Dashy: name: dashyservices: dashy: ports: - 8295:8080 volumes: - /root/dashy/public/conf.yml:/app/public/conf.yml - /root...