You might find your answer to tech related issues here!
How to set the default PHP version for Symfony CLI
It's easy to set the default PHP version for Symfony, either globally, per project, or both!
You might find your answer to tech related issues here!
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 [...]
Today I had to migrate a site from one server to another, and I did set up Certbot. I already had a few other configurations with Certbot on that server, and I did test Certbot renewal. I noticed for the other sites, I got the message that it was reloading [...]
Brief Today I'll show you how to set up PGP WKD (Web Key Discovery), to easily distribute your public key, so that anyone who has your email address will be able to get your public key (in some cases automatically) while being reasonably sure that it's the real key. Requirements [...]
You're probably here because you got a shiny new Mac, possibly with M1 chip and macOS Big Sur, and you realized the ftp and telnet commands are not included by default anymore (note that FTP still works in the GUI, though). This is true for all Macs (both Intel and [...]
Assuming you set up PGP (GPG) on your YubiKey, all you need to do is: Install Gpg4win from here.Install PuTTY from here.Tell git to use it (CMD): git config --global core.sshcommand "plink -agent" 4. Edit or create %appdata%\gnupg\gpg-agent.conf with the following contents: enable-putty-support enable-ssh-support use-standard-socket default-cache-ttl 600 max-cache-ttl 7200 5. [...]
YubiKey 5 Series Family This guide assumes your YubiKey is already set up to work with PGP/GPG (by which I mean, you got your keys set up on your YubiKey). Note that the parts with pointy brackets <> in the following guide are for you to replace with your own [...]
You probably reached this page because you tried to lock or unmount your Cryptomator vault on Windows, and it told you that it couldn't do so and that you could force it, with the possibility of data loss. The reason for this, is that some process (program) is still accessing [...]
A serious security hole that is actively being exploited puts your Windows machines at risk. A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged file operations. An attacker who successfully exploited this vulnerability could run arbitrary code with SYSTEM privileges. An attacker could then [...]
If you've updated Firefox recently, you might have noticed a new design, and you might have noticed that the compact mode is gone. In this guide, I will show you how to get both back. First, enter about:config into the Firefox address bar and hit enter, like this: Then you [...]