Linux Basics

Считывание и настройка переменных оболочки и окружения в Linux — step-by-step Linux tutorial on Progressive Robot

Считывание и настройка переменных оболочки и окружения в Linux

В системах Linux переменные окружения и оболочки используются для определения рабочих условий оболочки. Их можно передавать в дочерние процессы и использовать для настройки опций и предоставления определенной информации, доступной процессам, которые запущены в сеансе. В этом руководстве мы поговорим о том, как читать, изменять, создавать и уничтожать переменные среды и переменные оболочки.

Read more
How To Set Up ProFTPD on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up ProFTPD on Ubuntu 12.04

ProFTPD is a popular ftp server. Although it is not the lightest ftp server available for virtual servers, it is a powerful and configurable program. This tutorial explains how to install, configure, and access the ProFTPD server. It is written for Ubuntu 12.04.

Read more
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
CHAT