随笔分类 -  07、嵌入式Linux

嵌入式Linux开发相关的各种知识
摘要:方法一: 命令: 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 阅读(1030) 评论(0) 推荐(0)
摘要:1. 安装 git # sudo apt-get update# sudo apt-get install git 2. 配置 # git config --global user.name "Your Name" # git config --global user.email "youremai 阅读全文
posted @ 2016-03-09 05:45 AijunHe 阅读(549) 评论(0) 推荐(0)