CentOS

Common Python Tools: Using virtualenv, Installing with Pip, and Managing Packages — step-by-step Linux tutorial on Progressive Robot

Common Python Tools: Using virtualenv, Installing with Pip, and Managing Packages

In this the cloud provider article, we aim to fill you in on not only the basics, but also the logic behind popular Python tools and items as we dive into using them in real life scenarios. We will begin with downloading and installing some common libraries, setting and working with virtual environments (using virtualenv) and managing packages for development and production of your own applications.

Read more
Comment ajouter et supprimer des utilisateurs sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment ajouter et supprimer des utilisateurs sur CentOS 8

Lorsque vous commencez à utiliser un nouveau serveur Linux, ajouter et supprimer des utilisateurs est souvent l’une des premières choses que vous devez faire. Dans ce guide, nous allons découvrir comment créer des comptes d’utilisateur, affecter des privilèges sudo et…

Read more
So bearbeiten Sie die Sudoers-Datei — step-by-step Linux tutorial on Progressive Robot

So bearbeiten Sie die Sudoers-Datei

Der Sudo-Befehl ist nützlich, um Befehle mit Berechtigungen auszuführen, die normalerweise außerhalb des Bereichs Ihres Benutzers liegen. In diesem Leitfaden wird erläutert, wie Sie die Konfigurationsdatei bearbeiten, um die Funktionsweise von Sudo anzupassen.

Read more
How To Install and Secure Memcached on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Memcached on CentOS 7

Memory object caching systems like Memcached can optimize backend database performance by temporarily storing information in memory, retaining frequently or recently requested records. In this guide, we will cover how to protect your Memcached server by binding your installation to a local or private network interface and creating an authorized user for your Memcached instance.

Read more
CHAT