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 “Timeout” Command In Linux?

How To Use “Timeout” Command In Linux?

In Linux operating system, some processes run continuously, and to kill them after a certain amount of time a command-line utility called “timeout” is used. The “timeout” allows the user to execute a command and then terminate it after a set time has passed. In other words, “timeout” makes it easier to run a command […]

How to Map a Mouse Button in Linux?

How to Map a Mouse Button in Linux?

This tutorial shows how to map a mouse button in Linux both from the command line and the GUI. Map a Mouse Button in Linux from the Command Line: To map your mouse from the command line you need xinput, a command line utility to configure and test X input devices. Xinput allows you to […]

How to Find Last Modified Files in Linux?

How to Find Last Modified Files in Linux?

This tutorial explains how to find last modified files in Linux using different commands and according to custom needs. After reading this tutorial you’ll know how to execute the following tasks: How to find files modified in a specific day range How to find last modified specific file type (e.g mp4, png) Finding files modified […]

How to Cut and Crop a Video with ffmpeg

How to Cut and Crop a Video with ffmpeg

This tutorial explains how to cut and crop videos from the command line using ffmpeg. FFmpeg is a multiplatform, open-source suite of tools and libraries to edit multimedia and streams from the command line. It supports encoding and decoding most multimedia formats, including uncommon files. After reading this tutorial which includes procedure and video screenshots, […]

How to Install and Configure Psensor Sensor Monitor in Linux?

How to Install and Configure Psensor Sensor Monitor in Linux?

Sometimes a well-designed system may not perform well due to some hardware issues. Among many issues, overheating is one of the primary issues that can cause a system to run slowly. Therefore, monitoring the temperature of the hardware can assist you to avoid damage to your system. So, here’s a tool to help you to […]

SSH MaxSessions Configuration

SSH MaxSessions Configuration

SSH is a popular and effective way to connect to remote Linux machines in the command line. In most Linux distributions, SSH functionality is available from OpenSSH utilities. In this tutorial, we will take a look at the SSH configuration administered by the sshd_config file. Modifying the sshd_config file permits us to modify how SSH […]

How to Use wc Command in Linux

How to Use wc Command in Linux

Linux comes with many pre-installed tools. The wc command is one of them. The term “wc” is an abbreviation of “word count”. As the name suggests, the wc command is for counting various values of a file. These counts can come in handy in various situations. In this guide, check out using the wc command […]

How to Mount Snapshot Volumes

How to Mount Snapshot Volumes

LVM snapshots are the point-in-time copies of the logical volumes. The snapshots volumes take further space whenever a change occurs in the original logical volume. For example, if the changes made to the original logical volume are 1GB in size, then the logical volume snapshot will also take a space of 1GB. Therefore, it is […]

How to bulk rename files in Linux?

How to bulk rename files in Linux?

This article will cover a guide on various methods that can be used to bulk or batch rename multiple files at once in Linux. Some of these applications feature a graphical interface, while others can be used from the command line. Rename Command Rename command is available by default in most Linux distributions, and it […]