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.
How to Allow Remote Access to MySQL
In this guide, we will show you how to how to setup a user account and access a MySQL server remotely on a Linux system.
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.
Protect Your Site with Sucuri
Monitor and protects your website from malware and other potential security breaches, keeping your site running fast.
How to change the maximum upload file size
This article describes how to change the maximum upload file size for PHP scripts in the php.ini configuration file.
Top Firewalld Commands
In this guide, we will cover the basics of managing the firewall with the firewall-cmd command for your CentOS Stream 9 server.
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 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.
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 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.
Top Apache Commands
This guide will review the most important and frequently used Apache commands that you should know as a web developer or system administrator.
How to edit the Host file on MacOS
By editing the Mac hosts file, you can easily preview your website on the local network. This helps if your domain is not yet registered.
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.