Setting new expectations for open source maintainers The continued maturation of open source has regularly placed new burdens on maintainers.
A guide to database replication with open source Why choose log-based Change Data Capture (CDC) replication for databases. Learn about the open source options available to you.
Cheat sheet: Getting started with Raspberry Pi By ben_nuttall A handy cheat sheet for new Raspberry Pi users.
4 alternatives to cron in Linux There are a few other open source projects out there that can be used either in conjunction with cron or instead of cron.
What was your first programming language? These 24 open source technologists share their programming origin stories.
Parse command-line arguments with argparse in Python Use the argparse module to enable options in your Python applications.
How to write a loop in Bash Automatically perform a set of actions on multiple files with for loops and find commands.
Schedule a task with the Linux at command The at command is the Linux terminal's method of allowing you to schedule one-time jobs for a specific time and date.
Install Linux with LVM A tutorial on getting Linux Mint 20.2 working with logical volume manager (LVM).
Parse command options in Java with commons-cli Let your users modify how your Java application runs with command-line options.
Automatically create multiple applications in Argo CD In this tutorial, I will show you how to automatically create multiple applications in Argo CD using Argo CD.