Google Colab cheat sheet
Run Bash commands:
! pip install whatever ! sudo apt install -y ffmpeg ! # etc.
Change working directories:
% cd some/path