Git

How To Use Git to Manage Your Writing Project — step-by-step DevOps tutorial on Progressive Robot

How To Use Git to Manage Your Writing Project

Version control isn’t just for code. It’s for anything you want to track, including content. In this tutorial you’ll use Git to manage a small writing project in Markdown. You’ll store an initial version, commit it, make changes, view the difference between those changes, and review the previous version. When you’re done, you’ll have a workflow you can apply to your own writing projects.

Read more
Installation von Git auf Ubuntu 18.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

Installation von Git auf Ubuntu 18.04 [Quickstart]

Versionskontrollsysteme unterstützen Sie bei der Freigabe von und Zusammenarbeit an Softwareentwicklungsprojekten. Git ist eines der beliebtesten Versionskontrollsysteme, die derzeit erhältlich sind. Diese Anleitung erläutert die Installation und Konfiguration von Git auf…

Read more
How to Install a Chef Server, Workstation, and Client on Ubuntu VPS Instances — step-by-step Linux tutorial on Progressive Robot

How to Install a Chef Server, Workstation, and Client on Ubuntu VPS Instances

In this guide, we will work to install one Chef server used to store configuration data and administer access rights. This will serve as a hub for our other machines. We will also install a workstation that will allow us to interact with our server and build our configuration policies. This is where we will do the work to manage our infrastructure environment. Finally, we will bootstrap a node, which will represent one of the servers in our organization that will be managed through Chef.

Read more
Hacktoberfest: How to Submit Your First Pull Request on GitHub — step-by-step DevOps tutorial on Progressive Robot

Hacktoberfest: How to Submit Your First Pull Request on GitHub

Want to participate in this year’s Hacktoberfest? In this tutorial we’ll introduce you to Git and GitHub, the version control system that we’ll be using to track your progress, and repository hosting service that shares projects to collaborate on. By the end of this tutorial, you’ll be ready to submit your first pull request and will be well on your way to participating in Hacktoberfest!

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
CHAT