Git

How To Store Gitea Repositories on a Separate Volume — step-by-step Docker tutorial on Progressive Robot

How To Store Gitea Repositories on a Separate Volume

Gitea is a popular source code management service that hosts your Git repositories. While those repositories can safely be stored on the same disk running Gitea itself, external storage solutions such as block storage or networked file storage can help keep costs down when it comes to hardware requirements and allow for easier back-up and restore. This tutorial walks you through the steps of storing your Gitea repositories on a separate block storage volume.

Read more
How To Use Git to Manage your User Configuration Files on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Git to Manage your User Configuration Files on a Linux VPS

The ability to customize tools to suit your needs is one of the great advantages of many Linux utilities. However, when you find yourself working on a new server, there is the issue of getting the settings you are comfortable with working in a new environment. Keeping your personal configuration tools in version control can help you easily pull in your settings to a new environment. In this guide, we’ll discuss exactly how you can do that.

Read more
Como instalar o Git no Ubuntu 18.04 [Início rápido] — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no Ubuntu 18.04 [Início rápido]

Os sistemas de controle de versão ajudam a compartilhar e colaborar em projetos de desenvolvimento de software. O Git é um dos sistemas de controle de versão mais populares disponíveis atualmente. Este tutorial irá mostrar como instalar e configurar o Git em um servidor…

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

How To Install Git on FreeBSD 11.0

Git is one of the most popular distributed version control systems. In this guide, we will demonstrate how to install and configure `git` on an FreeBSD 11.0 server. We will cover how to install the software in two different ways, each of which has its own benefits.

Read more
How To Maintain Open-Source Software Projects — step-by-step DevOps tutorial on Progressive Robot

How To Maintain Open-Source Software Projects

This tutorial will take you through some tips for maintaining public repositories of open-source software. Being a leader of an open-source project comes with both technical and non-technical responsibilities to help foster a user-base and community around your project. Taking on the role of a maintainer is an opportunity to learn from others, get experience with project management, and watch your project grow and change as your users become invested contributors.

Read more
How To Test Your Data With Great Expectations — step-by-step Python tutorial on Progressive Robot

How To Test Your Data With Great Expectations

Great Expectations is an open source data validation and documentation library written in Python. It allows you to establish assertions about your data called Expectations, and validate any data using those Expectations. In this tutorial, you will set up a local deployment of Great Expectations, connect it to your data, create a suite of Expectations, validate a batch of data using those Expectations, and generate a data quality report with the results.

Read more
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
CHAT