Skip to content

Instantly share code, notes, and snippets.

@stucka
Last active October 11, 2017 18:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stucka/978d497d3d77fe12883a to your computer and use it in GitHub Desktop.
Save stucka/978d497d3d77fe12883a to your computer and use it in GitHub Desktop.
Prep new Xubuntu VM
apt-get install virtualbox-guest-dkms
# Enable bidirectional clipboard: Virtualbox Machine menu, Settings, General, Advanced, Shared Clipboard.
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
# Get Slack at https://slack.com/downloads/instructions/ubuntu
# apt-add-repository -y ppa:rael-gc/scudcloud
# add-apt-repository ppa:saiarcot895/myppa
apt-get update
apt-get remove abiword gmusicbrowser gnumeric parole pidgin xchat thunderbird
# gimp openshot phantomjs tor apt-fast python2.7-dev python3.6-dev
# virtualbox-dkms virtualbox-guest-utils virtualbox-guest-x11 virtualbox-guest-dkms wine-stable
sudo apt-get install libreoffice curl aria2 build-essential bzip2 google-chrome-stable ffmpeg firefox flashplugin-installer linux-headers-generic lynx-cur ncftp python-pip git vlc
apt-get autoremove
apt-get clean
apt-get dist-upgrade
pip install jupyter csvkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment