How to update a docker instance

I am running a few services on my own server, such as Immich as Google Photos replacement, and OwnCloud with OnlyOffice as Google Drive/Docs replacement. I’m running everything in separate docker instances on an ARM VPS with 4 cores and 24gb ram To update a service, ssh into the server and if needed do a …

Read more

Some Linux tools and commands I use

Some of the apps, scripts or tools I use are set and forget, or just work without me ever needing to touch them after initial configuration. Then by the time I need to make some changes or reinstall my system, I forgot what the names of these tools are or how to configure them and …

Read more

My dual function keys mapping

To make my hotkeys react differently to short press and long press I use interception – dual function keys and configure it in /etc/interception/my-mappings.yaml Short press right Control translates to CTRL+Shift+L to open my password manager. Short press on right Alt translates Meta+Shift+P, that is set in sway config to “exec copyq toggle”

Making CopyQ work with Sway on Manjaro

By default, the paste action doesn’t work when you press enter. Basically you have to press ctrl+v after choosing something from the clipboard history. This script will basically press ctrl+v for you after you choose an item to paste. First, make sure you’ve ydotool installed, it’s in your package manager. In your Sway config, add …

Read more