https://blog.koch.ro

My TODO items

  • implement p2p for annex with iroh: https://git-annex.branchable.com/todo/generic_p2p_socket_transport/#comment-de273c852db02cb46a6bab4987429a3a
  • write a tip on using git worktree to inspect the git-annex branch
    • Is there a way to filter out the directories?
  • write a tip on how to deal with permission issues on ext formatted USB drives
    • works of course only on Debian and derivatives
    • use a common group defined in /usr/share/base-passwd/group.master, e.g. "floppy"
    • use setgid bit: https://en.wikipedia.org/wiki/Setuid#SGID
    • make sure all users on all machines are part of the common group
  • Collect problems with NTFS tree exports, e.g.
    • Spaces at the end in filenames
    • single quotes in filenames
    • dots?
  • more experiences with ext4 encryption feature:

    https://www.techort.com/encryption-in-ext4-how-it-works-habrahabr/

Bugs that affect me