Place Holder Projects Code
Bash MySQL JavaScript MySQL Quick Reference
Notes Documents Return of the Fed Login

Sudo write vi in read-only file

Use tee to make changes to read-only file as root.

:w !sudo tee %

Where w=write, !=exec, %=current file