DejaDup is a simple backup utility for Linux distributions and has been available in repositories of Ubuntu / Linux Mint / Fedora for many years. Using this utility we can backup data from specific folders at regular intervals (Days, and Weeks) automatically without user involvement.…… Read More “DejaDup – Best backup app for Fedora / Ubuntu / Linux Mint; Supports Google Drive, Network Server”

Continue Reading

RPM fusion repositories contain software that neither Fedora or RedHat wants to ship in their repositories. Some of the software that they have are the VLC media player and NVIDIA graphics…

Step 1: Add RPM Fusion free and non-free repositories on your system by running this command : sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm Step 2: Install VLC : sudo…