Add a pre-commit hook in Git
Sep 14, 2024
A small post explaining how to quickly add a pre-commit hook to identify simple issues before submission to code review.
ReadAutomatic Reports on Disk Usage
Sep 12, 2024
Using a Cron job and 'du' to generate a daily report on disk usage for all users
ReadRemote Decryption of LUKS Encrypted Device
Sep 11, 2024
When dealing with a LUKS-encrypted drive, there are several methods to decrypt it remotely, though each method carries different levels of complexity and security considerations. This post abords the different methods to unlock a NON-ROOT FILESYSTEM
ReadHow to remotely unlock a LUKS-Encrypted FileSystem using Dropbear
Sep 9, 2024
We can use the Dropbear SSH server for LUKS-encrypted Debian, Ubuntu, or any other Linux distro via SSH to unlock an encrypted rot file system
ReadCategories
Authors