Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the js_composer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/holhol2/public_html/wp-includes/functions.php on line 6121
How to Use Linux Chage Command?

How to Use Linux Chage Command?

Linux Operating system provides multiple tools to manage its system. One of the helpful tools in Linux is the “chage” command. From its name, the “chage” command is derived from the words “Change Age”, which is used to modify the information such as duration when to change password, make account status active or inactive, sets […]

D:Wardamarch17Linux lshw Command TutorialLinux lshw Command Tutorialimagesimage5 final.png

Linux lshw Command

The Linux Operating System’s beauty is that it allows users to do anything using a command-line tool. You can download applications, fetch information, or even whatever you want to intend can be done using the terminal. To extract hardware information of the system, the Linux system introduced the command-line utility “lshw.” The “lshw” command is […]

D:Wardamarch17Hwclock Command TutorialHwclock Command Tutorialimagesimage4 final.png

Hwclock Command

The “hwclock” is a command-line utility for both Linux and Unix-like operating systems to access Hardware Clock. It is also termed as Real-Time Clock (RTS) or BIOS clock. The Hardware Clock is quite different from the clock that is managed by the Linux kernel. It runs when the system is running, and it even remains […]

Linux Column Command

Linux Column Command

While using Linux distributions, some of the data needs to be displayed in columnar format. Linux system makes it easy to display content in columns using the “column” command. The “column” command is a simple command-line utility to print the file contents in columns. This command-line tool supports multiple options containing proper functionality that are […]

D:Wardamarch18Linux df Command TutorialLinux df Command Tutorialimagesimage4 final.png

Linux df Command

The “df” is a standard command in Linux, and Unix-like systems termed “Disk Filesystem.” It is used to display consumed and available disk space for the specific file system. Whenever you run this Linux command-line utility, it displays the amount of used and available blocks, total disk space, and a summary of where the file […]

Basename Command in Linux

Basename Command in Linux

In Linux, the basename command prints the last element of a file path. This is especially useful in bash scripts where the file name needs to be extracted from a long file line. The “basename” takes a filename and prints the filename’s last portion. It can also delete any following suffix if needed. Let’s use […]

What is Banner in Linux

What is Banner in Linux

The banner program displays ASCII character strings in the large letter on the standard output in Linux distributions. It becomes interesting when someone logs in via terminal and sees a beautiful string of letters. Install Banner: Run the mentioned apt command to install “banner” in the Linux system: $ sudo apt install sysvbanner To get […]

Linux Free Command Tutorial

Linux Free Command Tutorial

In the Linux Operating System, some users wish to install applications to check how much is used, and free RAM is available. The installation of those applications might take a large memory size. Linux provides a “free” built-in command utility. It is a useful command that provides detailed information about the total amount of used […]

Linux Cal Command Tutorial

Linux Cal Command Tutorial

In Linux and Unix-like systems, the “cal” command is a command-line utility used to print calendars on the terminal. “Cal” is an abbreviated form of Calendar. It is a pretty simple command and doesn’t contain many options. There are few options to display year, month, or date on the console. How to Install Cal Utility […]

Linux Aafire Command

Linux Aafire Command

In Linux operating system, the terminal is a powerful tool for Linux users to work on. Linux is all about work for the folks, and there is no fun to use it; you’ll get surprised to see tons of funny commands pronounced as terminal-based games and ASCII games. One of the Linux funny commands is […]