How to update Flatpak apps automatically
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...
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.
1. Check system update and upgrades rpm-ostree status rpm-ostree upgrade --check rpm-ostree upgrade reboot to updated system. Upgrading between major versions. ostree remote refs fedora rpm-ost...
Download Generic Installer *tar.bz2 from source. Extract it. example tar -xf veracrypt-1.25.9-setup.tar.bz2 -C ~/Downloads/veracrypt Look for *gtk-gui-x64 file and run it. ./veracrypt-1.25.9-setup...
At the moment January 2023. Flatpak Keepassxc doesn’t connect with Flatpak Firefox or other chromium based browsers. But we will use some tricks to fix this issue. Firefox Granted the bro...