iOS and iPadOS 15.2.1 are out now!
A new security update (15.2.1) has been released for iPhone and iPad.
A new security update (15.2.1) has been released for iPhone and iPad.
You probably got here because you'd like to know if the Pi Zero 2 W works with the FLIRC heatsink case, and if it does a good job. I tested it, and the answer to both is: YES! I tested it thoroughly, and compared the Pi without case, with official [...]
Some personal observations on NetBeans vs PhpStorm
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 [...]
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 [...]