notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Software.md (776B)


      1 # Software
      2 
      3 Software and software related concepts. Focused on free software and primitives.
      4 
      5 ## Distribution Approaches
      6 
      7 - [Flatpak](Flatpak.md)
      8 - [Homebrew](Homebrew.md)
      9 
     10 ## Note Taking
     11 
     12 ### Graphical
     13 
     14 - Emacs
     15 - [QOwnNotes](QOwnNotes.md)
     16 
     17 ### Terminal
     18 
     19 - VIM / VI
     20 - [nvim](nvim.md)
     21 - [qrencode](Qrencode.md)
     22 
     23 ## Isolation
     24 
     25 - Virtualization
     26     - [QEMU](QEMU.md)
     27 - Containerization
     28     - Podman
     29     - Docker
     30     - Cgroups
     31     - Namespaces
     32 
     33 ## Utilities
     34 
     35 - [rsync](rsync.md)
     36 - [Git](Git.md)
     37 - [systemd](Systemd.md)
     38 - cpio
     39 
     40 ## Data Storage
     41 
     42 ### File Systems
     43 
     44 #### Base
     45 
     46 - [BTRFS](BTRFS.md)
     47 - [ZFS](ZFS.md)
     48 - [Ext4](Ext4.md)
     49 
     50 #### FUSE
     51 
     52 ##### Conventional
     53 
     54 - JuiceFS
     55 
     56 ##### Encrypted
     57 
     58 - [Cryptomator](Cryptomator.md)
     59 - [CryFS](CryFS.md)
     60 
     61 ### Storage Concepts
     62 
     63 - [RAID](RAID.md)