How to fix Dummy output issue in Fedora

If your sound settings show Dummy output instead of displaying the sound device in Fedora, your installation might be missing specific sound card drivers. Somet

Read Article
Nvidia drivers on Fedora for RTX cards

Nvidia drivers on Fedora for RTX cards

This article covers how to install the current Nvidia drivers on Fedora. As of writing this article, the current release of Fedora is 33. I am using RPM Fusion

Read Article

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

How to install Rust on Fedora Linux

Rust is a recent programming language focused on performance and memory safety, mainly safe concurrency. Rust is syntactically like C++. It provides memory safe

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

Deno on Fedora

Deno logo Deno is a secure runtime for JavaScript and TypeScript. Deno is basically Node reversed. We will install Deno on Fedora. https://darryldias.me/2020/d

Read Article