How to prevent ZFS leaks of encrypted dataset
A guide to easily prevent ZFS leaks.
A guide to easily prevent ZFS leaks.
You'll learn how to use an NFS share as Docker volume
You probably heard of the Log4j vulnerability by now, and you probably know that (the original) Minecraft is written in Java, and so is the server, and it uses Log4j. So, Minecraft servers are affected by this. I do run a small Minecraft server network (https://www.bitloco.org) but I haven't had [...]
Comments not found You might have heard by now that YouTube is deleting user comments, perhaps you commented on one of my videos and your comment disappeared unexectedly... Let me assure you, I have not deleted any comments at all so far. Background I started my YouTube channel about two [...]
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!
In today's article, I'd like to talk about the pros and cons of sideloading, playing devil's advocate, offering a counter-argument and finally a possible solution to allow it in a secure fashion. Craig Federighi, Apple's current Senior Vice President of Software Engineering said in the Web Summit 2021: "Sideloading is [...]
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 [...]