open source

How To Automate Jenkins Setup with Docker and Jenkins Configuration as Code — step-by-step Docker tutorial on Progressive Robot

How To Automate Jenkins Setup with Docker and Jenkins Configuration as Code

Jenkins uses a pluggable architecture to provide most of its functionality. JCasC makes use of the Configuration as Code plugin, which allows you to define the desired state of your Jenkins configuration as one or more YAML file(s), eliminating the need for the setup wizard. In this tutorial, you will automate the installation and configuration of Jenkins using Docker and the Jenkins Configuration as Code (JCasC) method.

Read more
How To Install and Use TimescaleDB on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use TimescaleDB on Ubuntu 20.04

TimescaleDB is an open-source database optimized for storing time-series data. It is implemented as an extension of PostgreSQL and combines the ease-of-use of relational databases and the speed of NoSQL databases. By following this tutorial, you’ll set up TimescaleDB on Ubuntu 20.04, configure it, and learn how to work with it. You’ll run through creating time-series databases and making simple queries. Finally, you’ll see how to compress data and get rid of unnecessary data.

Read more
How To Install Git on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on CentOS 8

In this guide, we will go through how to install and configure Git on a CentOS 8 server. We will cover how to install the software two different ways: via the built-in package manager and via source. Each of these approaches has their own benefits depending on your specific needs.

Read more
How To Install Git on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu

Learn how to install Git on Ubuntu step by step. This guide covers installation via apt, verifying Git, and configuring user settings for version control.

Read more
CHAT