Tag: tips
All tags >- Mon Sep 04 2023
Abstracting the terminal from the OS
How I use tmux to make my work environment portable between operating systems and desktop environments. - Sun Jun 25 2023
Quick Grafana variable template tips
If you extensively work with Grafana dashboards, you might need these sooner or later. - Thu Nov 24 2022
Running Gitlab simultaneously on two domains
Need to transition your Gitlab instance to another domain while keeping the former domain alive? Read on! - Wed Mar 16 2022
Safe rm -rf *
Like using the rm -rf command but deleted some stuff on accident based on shell history before? I think I might have found a way to avoid that.