You might find your answer to tech related issues here!
How to hide the [Gmail] folder in Thunderbird
How to hide the [Gmail] folder in Thunderbird
You might find your answer to tech related issues here!
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 [...]
In this guide, I'll show you how to connect your Linux server to a Synology UPS server.
Gigabyte GA-AB350 Gaming 3 Simple solution: Turn off computerTurn on computer, keep pressing DELETE key to enter BIOS/UEFIGo to M.I.T sectionGo to Advanced Frequency SettingsGo to Advanced CPU Core SettingsSet SVM to enabledPress ESC multiple times to go back to main menuGo to "Save & Exit"Save and exit Conclusion: This [...]
Apple has delivered auto-completions for Zsh with the OS, but they seem to not be used... The Fix Edit ~/.zshrc with your favourite editor, like nano, and add the following two lines: autoload -Uz compinit compinit Now save, exit, close and reopen your terminal. Now your system utilities should have [...]
When you're using macOS with bash, you can use the Home and End keys on your keyboard to jump to the beginning or end of the line you're on. But Apple switched from bash to Zsh with Catalina, and I noticed those keys don't work anymore. The Fix Edit ~/.zshrc [...]
Sindastra holding the GPi In my past YouTube videos I took a look at running the GPi Case with the Pi Zero 2 W. So, how did I do it? This guide assumes you have a Rasberry Pi Zero W working with the GPi Case, using RetroPie. Update it all [...]
It's easy to set the default PHP version for Symfony, either globally, per project, or both!
If you're on a Mac, and need a MariaDB server for development, you can install one using MacPorts... but the setup is not self-explanatory. Today, I will show you how to install MariaDB 10.3 (or any 10.x) server on Mac! 1. MacPorts First install [MacPorts from here] and then get [...]