Linux

Установка Git на Debian 9 — step-by-step Linux tutorial on Progressive Robot

Установка Git на Debian 9

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

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

How To Install Git on Ubuntu

Learn how to install Git on Ubuntu step by step. This guide covers installation via apt, verifying Git, and configuring user settings for version control.

Read more
How To Install Graylog 1.x on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Graylog 1.x on CentOS 7

In this tutorial, we will cover how to install Graylog v1.3.x (sometimes referred to as Graylog2) on CentOS 7, and configure it to gather the syslogs of your systems in a centralized location. Graylog is a powerful log management and analysis tool that has many use cases, from monitoring SSH logins and unusual activity to debugging applications. It is based on Elasticsearch, Java, and MongoDB.

Read more
How To Install Java on CentOS, Rocky Linux, RHEL, and Fedora — step-by-step Linux tutorial on Progressive Robot

How To Install Java on CentOS, Rocky Linux, RHEL, and Fedora

This tutorial will show you how to install Java on current versions of RPM-based Linux distributions: Red Hat Enterprise Linux, CentOS, Fedora, and Rocky Linux. Java is a popular programming language and software platform that allows you to run many server-side applications. This tutorial covers installing the latest, default version of Java, as well as cherry-picking any older versions for installation, and switching between multiple versions in your environment as needed.

Read more
Ubuntu 20.04にAptを使用してJavaをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にAptを使用してJavaをインストールする方法

このガイドでは、`apt`を使用して、Java Runtime Environment (JRE)と Java Developer Kit (JDK)のさまざまなバージョンをUbuntu 18.04にインストールします。OpenJDKとOracleの公式JDKをインストールします。次にプロジェクトに使用するバージョンを選択します。 終了したら、JDKを使用してソフトウェアを開発したり、Java Runtimeを使用してソフトウェアを実行したりできます。

Read more
How To Install Joomla on a Virtual Server Running CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Install Joomla on a Virtual Server Running CentOS 6

This tutorials covers a basic joomla installation on a centos server. Joomla is a free and open source content management that uses a PHP and a backend database, such as MySQL. It offers a wide variety of features that make it an incredibly flexible content management system right out of the box. It was created in 2005 and is currently the 2nd most popular content management site online. It now has over 10,000 addons to customize its functionality.

Read more
How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 11

A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MariaDB database, and dynamic content is processed by PHP.

Read more
CHAT