Linux Basics

How To Set Up SSH Keys on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on Ubuntu 12.04

SSH keys provide a more secure method of logging into a server than using a password. With SSH keys, users can log into a server without a password. This tutorial explains how to generate, upload, and use an SSH key pair, and optionally how to disable password-based SSH authentication.

Read more
How to Set Up SSH Keys on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How to Set Up SSH Keys on Rocky Linux 9

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Rocky Linux server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on getting a reliable SSH configuration set up.

Read more
How To Set Up Time Synchronization on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Time Synchronization on Debian 10

Accurate timekeeping has become a critical component of modern software deployments. Debian 10 has time synchronization built in and activated by default using the standard ntpd time server, provided by the `ntp` package. In this article we will look at some basic time-related commands, verify that ntpd is active and connected to peers, and learn how to activate the alternate systemd-timesyncd network time service.

Read more
How To Use Dig, Whois, & Ping on an Ubuntu VPS to Query DNS Data — step-by-step Linux tutorial on Progressive Robot

How To Use Dig, Whois, & Ping on an Ubuntu VPS to Query DNS Data

Setting up domain names can be challenging for those who are inexperienced. The “dig” command can help verify that your domain settings are correct. This is also helpful for investigating how other websites set up their domain records. This guide will introduce the basics of how to query information with dig. It will also briefly explore the “ping” and “whois” commands.

Read more
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
Initial Server Setup with Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Ubuntu 12.04

This tutorial covers how to login with root, how to change the root password, how to create a new user, how to give the new user root privileges, how to change the port, and how to disable root login in. This tutorial is written for Ubuntu. When you first create your server, this tutorial explains the first steps you need to take. This tutorial is written for Ubuntu 12.04.

Read more
CHAT