System Tools

How to Set Up SSH Keys on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How to Set Up SSH Keys on Debian 10

SSH-key-based authentication provides a more secure alternative to password-based authentication. In this tutorial we’ll learn how to set up SSH key-based authentication on a Debian 10 installation.

Read more
Linuxでファイルを検索する:findとlocateの使い方 — step-by-step Linux tutorial on Progressive Robot

Linuxでファイルを検索する:findとlocateの使い方

ファイルの検索は、オペレーティングシステムを問わずごく一般的なタスクです。Linuxの「find」と「locate」コマンドは、どちらもファイルシステムのファイルの検索に使用します。このガイドでは、これら2つのツールを使用して、個別にファイルのクエリを作成する方法を説明します。

Read more
How To Use Makefiles to Automate Repetitive Tasks — step-by-step Linux tutorial on Progressive Robot

How To Use Makefiles to Automate Repetitive Tasks

Make is a tool that is primarily used to assist in compiling software in an automated way. However, makefiles, the files that make relies on for configuration, are very flexible and can be used to automate just about any task. In this article, we will discuss how to use makefiles to make repetitive system administration tasks easier.

Read more
Ubuntu and Debian Package Management Essentials — step-by-step Linux tutorial on Progressive Robot

Ubuntu and Debian Package Management Essentials

Package management software allows you to easily control the software on your servers. These tools allow you to install, remove, update, and configure thousands of packages through a unified interface. In this guide, we will discuss some of the most common package management procedures that can be used with Ubuntu and Debian systems.

Read more
CHAT