http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-windows-8-64-bit-system-uefi-supported If you are using Ubuntu 15.04+, many issues are now solved, so there is no need to follow this guide except if you are using any Ubuntu
Ubuntu装完后要做的几件事 改hosts 无论哪里,改hosts都是第一件事,没hosts咋google.没google咋活.在终端输入命令 sudo gedit /etc/hosts在# The following lines are desirable for IPv6 capable hosts这一行上面粘贴所需的hosts.然后上google搜胡萝卜,没有重置,DONE! chrome黑屏 多是由于显卡驱动所致,听说ubuntu下的n卡驱动有问题,所以暂时没装,没装的话就在设置-系统
本文首发于个人博客https://kezunlin.me/post/36e618e7/,欢迎阅读! mysql user guide on ubuntu 16.04 and windows 10 Part-1: Ubuntu install sudo apt-get install mysql-server # root,123456 mysql -uroot -p123456 allow remote access change bind-address cd /etc/mysql grep
sudo fdisk -l 查看硬盘情况 1:新建一个目录,例:old 2:mount /dev/sdb1 old 3:cd old 4:ls (就可以看到新硬盘的内容了) 取消挂载:umount old 挂载虚拟卷的方法 1:sudo vgchange -ay /dev/ubuntu 2:sudo mount /dev/ubuntu/root old 原文链接 http://www.cnblogs.com/unipower/archive/2009/03/08/1406230.html