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

NVIDIA drivers on RHEL 8

This article will cover installing and setting up official Nvidia drivers on Red Hat Enterprise Linux; this method has been tried and tested on RHEL 8. It works best on the default kernel that ships with RHEL 8. If you have a custom Kernel or modified setup, you might need extra steps. The additional steps … Read more

How to install OBS Studio on Fedora

We need to add the RPM Fusion Free repository to install OBS Studio. Let’s do that by entering the command below and adding the RPM Fusion Free repository. Then we can run the command below to install OBS Studio. We can then open OBS Studio by going into our Application Launcher.

Mount ISO in Kubuntu

The Dolphin file manager in Kubuntu (I tested this in Kubuntu 21.04) does not ship with the Mount ISO option in the right-click menu, but with the help of the dolphin-plugins package, we can add this and many other features. To get this working, we need to install this package. Enter the command in Konsole … Read more