Last active
October 11, 2017 18:00
-
-
Save stucka/978d497d3d77fe12883a to your computer and use it in GitHub Desktop.
Prep new Xubuntu VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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