Editorial Staff
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.
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.
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 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.
Manually Install an SSL Certificate on CentOS Stream 9
Securing web traffic is essential for protecting user data and maintaining trust.
How to Install the Apache Web Server on CentOS Stream 9
Apache is available within CentOS's default software repositories, which means you can install it with yum.
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.
How to Create Apache Virtual Hosts on CentOS Stream 9
Using virtual hosts on Apache allows you to host multiple websites on one server.
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.
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.
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.