PinnedHow to share Bluetooth devices among Linux/MacOS/Windows systemsBluetooth devices depend on a pairing key to connect to other machines. And for those who have to work on different operating systems on a…Feb 28, 20231Feb 28, 20231
PinnedSetting up VS Code to write in LaTeX using latexmk and biberAs it is widely known, LaTeX brings great typography, as well as a lot of control over document formatting, from book editing to scientific…Aug 18, 20231Aug 18, 20231
PinnedMounting BitLocker-encrypted NTFS drives as read/write on MacOSBitLocker encryption has become a common alternative for securing personal files and is nowadays natively supported by Linux, at least…Oct 17, 2023Oct 17, 2023
PinnedInstalling Ubuntu’s snap on Fedora SilverblueSilverblue is an immutable distro, which mounts most of the system’s files as read-only and tracks their changes over time using OSTree —…May 3, 20221May 3, 20221
Create and keep an SSH tunnel alive with systemdsystemd provides a system and service manager for Linux systems and is useful to manage and control a multitude of tasks. It is also a more…Aug 31Aug 31
How to securely store and load SSH keys on your machineSecure Shell is a blessing, though many users still keep their credential files on ~/.ssh , unencrypted and therefore succeptible to…Jul 5Jul 5
Securely storing and loading private environment variables on your shellIt’s common practice to have predefined shell settings stored as plain text in a file on our home folder (e.g., in ~/.bashrc or ~/.zshrc).Jun 17Jun 17
How to refresh and update Fedora Toolbox automatically with systemdToolbox is a tool much like distrobox that relies on rootless podman for containerization…May 14May 14
Installing Homebrew without sudoHomebrew is an open-source software package manager generally used on MacOS systems, but also available for Linux — and it is quite…Oct 14, 20231Oct 14, 20231
Automatically start screen or tmux session on SSH login (server-side)Both screen and tmux are commonly used terminal multiplexers, which allow to much more easily manage your TTYs (teletypewriters)…Aug 24, 2023Aug 24, 2023