This article explains how to enable Bash auto-completion in AlmaLinux. It is a handy feature that allows users to quickly complete commands, filenames, and options by pressing the Tab key.…
Tag: Linux
How to Scroll Up in Terminal on Linux
July 11, 2024 / Servers, Hosting & EmailScrolling up in the terminal on Linux allows you to view previous command output and system messages that may have scrolled off the screen. This guide will explain several methods…
How to clear cache in Linux
January 4, 2024 / Servers, Hosting & EmailLinux, similar to other operating systems, uses caching to optimise system performance. Although Linux efficiently manages memory, there are scenarios, like system diagnostics or application tests, where manual clearing of…
How to Configure a Static and Persistent Hostname on Linux
August 14, 2023 / Servers, Hosting & EmailThis guide helps in understanding how to configure a static and persistent hostname on Linux. Static Hostname on Linux is a fixed name for your computer used for identification within…
How to change user password in Linux
February 10, 2023 / Command LineIn this guide, you will learn how to change a user’s password in Linux. To do this, the first step is to access the VPS using SSH. Follow the steps:…
How to install dig on Linux
February 6, 2023 / Servers, Hosting & EmailThis guide explains how to install Dig on Linux. A Linux command-line tool called Dig (Domain Information Groper) performs DNS lookups by contacting name servers and showing you the results.…
How to modify or remove symbolic links in Linux
February 2, 2023 / Command LineThis guide explains how to modify or remove symbolic links in Linux. Users can remove the links between the files or directories using the unlink or rm commands. Follow the…