Git

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
Comment installer Git sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment installer Git sur CentOS 8

Les systèmes de contrôle de version sont une partie indispensable du développement de logiciels modernes. Le versionnage vous permet de garder une trace de votre logiciel au niveau de la source. Vous pouvez suivre les modifications, revenir aux étapes précédentes et créer des…

Read more
Comment installer Git sur Ubuntu 18.04 [Démarrage rapide] — step-by-step Linux tutorial on Progressive Robot

Comment installer Git sur Ubuntu 18.04 [Démarrage rapide]

Les systèmes de contrôle de version vous aident à partager et à collaborer sur des projets de développement de logiciels. Git est l’un des systèmes de contrôle de version les plus populaires actuellement disponibles. Ce tutoriel vous guidera pour installer et configurer Git…

Read more
How To Use Git Effectively — step-by-step DevOps tutorial on Progressive Robot

How To Use Git Effectively

This tutorial contains a number of tips and strategies for using Git more effectively. It will cover how to create a workspace, how to convert an existing project into a workspace, best practices for writing commit messages, and how to push changes to a remote server.

Read more
Implementing GitOps using Argo CD — step-by-step Kubernetes tutorial on Progressive Robot

Implementing GitOps using Argo CD

Learn how to use Helm to provision Argo CD to your DOKS cluster and keep your Kubernetes cluster applications state synchronized with GitOps principles. Deploy and manage applications with ease using Argo CD.

Read more
Установка Git в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Git в Ubuntu 18.04

Предыдущая версия данного руководства была написана Бреннаном Бернсом. Системы управления версиями просто незаменимы в современной разработке программного обеспечения, поскольку контроль версий позволяет отслеживать развитие…

Read more
How To Install and Configure Drone on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Configure Drone on Ubuntu 20.04

In this tutorial, you will set up a Drone CI/CD server for source code on GitHub, add a Docker runner, use Let’s Encrypt to secure your instance, and then create a basic YAML pipeline. You will also encounter options to scale your runner using Drone Autoscaler and to store your logs on an s3-compatible server, such as object storage.

Read more
Como instalar o Git no CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no CentOS 8

Os sistemas de controle de versão constituem uma parte indispensável do desenvolvimento de softwares modernos. O controle de versão permite que você acompanhe seu software a nível de código-fonte. É possível rastrear as alterações, retornar a etapas anteriores, e os ramos para…

Read more
CHAT