Linux

Cómo instalar R en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar R en Ubuntu 20.04

R es un lenguaje de programación de código abierto que se utiliza ampliamente para realizar análisis de datos e informática estadística. Con el soporte de la R Foundation for Stadistical Computing, es un lenguaje cada vez más popular y extensible con una comunidad activa. R…

Read more
How To Install Redis from Source on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Redis from Source on Ubuntu 18.04

Redis is an in-memory key-value store known for its flexibility, performance, and broad language support. It is commonly used as a database, cache, and message broker, and supports a wide range of data structures. This tutorial demonstrates how to install and configure Redis from source on an Ubuntu 18.04 server.

Read more
How To Install Ruby on Rails with rbenv on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails with rbenv on Debian 8

This tutorial will take you through the Ruby and Rails installation process via rbenv on Debian 8. One of the most popular application stacks for developers looking to create sites and web apps is Ruby on Rails. The command-line tool rbenv allows you to easily install Ruby and Rails. Using rbenv will provide you with a solid environment for developing your Ruby on Rails applications as it will let you move between Ruby versions as needed, keeping your entire team on the same version.

Read more
How To Install Salt on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Salt on Ubuntu 12.04

In this tutorial, you will install a Salt Master and a Salt Minion on a cloud servers running Ubuntu 12.04. You will also begin to explore how Salt works by executing a few simple commands.

Read more
Установка веб-сервера Apache в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Установка веб-сервера Apache в CentOS 8

HTTP-сервер Apache — самый широко используемый веб-сервер в мире. Он имеет множество мощных функций, включая динамически загружаемые модули, надежную поддержку различных медиаформатов и интеграцию с другим популярным программным обеспечением. С…

Read more
Cara Menginstal Server Web Apache pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal Server Web Apache pada Ubuntu 20.04

Server HTTP Apache adalah server web yang paling banyak digunakan di dunia. Server web ini menyediakan banyak fitur canggih termasuk modul yang dapat dimuat secara dinamis, dukungan media yang kokoh, dan integrasi ekstensif dengan perangkat lunak populer lainnya. Dalam panduan ini, kami akan menjelaskan cara menginstal server web Apache di server Ubuntu 20.04 Anda.

Read more
How To Install the Django Web Framework on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install the Django Web Framework on Debian 8

Django is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create Python web applications and rely on the framework to do a good deal of the heavy lifting. In this guide, we will show you how to get Django…

Read more
CHAT