Lecture 4 - 21 September 2023

Topics covered:

A time saver for vim users

Append these two lines to your ~/.vimrc to auto-highlight whitespace errors in your editor:

:highlight ExtraWhitespace ctermbg=red guibg=red
:match ExtraWhitespace /\s\+$/

Miscommunication regarding these notes

Questions on P0

Linux crash course and minimal distro

Before next class

Important Reminders

P0 is due at 11:59PM next Tuesday (26 September 2023)

See this video for more guidance on how to complete P0.