Linux

How To Install asdf to Manage Multiple Programming Language Runtime Versions on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install asdf to Manage Multiple Programming Language Runtime Versions on Ubuntu 22.04

asdf is a command line interface tool, or CLI tool, for managing different runtime versions across multiple programming languages. It unifies all the runtimes under one configuration file, and uses a plugin structure to manage everything with one tool. As an example, you can install Node.js, but then have asdf as a central repository of plugins with each plugin being maintained either officially or by community contributors.

Read more
How To Install Drupal on a Virtual Server Running Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Drupal on a Virtual Server Running Ubuntu 12.04

This tutorials covers a basic drupal installation on an ubuntu server. Drupal is a free and open source content management that uses a PHP and a backend database, such as MySQL. It was created in 2001 and is currently the 3rd most popular content management site online. It now has over 17,000 addons to customize its functionality.

Read more
Cómo instalar Git en CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Git en CentOS 8

Los sistemas de control de versión son una parte indispensable del desarrollo del software moderno. El control de versiones le permite realizar un seguimiento de su software a nivel de fuente. Puede rastrear cambios, volver a etapas anteriores y producir ramificaciones para…

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
CHAT