Fix broken Bangla fonts problem in linux
Fix small or broken Bangla fonts problem in any linux distro
Fix small or broken Bangla fonts problem in any linux distro
Updated guide to sync google drive in linux system with utilising podman container and rclone.
Set up a Devcontainer in VSCode using Flatpak and Podman for a seamless development experience.
We are going to use Parabolic Youtube Downloader and integrate with firefox browser. Chromium doesn’t have the extension support. Prerequisite: flatpak Install Parabolic flatpak install ...
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" ]]...