CentOS

Ersteinrichtung des Servers unter CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Ersteinrichtung des Servers unter CentOS 8

Bei der Erstellung eines neuen CentOS-8-Servers gibt es einige Konfigurationsschritte, die Sie im Rahmen des grundlegenden Setups frühzeitig durchführen sollten. Dadurch erhöhen Sie die Sicherheit und Benutzerfreundlichkeit Ihres Servers und haben eine solide Grundlage für…

Read more
How To Install Node.js on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on CentOS 8

In this guide, we will show you three different ways of getting Node.js installed on a CentOS 8 server: using `dnf` to install the `nodejs` package from CentOS’s default AppStream repository; installing `nvm`, the Node Version Manager, and using it to install and manage multiple versions of `node`; compiling and installing `node` from source.

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

Como instalar o Nginx no CentOS 8

O Nginx é um dos servidores Web mais populares no mundo e é responsável por hospedar alguns dos maiores e mais populares sites na Internet. Ele é mais amigável do que o Apache em termos de recursos na maioria dos casos e pode ser usado…

Read more
So richten Sie SSH-Schlüssel unter CentOS 8 ein — step-by-step Linux tutorial on Progressive Robot

So richten Sie SSH-Schlüssel unter CentOS 8 ein

SSH oder Secure Shell ist ein verschlüsseltes Protokoll zur Verwaltung und Kommunikation mit Servern. Wenn Sie mit einem CentOS-Server arbeiten, verbringen Sie wahrscheinlich die meiste Zeit in einer Terminalsitzung, die über SSH mit Ihrem Server verbunden ist. In diesem…

Read more
How To Secure MongoDB on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Secure MongoDB on CentOS 8

MongoDB doesn’t have authentication enabled by default, meaning that any user with access to the server where the database is installed can add and delete data without restriction. In order to secure this vulnerability, this tutorial will walk you through creating an administrative user and enabling authentication on a CentOS 8 server. You’ll then test to confirm that only this administrative user has access to the database.

Read more
Редактирование файла Sudoers — step-by-step Linux tutorial on Progressive Robot

Редактирование файла Sudoers

Команда sudo полезна для выполнения команд с привилегиями, как правило, вне сферы полномочий вашего пользователя. В этом учебном модуле мы расскажем, как редактировать файлы конфигурации для настройки функций sudo.

Read more
CHAT