#___
dpkg-query -l | grep '^ii'  | awk '{print $2}' # list of packages
#___
cat example.list | xargs sudo apt-get -y install
#___
etherwake MAC-Address-Here # wake on lan wol
#___
# ubuntu asks for password all the time
sudo chmod -R u+w $HOME
cd $HOME
sudo rm -f .Xauthority .ICEauthority
#___
sudo ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
#___
youtube-dl -x --audio-format mp3 https://www.youtube.com/watch?v=sPG-x6Ppq90
