sarah schulte introduced me to bash & zsh:

  • they’re very similar (built on top of unix (which is what mac os is also built on)).
  • sarah uses nix (which basically relies on one config file, and all applications are downloaded as packages (which is pretty sick.)): https://nixos.org/download/

zack dezon also introduced me to ssh, and suggested this to get started: https://overthewire.org/wargames/bandit/

sarah schulte showed me that to understand any bash / zsh command, type command + -h or —help or manual + command. like:

man rm
 

^ shows manual for remove.

sarah schulte also shared a manual for dotfiles in github: https://www.atlassian.com/git/tutorials/dotfiles

this’ll make it easy to set up computer when i need to.

videos: https://www.youtube.com/watch?v=Cft1R85kpFA

zack dezon also shared this: https://www.codecademy.com/learn/intro-to-the-command-line

zack dezon also shared about nas: network attached storage devices (like virtual hard-disks that keep running, and you can connect to them with ssh): https://www.youtube.com/watch?v=Cft1R85kpFA