Learn: Linux
How to Create Bash Aliases
This tutorial demonstrates how to use the alias command to create personalized shortcuts, which can help you save time and feel less frustrated.
How do you change the default SSH Port on CentOS Stream 9?
Changing the default SSH port adds an extra layer of security by reducing the risk of your password being cracked from a brute force attack.
Top Commands in Linux
These commands are some of the most useful and most frequently used Linux commands.
How to Create Users in Linux
Linux is a multi-user system, meaning that more than one person can interact with the same system simultaneously.
How to Transfer Files with Rsync
In this guide, we will explain how you can transfer files and directories over SSH from and to remote servers with rsync.
Getting Started with SELinux on CentOS Stream 9
SELinux is a Mandatory Access Control (MAC) system, developed by the NSA. When SELinux is enabled, it can run in either enforcing or permissive modes.
How to use Midnight Commander
Midnight Commander is a Text User Interface (TUI) visual file manager tool that helps you with file management tasks on the Linux terminal.
How to Install Composer on CentOS Stream 9
Composer is a command line based program used to manage dependencies in PHP projects. This guide will demonstrate how to install composer.
Top Vim Commands
Vim (that stands for Vi iMproved) is the main text editor available on the Linux Command Line Interface (CLI) to create and edit files.
How to Install MySQL 8 on CentOS Stream 9
In this article, we will be discussing how to install MySQL 8.0 on CentOS Stream 9.
Manually Install an SSL Certificate on CentOS Stream 9
Securing web traffic is essential for protecting user data and maintaining trust.
Use Public Key Authentication with SSH
This guide explains how the SSH key login works, how to generate an SSH key, and how to use those keys with a Linux server.
Linux Command Line Tips
Here are some useful Linux commands, command line tricks and shortcuts that will save you a lot of time while working in the Linux terminal.
How to install PHP 8 on CentOS Stream 9
In this tutorial, we will explain how to install PHP 8 on a CentOS Stream 9 system with step-by-step instructions.
How to Create Apache Virtual Hosts on CentOS Stream 9
Using virtual hosts on Apache allows you to host multiple websites on one server.