Linux Basics

How To Set Up SSH Keys on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on Rocky Linux 8

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Rocky Linux server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on…

Read more
How To Use cd, pwd, and ls to Explore the File System on a Linux Server — step-by-step Linux tutorial on Progressive Robot

How To Use cd, pwd, and ls to Explore the File System on a Linux Server

Taking your first steps on the command line can be rather daunting. In this article, we seek to make your introduction easy and straight forward. We are going to start small by showing you how to move around on the command line, find out where you are and what is around you. You can use these skills in subsequent guides to complete more complex tasks.

Read more
Cómo usar ps, kill y nice para administrar procesos en Linux — step-by-step Linux tutorial on Progressive Robot

Cómo usar ps, kill y nice para administrar procesos en Linux

La administración de procesos es una habilidad esencial al usar cualquier sistema informático. Esto es especialmente cierto cuando se administra un entorno de servidores. Este artículo presentará algunas herramientas potentes que pueden usarse para administrar los procesos en un sistema Linux.

Read more
How To View and Update the Linux PATH Environment Variable — step-by-step Linux tutorial on Progressive Robot

How To View and Update the Linux PATH Environment Variable

The PATH variable contains a list of directories the system checks before running a command. Updating the PATH variable will enable you to run any executables found in the directories mentioned in PATH from any directory without typing the absolute file path. In this tutorial, you will view the PATH variable and update its value with new directories.

Read more
Initial Server Setup with Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Rocky Linux 9

When you first create a new Rocky Linux 9 server, there are a few configuration steps that you should take early on as part of the initial setup. This will increase the security and usability of your server and will give you a solid foundation to build on.

Read more
Использование SFTP для безопасной передачи файлов с удаленного сервера — step-by-step Linux tutorial on Progressive Robot

Использование SFTP для безопасной передачи файлов с удаленного сервера

SFTP — это безопасный способ передачи файлов между локальным и удаленным серверами. Будучи значительно более безопасным, чем FTP, данный протокол использует туннель SSH для установления подключения и использует шифрование для передачи файлов в рамках интерактивного сеанса.

Read more
Utiliser Grep et les expressions régulières pour rechercher des modèles de texte en Linux — step-by-step Linux tutorial on Progressive Robot

Utiliser Grep et les expressions régulières pour rechercher des modèles de texte en Linux

Grep est un outil qui permet de rechercher certains modèles spécifiques dans un texte saisi en utilisant des expressions régulières. Les expressions régulières sont un système qui permet de décrire les modèles de texte complexes. Les expressions régulières représentent un puissant outil qui peut être utilisé dans divers programmes texte différents. Au cours de ce tutoriel, vous allez utiliser grep et des expressions régulières pour effectuer une recherche dans un texte.

Read more
CHAT