Fix LXD container networking with UFW
Fix LXD networking when using UFW as firewall.
Fix LXD networking when using UFW as firewall.
Today I'll show you how to encrypt an existing root partition on Linux, using Ubuntu 22.04 as an example system.
I had no sound on FaceTime with a Logitech C920s, here's how to fix it!
Easiest way to get Time Machine logs.
The reason is kinda funny...
Disable cronjob email spam, while still monitoring things!
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 "[email protected]"' | sudo tee /usr/local/bin/subl Cool! We're done! Now, to [...]