摘要: 1、提交 git commit -a -m "Your message" 2、推送 git push 3、查看状态 git status 阅读全文
posted @ 2016-09-28 19:15 AijunHe 阅读(669) 评论(0) 推荐(0)
摘要: 方法一: 命令: uname -a 作用: 查看系统内核版本号及系统名称 方法二: 命令: cat /proc/version 作用: 查看目录"/proc"下version的信息,也可以得到当前系统的内核版本号及系统名称 补充说明: /proc文件系统,它不是普通的文件系统,而是系统内核的映像,也 阅读全文
posted @ 2016-09-28 17:23 AijunHe 阅读(310) 评论(0) 推荐(0)
摘要: 1、在Win10中安装VMWare12.5; 2、在VMWare12.5中安装32位Ubuntu 14.04 LTS; 3、安装VMWare Tools; 客户操作系统Ubuntu安装完成之后,在VMWare下点击VM->Install VMWare tools,然后Ubuntu中就会将VMWare 阅读全文
posted @ 2016-09-28 13:26 AijunHe 阅读(1037) 评论(0) 推荐(0)