How to setup fastest mirror in Dnf

Dnf by default does not choose the fastest mirror, but this can be changed by editing the dnf.conf file. The dnf.conf file is in /etc/dnf/dnf.conf. Edit the fil

Read Article
What is $$ in Bash?

What is $$ in Bash?

$$ is an internal variable that stores the process ID of the script itself or the current bash instance. Here is an example use case: echo $$ This produces the

Read Article

How to isolate objects in Blender 2.8

There are many advantages to work with isolated objects, isolating an object or part of a mesh, it lets you focus specifically on a certain area of the scene, t

Read Article

How to install Pygame on Fedora Linux

Pygame is an open-source, cross-platform Python module used for designing and scripting video games. It can be a fantastic tool to use on devices like the Raspb

Read Article
Linux WiFi drivers for 2012 MacBook Pro (Offline method)

Linux WiFi drivers for 2012 MacBook Pro (Offline method)

Most Linux distributions don't ship with the wireless drivers for the MacBook Pro 2012. This method should work on any Linux distribution that supports this fir

Read Article
How to install Zeal on Ubuntu

How to install Zeal on Ubuntu

Zeal is an offline documentation browser for web and software developers. It is a great tool, when working on a project, I often use it to refer or recall, mor

Read Article