System Tools

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
Cara Menggunakan Systemctl untuk Mengelola Layanan dan Unit Systemd — step-by-step DevOps tutorial on Progressive Robot

Cara Menggunakan Systemctl untuk Mengelola Layanan dan Unit Systemd

Systemd adalah sistem init dan pengelola sistem yang telah menjadi standar baru untuk berbagai distribusi Linux. Dalam panduan ini, kita akan membahas perintah systemctl, yang merupakan alat manajemen pusat untuk mengontrol sistem init. Kita akan membahas cara mengelola layanan, memeriksa keadaan, mengubah keadaan sistem, dan menangani berkas konfigurasi.

Read more
How to Verify Downloaded Files — step-by-step Security tutorial on Progressive Robot

How to Verify Downloaded Files

Verifying downloaded files ensures that what you downloaded is what you think it is. In this tutorial, you’ll learn what file verification is, why it’s important, and how to do it on various operating systems using command-line tools.

Read more
Linux Navigation and File Management — step-by-step Linux tutorial on Progressive Robot

Linux Navigation and File Management

Navigating and manipulating files and folders in the filesystem is a key part of working with most computers. Cloud servers mostly use the same common Linux shells, and common Linux commands, for working with files and folders. This terminal will introduce some fundamental skills for using these commands.

Read more
How To Install and Configure an SNMP Daemon and Client on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure an SNMP Daemon and Client on Ubuntu 18.04

SNMP stands for simple network management protocol. It is a way that servers can share information about their current state, and also a channel through which an administer can modify pre-defined values. In this guide, you will set up the tools to communicate using SNMP. You will be using two Ubuntu 18.04 servers to demonstrate, one that will contain the SNMP manager (client), and one to hold the SNMP agent (daemon).

Read more
Cómo instalar Jenkins en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Jenkins en Ubuntu 18.04

Jenkins es un servidor de automatización de código abierto que automatiza las tareas técnicas repetitivas que se requieren en la integración continua y la entrega de software. Jenkins está basado en Java y puede instalarse desde paquetes de Ubuntu o…

Read more
CHAT