Hetzner VPS with full-volume encryption and Btrfs subvolumes
In this guide, we'll install Ubuntu Server with full volume encryption and Btrfs (with subvolumes @ and @home) on a Hetzner Cloud VPS.
In this guide, we'll install Ubuntu Server with full volume encryption and Btrfs (with subvolumes @ and @home) on a Hetzner Cloud VPS.
Today we'll install Borgmatic on a Synology NAS!
We will install BorgBackup as client on a Synology NAS.
You can easily install PIP on a Synology NAS.
Let's statically cross-compile nano!
This is a quick guide on how to create and verify signatures with GnuPG (in a terminal).
With this guide, building and installing obfs4proxy is a no-brainer if you know how to use a terminal and have Git and Go installed.
How to hide the [Gmail] folder in Thunderbird
After following this guide, you should be able to encrypt, decrypt and sign emails within Thunderbird, even with a smartcard. This guide assumes you already have a GPG keyring or know how to set it up. Install GPG Suite Download and install GPG Suite from [here]. Install MacPorts and gpgme [...]
So, you'd like a terminal shortcut to open a file in Sublime Text? Easy! Open a terminal and run the following commands to set it up: sudo touch /usr/local/bin/subl sudo chown 0:0 /usr/local/bin/subl sudo chmod +x /usr/local/bin/subl echo '/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl "$@"' | sudo tee /usr/local/bin/subl Cool! We're done! Now, to [...]