Git

How To Install Git on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on CentOS 7

Git is a powerful distributed version control system that allows you to keep track of your software at the source level. In this guide, we’ll demonstrate a few different ways to install Git on a Cent OS 7 server and how to get started using it.

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

How To Install Git on Ubuntu 14.04

Git is a powerful distributed version control system that can be used to track software development projects and other information. In this guide, we’ll demonstrate a few different ways to install git on an Ubuntu 14.04 server and how to get started.

Read more
How to Use Node.js and Github Webhooks to Keep Remote Projects in Sync — step-by-step Linux tutorial on Progressive Robot

How to Use Node.js and Github Webhooks to Keep Remote Projects in Sync

In this guide you will develop a Node.js server that listens for a GitHub webhook notification whenever you or someone else pushes code to GitHub. This script will automatically update a repository on a remote server with the most recent version of the code, eliminating the need to log in to a server to pull new commits.

Read more
How To Deploy and Manage Your DNS Using DNSControl on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Deploy and Manage Your DNS Using DNSControl on Debian 10

DNSControl is an infrastructure-as-code tool that allows you to deploy and manage your DNS zones using standard software development principles, including version control, testing, and automated deployment. In this tutorial, you’ll install and configure DNSControl, create a basic DNS configuration, and begin deploying DNS records to a live provider.

Read more
Installieren von Git unter CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Installieren von Git unter CentOS 8

Versionsverwaltungssysteme sind ein unverzichtbarer Teil der modernen Softwareentwicklung. Durch Versionierung können Sie Ihre Software auf der Quellebene verfolgen. Sie können Änderungen verfolgen, zu früheren Stadien zurückkehren und verzweigen, um alternative Versionen von…

Read more
CHAT