Tips And Tricks

  • Comfort:
    • bashrc tips:
      • find: skip errors
      • cd + ls
      • ls = ls -l
      • aptup
      • etc
    • synergy > barrier > input-leap
    • Demo-ing:
      • snapshots
      • screencasts
    • File Sharing: Clean protected local file sharing
      • Gnome (protection causes trouble)
    • STT: Speech-to-text
    • AI
  • Protection:

    • Backups: timeshift / time machine: OS vs Usr
    • Reset apt caché: Today apt was reaching for outdated dependencies. It wasn't aware of new versions. apt update didn't help, because it wasn't updating that part.

      As root:

      rm -rf /var/lib/apt/lists/*
      apt clean
      apt update
      

    • Virtualization:

      • Docker for thin apps
      • LxC via Incus (LxD fork) for thick systems
      • Incat (Vagrant alt. for Incus)
    • Privacy:
      • Disk encryption
      • Self hosting:
        • online access attempt control script
        • web ssh
    • ISO27001 and lock-down
  • OSPO tooling