45 F
Nashville
Thursday, November 21, 2024

How to Install the Apache Web Server on CentOS 9

Apache is available within CentOS's default software repositories, which means you can install it with yum.

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 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 to use Midnight Commander

The commands in this guide should work on any modern Linux distribution like CentOS.

First update your system

dnf update -y

To install mc, use your package manager:

dnf install mc

Launch mc from a terminal:

mc

To switch from the right pane to the left pane, or vice versa, press TAB.

Arrows: Use up and down to select, left to go back, and right to change to the selected directory.

Function keys: All the most important functions are listed at the bottom of your terminal window. Each function is assigned to a function key (F1 to F10.)

Midnight Commander comes with multiple skins by default. You can set the skin in Options > Appearance.

Close Midnight Commander by pressing F10.

For more information:

https://midnight-commander.org

Similar Articles

- A word from our sponsors -

Follow Us

Most Popular