Getting started with Etcher.io Create bootable USB drives or SD cards with this easy-to-use media-creation tool.
How to measure particulate matter with a Raspberry Pi Build an air quality sensor with these two simple, hardware devices and a few lines of code.
How to use Ansible to set up system monitoring with Prometheus In the third part of this Ansible how-to series, learn how to automate system monitoring.
How to roll your own backup solution with BorgBackup, Rclone, and Wasabi cloud storage Protect your data with an automated backup solution built on open source software and inexpensive cloud storage.
Why Go is skyrocketing in popularity In only two years, Golang leaped from the 65th most popular programming language to #17. Here's what's behind its rapid growth.
AIOps vs. MLOps: What's the difference? Break down the differences between these disciplines to learn how you should use them in your open source project.
4 new open source licenses Get to know the new OSI-approved Cryptographic Autonomy License and CERN open hardware licenses.
Tmux cheat sheet By admin Tmux is an open source application that adds layers to your terminal window so that you can open more than one terminal in a single desktop window. To help you remember the…
A guide to Python virtual environments with virtualenvwrapper Virtual environments are key to safely tinkering with different versions of Python and combinations of packages
What makes the Linux community special? It is the human aspect that makes each open source community unique.
A friendly guide to the syntax of C++ method pointers Once you understand the general principles, C++ method pointers become less intimidating.