Add a pre-commit hook in Git

    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.

    Read
    Automatic Reports on Disk Usage

    Automatic Reports on Disk Usage

    Sep 12, 2024

    Using a Cron job and 'du' to generate a daily report on disk usage for all users

    Read
    Remote Decryption of LUKS Encrypted Device

    Remote 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

    Read
    How to remotely unlock a LUKS-Encrypted FileSystem using Dropbear

    How 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

    Read