2019年6月17日

wireless_tools交叉编译

摘要: wireless_tools交叉编译: 1.cd wireless_tools.29 2.mkdir __install 3.git df Makefile 4.make 5.make install 阅读全文

posted @ 2019-06-17 19:34 Alvin2012 阅读(701) 评论(0) 推荐(0)

wpa_supplicant交叉编译

摘要: wpa_supplicant交叉编译: 1.cd wpa_supplicant-0.7.3/wpa_supplicant 2.cp deconfig .config 3.vi .config 加上下面的内容: 4.make 阅读全文

posted @ 2019-06-17 09:42 Alvin2012 阅读(1446) 评论(0) 推荐(0)

.bashrc配置文件

摘要: 分享一下作者的.bashrc文件 阅读全文

posted @ 2019-06-17 09:33 Alvin2012 阅读(680) 评论(0) 推荐(0)

.gitconfig配置文件

摘要: git的配置文件分为三个层级: 1.对所有用户,位于/etc/gitconfig 2.对于当前用户,位于~/.gitconfig 3.对于该git仓,位于.git/config 建议配置当前用户的.gitconfig文件 分享一下作者的配置文件: 阅读全文

posted @ 2019-06-17 09:31 Alvin2012 阅读(4237) 评论(0) 推荐(1)

导航