20 F
Nashville
Friday, December 6, 2024

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 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

Pre-requisites:

A system with CentOS Stream 9 installed and running
Access to a terminal or command line
Root or sudo privileges

Midnight Commander is a Text User Interface (TUI) visual file manager tool that helps you with file management tasks on the Linux terminal. You can use your mouse to interact with Midnight Commander instead of keyboard shortcuts.

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.

By default, Midnight Commander uses a blue background color. To turn off color:

mc --nocolor

To invoke the directory hotlist

ctrl + backslash key

Once in the hotlist menu, you can select the option to add the current directory to add your current location to the hotlist.

Close Midnight Commander by pressing F10.

For more information:

https://midnight-commander.org

Similar Articles

- A word from our sponsors -

Follow Us

Most Popular