Linux

Configuration initiale de serveur avec Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Configuration initiale de serveur avec Ubuntu 18.04

Lorsque vous installez un nouveau serveur Ubuntu 18.04, il y a quelques étapes de configuration que vous devriez effectuer au sein de votre paramétrage initial. Cela renforcera la sécurité et l’ergonomie de votre serveur et vous procurera une base solide pour vos actions…

Read more
How To Execute a Command with a Shell Script in Linux — step-by-step Linux tutorial on Progressive Robot

How To Execute a Command with a Shell Script in Linux

Introduction Shell is a command-line interpreter that allows the user to interact with the system. It is responsible for taking inputs from the user and displaying the output. Shell scripts are a series of commands written in order of execution. These scripts can contain functions, loops, commands, and variables. Scripts are useful for simplifying a […]

Read more
Добавление и удаление  пользователей в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Добавление и удаление пользователей в CentOS 8

Для добавления или удаления пользователей на сервере с ОС Linux необходимо выполнить следующее. В этом руководстве мы расскажем, как создавать учетные записи пользователя, назначать права sudo и удалять пользователей на сервере CentOS 8. В…

Read more
Добавление области подкачки на Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Добавление области подкачки на Ubuntu 20.04

Одним из способов защиты от ошибок, связанных с недостатком памяти в приложениях, является добавление области подкачки на вашем сервере. В этом руководстве мы расскажем, как добавить файл подкачки на сервер Ubuntu 20.04. ​​[warning] Предупреждение. Хотя подкачка в целом…<$>

Read more
How To Automate Your Node.js Production Deployments with Shipit on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Automate Your Node.js Production Deployments with Shipit on CentOS 7

Shipit is a universal automation and deployment tool for Node.js developers. It features a task flow based on the popular Orchestrator package, login and interactive SSH commands through OpenSSH, and an extensible API. Developers can use Shipit to automate build and deployment workflows for a wide range of Node.js applications. In this tutorial you will install and configure Shipit to deploy a basic Node.js application from your local development environment to your product environment.

Read more
CHAT