天天看點

install ubuntu

  1. after install ubuntu, I can’t get start with a choose of windows any more. it just get into ubuntu directly.

solve method:

start ubuntu, using ctrl+alt+T to open terminal , and using this command to edit setting file:

sudo gedit /etc/default/grub

and fix GRUB_TIMEOUT=”10” ——(本來沒有引号)

first time this method make effect,but secnd time,it can’t,you can using:

使用sudo update-grub2修複

如果出現

grub.cfg …

…此處省略n行

Found Windows 7 (loader) on /dev/sda1

done

表明修複完成,重新開機在grub選項菜單選擇引導win7

2.http://blog.csdn.net/simongeek/article/details/22606943

when I try to install git, there is a problem

  1. install ssh

    http://jingyan.baidu.com/article/0eb457e52e50ad03f1a90518.html

4.install jdk

繼續閱讀