Make the DNF package manager faster and more efficient.

Here is how to speed up the DNF package manager on your Rocky, Fedora, CentOS, RHEL, or any other Linux distribution that uses Dnf as its package manager. The default configuration of DNF is not optimized for speed. We can add a few tweaks to the dnf.conf and make it faster. The tweak we can … Read more

Finding all files with a certain extension in Linux?

The example above uses the find command to search files in the tmp folder for Python files that have the extension .py. To get a list of all the files with the same extension inside the current directory, look for all the Python extension files for this example. In the above example, the. Denotes the … Read more