Linux Commands

Comment utiliser ps, kill et nice pour gérer des processus sous Linux — step-by-step Linux tutorial on Progressive Robot

Comment utiliser ps, kill et nice pour gérer des processus sous Linux

La gestion de processus est une compétence essentielle que vous devez acquérir pour utiliser n’importe quel systèmeinformatique. Cela est particulièrement vrai lorsque vous administrez un environnement de serveur. Dans cet article, nous vous présenterons certains des puissants outils que vous pouvez utiliser pour gérer des processus sur un système Linux.

Read more
How To Handle apt-key and add-apt-repository Deprecation Using gpg to Add External Repositories on Ubuntu 22.04 — Linux tutorial on Progressive Robot

How To Handle apt-key and add-apt-repository Deprecation Using gpg to Add External Repositories on Ubuntu 22.04

apt-key is a utility used to manage the keys that APT uses to authenticate packages. It’s closely related to the add-apt-repository utility, which adds external repositories using keyservers to an APT installation’s list of trusted sources. Starting with Ubuntu 20.10, the use of apt-key yields a warning that the tool will be deprecated in the near future; likewise, add-apt-repository will also soon be deprecated.

Read more
Como usar o ps, kill e nice para gerenciar processos no Linux — step-by-step Linux tutorial on Progressive Robot

Como usar o ps, kill e nice para gerenciar processos no Linux

O gerenciamento de processos é uma habilidade essencial ao usar qualquer sistema de computador. Isso é ainda mais importante ao administrar um ambiente de servidor. Este artigo irá introduzir algumas ferramentas poderosas que podem ser usadas para gerenciar processos em um sistema Linux.

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