System Tools

How To Centralize Logs With Journald on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Centralize Logs With Journald on Ubuntu 20.04

In this guide, you will configure a component of the systemd suite of tools to relay log messages from client systems to a centralized log collection server. You will configure the server and client to use TLS certificates to encrypt the log messages as they are transmitted across insecure networks such as the internet and also to authenticate each other.

Read more
How To Ensure Code Quality with SonarQube on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Ensure Code Quality with SonarQube on Ubuntu 18.04

Code quality is an approximation of how useful and maintainable a specific piece of code is. Quality code will make the task of maintaining and expanding your application easier. In this guide, you will deploy a SonarQube server and scanner to analyze your code and create code quality reports. Then you’ll perform a test on your machine by scanning it with the SonarQube tool.

Read more
How To Migrate Linux Servers Part 2 - Transfer Core Data — step-by-step Linux tutorial on Progressive Robot

How To Migrate Linux Servers Part 2 – Transfer Core Data

In the previous tutorial, we prepped our servers for data migration. At this point, your target and source system should be able to communicate (the target system should have SSH access to the source system), and you should also have a list of software and services that you need to transfer, complete with version numbers of the most important components. In this guide, we’ll continue where we left off and begin the actual migration to our new server.

Read more
Установка и настройка демона и клиента SNMP в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка и настройка демона и клиента SNMP в Ubuntu 18.04

Автор выбрал Internet Archive для получения пожертвования в рамках программы Write for DOnations. Большую часть рабочего времени системный администратор посвящает сбору точной информации о ваших серверах и инфраструктуре….

Read more
Understanding the SSH Encryption and Connection Process — step-by-step Security tutorial on Progressive Robot

Understanding the SSH Encryption and Connection Process

SSH, or secure shell, is an encrypted protocol used to communicate with remote servers safely. The practical uses of SSH are widely discussed in other guides. In this article, we’ll examine the underlying encryption and connection procedures that make SSH the go-to method of administering remote systems.

Read more
An Introduction to Basic FreeBSD Maintenance — step-by-step Linux tutorial on Progressive Robot

An Introduction to Basic FreeBSD Maintenance

When administering a FreeBSD server, it is important to understand the basic maintenance procedures that will help you keep your server in good shape. In this guide, we will cover the basic procedures needed to keep your server up-to-date and functioning properly. We will cover how to update the base operating system maintained by the FreeBSD team. We will also discuss how to update and maintain optional software installed through the ports or packages systems.

Read more
CHAT