Best Download Manager for Linux
For years I have searched for best download manager on linux. I think I have found it. It has multithreading feature and many more. Yes, I am talking about aria2. Let’s setup aria2 and integrate it...
For years I have searched for best download manager on linux. I think I have found it. It has multithreading feature and many more. Yes, I am talking about aria2. Let’s setup aria2 and integrate it...
League of Legends can be played on linux in several ways. Lutris is one of them. But my favourite one is Bottles. Because I play all of my other games using Bottles. Bottles also has better UI than...
Google Drive doesn’t have any official linux client. Over the years many unofficial method was used to integrate google drive in linux. Mounting as file system or KDE and Gnome’s Google Drive mount...
cron is not available in Silverblue but systemd Timers can be used instead. Systemd configuration can be put into ~/.config/systemd/user but you have to create that folder if it does not exist. mk...
This guide should be applicable for both Fedora Silverblue and Fedora Kinoite. I am using Fedora Kinoite 37. And Wayland as display server. And Pipewire as audio. Wayland, Pipewire comes pre-inst...
If your system has lots of orphan WINE process. Use this script to kill all of them. ~/.local/bin/kill-wine #!/bin/bash wine_cellar="${HOME}/.wine" if (($#)); then if [[ -e "${wine_cellar}/$1" ]]...
Prerequisite: Flatpak. Introduction If you’re a long-time Windows user who recently switched to Linux, chances are you’ve missed a few familiar tools—especially Internet Download Manager (IDM). Kno...
You can install Cloudflare WARP in Fedora silverblue by directly laying on the system. Or you can use podman cotainer to pass Cloudflare-warp network using proxy. podman run -d --name cloudflare-w...
Guide to running Virt-Manager on Fedora Silverblue / Kinoite using Distrobox for seamless virtualization management.
Learn how to install Homebrew (LinuxBrew) on Fedora Silverblue & Kinoite using a container-friendly approach.