notes

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

Software.md (796B)


      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 - [Darcs](Darcs.md)
     38 - [systemd](Systemd.md)
     39 - cpio
     40 
     41 ## Data Storage
     42 
     43 ### File Systems
     44 
     45 #### Base
     46 
     47 - [BTRFS](BTRFS.md)
     48 - [ZFS](ZFS.md)
     49 - [Ext4](Ext4.md)
     50 
     51 #### FUSE
     52 
     53 ##### Conventional
     54 
     55 - JuiceFS
     56 
     57 ##### Encrypted
     58 
     59 - [Cryptomator](Cryptomator.md)
     60 - [CryFS](CryFS.md)
     61 
     62 ### Storage Concepts
     63 
     64 - [RAID](RAID.md)