Linux System Basics

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\+$/

Linux crash course and minimal distro