Create HotKeys For Applications On KDE Wayland with kdotool

Overview When switching from Windows to Linux, the thing I miss most is AutoHotkey, especially the ability to quickly create shortcuts/hotkeys to start/switch applications. For example, press Alt+J to start Intellij (if it’s not running yet, otherwise, just activate and focus to that window.). With X11 being in maintenance mode, I got to switch to … Read more

Setting Correct Permission For WordPress Using trafex/php-nginx

Overview So recently, I moved from DigitalOcean to Hetzner. While the move is from a Debian VPS to another VPS but there was a big change, my new host is an arm host and the old, awesome webdevops/php-nginx doesn’t support arm platform. So I tried https://hub.docker.com/r/trafex/php-nginx and the site was up great after initial configuration. … Read more

Install Docker BuildX on Ubuntu Server

Overview So I need to update my Jenkins to build for arm platform as I move to Hetzner from Digital Ocean (much cheaper) and I selected an arm server. Here is the guide to install docker buildx so you can build container images for arm platform Then install docker buildx Then restart docker service Đạt … Read more