04 2015 档案

摘要:问题描述:处理器支持VT-x,并且已经在BIOS中开启了VT-x。在host os上用VMware Workstation安装了一个Ubuntu虚拟机,在虚拟机中执行“cat /proc/cpuinfo | grep vmx”无输出,表明在该Ubuntu虚拟机中无法进行全虚拟化。解决方法:修改虚拟机... 阅读全文
posted @ 2015-04-30 15:31 tanghuimin0713 阅读(638) 评论(0) 推荐(0)
摘要:1. 为git子命令设置别名编辑$HOME/.gitconfig[user] name = xxx email = xxx[alias] co = checkout ci = commit st = status br = branch2. tab键自动弹出git... 阅读全文
posted @ 2015-04-02 23:50 tanghuimin0713 阅读(182) 评论(0) 推荐(0)