Skip to content

Instantly share code, notes, and snippets.

@TimothyGu
Last active January 1, 2016 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TimothyGu/8163289 to your computer and use it in GitHub Desktop.
Save TimothyGu/8163289 to your computer and use it in GitHub Desktop.
# Saucy
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt-get install gdebi synaptic
sudo apt-get install i965-va-driver libva* vainfo
# Remove Ubuntu One
# http://askubuntu.com/questions/309122/removing-ubuntu-one
killall ubuntuone-login ubuntuone-preferences ubuntuone-syncdaemon
sudo rm -rf ~/.local/share/ubuntuone
rm -rf ~/.cache/ubuntuone
rm -rf ~/.config/ubuntuone
mv ~/Ubuntu\ One/ ~/UbuntuOne_old/``
sudo apt-get remove --purge ubuntuone-*
# dev stuff
sudo apt-get install git cvs subversion
sudo apt-get install build-essential automake autoconf
# MXE
sudo apt-get install autoconf automake bash bison bzip2 \
cmake flex gettext git g++ intltool \
libffi-dev libtool libltdl-dev libssl-dev \
libxml-parser-perl make openssl patch perl \
pkg-config scons sed unzip wget xz-utils
sudo apt-get install g++-multilib libc6-dev-i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment