On the internet, you will find plenty of tools forchecking disk space usagein Linux. However, Linux has a strong built-in utility called ‘df‘. The ‘df‘ command stands for “disk filesystem“, it is used to get a full summary of available and used disk space usage of the file sys...
Enter the following commands to increase the disk space allocation for the/directory: lvs lvextend -L +20G/dev/mapper/vg_cfm20-lv_rootresize2fs/dev/mapper/vg_cfm20-lv_root70Gdf -h / where /dev/mapper/vg_cfm20-lv_rootis the directory that is listed for the/entry in theMounted oncolumn...
Note:See other ways tokill a processto increase system performance. And, if you need to allow processes to complete even after logging out, check out our postHow to Use Linux nohup Command. Exit After X Repetitions Thetopcommand keeps refreshing the statistics until you quit the program withq...
When you increase the replication timeout, ensure that as many servers as possible in a large system are included in the first round of replication setup. If you have the maximum number of servers and devices, set the replication timeout to the maximum value. Be aware...
The command line is something you will interact with often when using Linux, both as a developer and admin. Knowing how it works and what commands you can use can greatly increase your productivity. In this learning path, you will get started with the Linux command line. You will: Navigate...
Event handlers execute a Linux Bash shell command in response to a specific system event. An event handler consists of a Bash command, a trigger and a delay; when the trigger event occurs, the action is scheduled to run after delay seconds. To create an event handler, use the event-handle...
How to Install Google Chrome in Linux [Debian-based Distros] Mozilla Firefox Firefoxis a free open-source web browser having a global market share of around3.3%as of February 27, 2024, from different sources, making it the world’s fourth most used web browser. This web browser is a bit...
Increase Retry Attempts Set how many timeswgetattempts to download a file after being interrupted by a network issue with this command: wget --tries=[number_of_tries] [URL] By default, the number of retry attempts is set to20. Another option is to set the number to infinity with the val...
To increase the number of inodes, issue the mmchfs command. The parameter NumInodesToPreallocate specifies the number of inodes that the system immediately preallocates. If you do not specify a value for NumInodesToPreallocate, GPFS dynamically allocates inodes as needed. You can specify the ...
If you need to make sure the package to install is taken from LocalRepo, simply use a REPO:PACKAGE style argument:$ cp example.rpm /LocalRepo$ zypper install LocalRepo:example Depending on the kind of packages you keep in a local repo you may want to adjust the way GPG signature checks...