HomeTagsCli

cli

Featured

ARTICLES
Latest

How to backup and restore MySQL and MariaDB databases

MySQL and MariaDB are the most popular database systems that use the SQL language. It's important to take a quick backup before making some...

Docker Cheat Sheet

I love Docker, containers, orchestration and distributed systems and here is my cheat sheet: Installation Linux curl -sSL https://get.docker.com/ | sh Mac Use this link to download the dmg. https://download.docker.com/mac/stable/Docker.dmg Windows Use...

Resolving No Qemu Guest Agent error in Proxmox VE

The qemu-guest-agent is a helper daemon, which is installed in the guest. It is used to exchange information between the host and guest, and...

How to Mount an External USB Drive in Debian 10 Linux

If the option to automatically mount USB devices has been disabled, or if the device has been unmounted, you can manually mount it by...

Temperature monitoring with Zabbix and Raspberry Pi via SNMP using DS18B20 sensors

To monitor the temperature I have made a system based on a Raspberry Pi combined with the classic Maxim DS18B20 temperature sensors. My Raspberry...

Useful Raspberry Pi CLI Commands

Sometimes it’s hard to keep track of all the Raspberry Pi commands you use, so I created a list of some of the most...

RECENT

Popular