System Tools

Использование Journalctl для просмотра журналов Systemd и выполнения операций с ними — step-by-step DevOps tutorial on Progressive Robot

Использование Journalctl для просмотра журналов Systemd и выполнения операций с ними

Некоторые наиболее популярные преимущества systemd связаны с регистрацией процессов и систем. При использовании других систем журналы обычно распределяются по разным местам, обрабатываются различными демонами и инструментами, и их бывает сложно интерпретировать, когда…

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

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

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

Read more
Como usar Systemctl para gerenciar serviços e unidades do systemd — step-by-step DevOps tutorial on Progressive Robot

Como usar Systemctl para gerenciar serviços e unidades do systemd

Systemd é um sistema init e gerenciador de sistema que se tornou o novo padrão para distribuições Linux. Neste guia, vamos discutir o comando systemctl, que é a ferramenta de gerenciamento central para controlar o sistema init. Vamos abordar como gerenciar serviços, verificar status, alterar estados de sistema e trabalhar com os arquivos de configuração.

Read more
¿Cómo actualizar a Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo actualizar a Ubuntu 16.04?

<$>[warning] Advertencia: Una versión anterior de esta guía incluía mención de los sistemas Ubuntu 14.04. Mientras que una actualización de 14.04 puede completarse con éxito, las actualizaciones entre versiones LTS no están habilitadas por defecto hasta la primera…

Read more
How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04

In this guide, we will discuss how to install and configure the OpenLDAP server on Ubuntu 16.04. We will then install phpLDAPadmin, a web interface for viewing and manipulating LDAP information. We will secure the web interface and the LDAP service with SSL certificates from Let’s Encrypt, a provider of free and automated certificates.

Read more
Установка Jenkins на Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Jenkins на Ubuntu 18.04

Jenkins — это сервер автоматизации с открытым исходным кодом, который позволяет автоматизировать выполнение повторяющихся технических задач в области непрерывной интеграции и предоставления программного обеспечения. Jenkins написан на Java и может…

Read more
How to Perform Security Audits With Lynis on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Perform Security Audits With Lynis on Ubuntu 16.04

Lynis is a host-based, open-source security auditing application that can evaluate the security profile and posture of Linux and other UNIX-like operating systems. In this tutorial, you’ll install Lynis on and use it to perform a security audit of your server. Then you’ll explore the results of a sample audit, and configure Lynis to skip tests that aren’t relevant to your needs.

Read more
CHAT