Linux

Установка Python 3 и настройка среды программирования в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Установка Python 3 и настройка среды программирования в CentOS 8

Универсальный язык программирования Python можно использовать для самых разнообразных проектов. Разработчики Python назвали его в честь британской комедийной группы Monty Python и изначально ставили перед собой задачу сделать его забавным и интересным. Python все чаще используется…

Read more
How To Install R on Ubuntu 20.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How To Install R on Ubuntu 20.04 [Quickstart]

An open-source programming language, R specializes in statistical computing and graphics. In this tutorial, we will install R on an Ubuntu 20.04 server. For a more detailed version of this tutorial, with more thorough explanations of each step, please refer to [How To…

Read more
How To Install Ruby on Rails on CentOS 6 with RVM — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails on CentOS 6 with RVM

This tutorial explains how to install RVM (Ruby Version Manager), and then how to install ruby, how to install ruby gems, and how to install rails on Centos 6. RVM is a program that lets you use several versions of Ruby on one server and easily switch between them.

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

How To Install Ruby on Rails with rbenv on Ubuntu 22.04

Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. Using rbenv will provide you with a solid environment for developing your Ruby on Rails applications as it will let you easily switch Ruby versions, keeping your entire team on the same version. In this tutorial, we will guide you through the Ruby and Rails installation processes with rbenv and gem.

Read more
How To Install Solr 5.2.1 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Solr 5.2.1 on Ubuntu 14.04

Solr is a search engine platform based on Apache Lucene. It is written in Java and uses the Lucene library to implement indexing. It can be accessed using a variety of REST APIs, including XML and JSON. In this article, we will install Solr using its binary distribution.

Read more
How To Install the Ampache Music Streaming Server on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Ampache Music Streaming Server on Ubuntu 18.04

Ampache is an open-source music streaming server that allows you to host and manage your digital music collection on your own server. Ampache can stream your music to your computer, smartphone, tablet, or smart TV. In this tutorial, you will install and configure the Apache webserver and PHP that will serve your Ampache instance.

Read more
Comment installer le serveur web Apache sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment installer le serveur web Apache sur CentOS 8

Le serveur HTTP Apache est le serveur web le plus utilisé au monde. Il offre de nombreuses fonctionnalités puissantes, notamment des modules à chargement dynamique, une prise en charge robuste des médias et une intégration poussée avec d’autres…

Read more
CHAT