Main public logs

Jump to navigation Jump to search

Combined display of all available logs of 15h.org. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:49, 19 January 2026 Mrothfuss talk contribs created page Debian Signed Boot (Created page with "Debian can be configured to sign the installed kernel/initrd automatically. This setup is done using the root user. '''Dependencies''' <nowiki> apt install gpg</nowiki> '''Generate the signing key''' <nowiki> gpg --full-gen-key</nowiki> * Use RSA (sign only) * Use 4096 bits * Set the key to never expire <nowiki> # Export your GPG key # This will be used by other software to verify the integrity of the kernel/initrd gpg --export > boot.key</nowiki> '''Setup auto-s...")