Linux Commands

How To Manage /etc with Version Control Using Etckeeper on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Manage /etc with Version Control Using Etckeeper on CentOS 7

As opposed to the old standby of making copies of configuration files before making changes, etckeeper lets you keep track of modifications using a Git, Mercurial, Bazaar, or Darcs repository, just like you would do with a software development project. In addition, etckeeper integrates seamlessly with yum to automatically commit changes made to the contents of the `/etc` directory when packages are upgraded.

Read more
Использование ps, kill и nice для управления процессами в Linux — step-by-step Linux tutorial on Progressive Robot

Использование ps, kill и nice для управления процессами в Linux

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

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
How To Use Bash History Commands and Expansions on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Bash History Commands and Expansions on a Linux VPS

As you administer servers, you will begin to spend a lot of time on the command line. Most likely, you will be using the bash shell. The bash shell includes a lot of commands and expansion capabilities to take advantage of the input you have typed in the past. In this guide, we will explore how to leverage these feature to better utilize the power of the bash shell.

Read more
CHAT