Resources
This page has links to useful resources for the course.
Code development resources
Linux command line
- Unix/Linux Tutorial
- Unix/Linux Reference Card
- Interactive Linux command line tutorial: Digital Ocean Command Line Primer
Text editors
- Emacs reference card
- Interactive Vim tutorial
- GNU Emacs - Guided Tour (very thorough overview of Emacs features, we don’t expect you to learn everything mentioned here)
- Emacs has a built-in tutorial mode: start Emacs (with the
emacs
command), and type Control-H followed by t - VS code setup tutorial video