Created
November 20, 2014 05:52
-
-
Save wuqian/f4d6a9787d0976584b7f to your computer and use it in GitHub Desktop.
install ubuntu 14.04
This file contains 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
install factory image | |
reboot system use arrow to enter grub menu | |
install ubuntu 12.04 factory image | |
upgrade to ubuntu 14.04 | |
set source list to sohu | |
set vpn | |
$sudo apt-get update | |
$sudo update-manager | |
install java 6 | |
http://dev.corp.jide.com/w/android_dev/devenv/ | |
sudo add-apt-repository ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install oracle-java6-installer | |
install ia32-libs in ubuntu 14.04 | |
sudo -i | |
cd /etc/apt/sources.list.d | |
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list | |
apt-get update | |
apt-get install ia32-libs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment