上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 42 下一页
摘要: shell是一个作为用户与linux系统间接口的程序,它允许用户向操作系统输入需要的执行的命令。linux中可以有多个shell。shell的种类:1)ash:贝尔实验室开发的shell,bsh是对ash的符合链接。2)bash:是GNU的Bourne Again Shell,是GNU操作系统的sh... 阅读全文
posted @ 2015-12-17 11:09 hbg-rohens 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 打印这个消息后串口无法进行交互procd: - init complete -主要问题是 /etc下inittab脚本中::sysinit:/etc/init.d/rcS S boot::shutdown:/etc/init.d/rcS K shutdown#::askconsole:/bin/as... 阅读全文
posted @ 2015-12-17 10:15 hbg-rohens 阅读(898) 评论(0) 推荐(0) 编辑
摘要: 东经正数,西经为负数经度是指通过某地的经线面与本初子午面所成的二面角.在本初子午线以东的经度叫东经,在本初子午线以西的叫西经.东经用“E”表示,西经用“W”表示.北纬为正数,南纬为负数纬度 是指某点与地球球心的连线和地球赤道面所成的线面角,其数值在0至90度之间.位于赤道以北的点的纬度叫北纬,记为N... 阅读全文
posted @ 2015-12-16 09:53 hbg-rohens 阅读(5441) 评论(0) 推荐(0) 编辑
摘要: 来源: http://wiki.openwrt.org/doc/techref/preinit_mount#first.boot基本的openwrt启动顺序为: 1、boot loader loads kernel boot loader加载内核2、kernel loads whilst scan... 阅读全文
posted @ 2015-12-15 18:29 hbg-rohens 阅读(1897) 评论(0) 推荐(0) 编辑
摘要: 查看操作系统位数命令: getconf LONG_BITroot@hbg:/# getconf LONG_BIT 64查看操作系统信息命令: lsb_release -aroot@hbg:/# lsb_release -aNo LSB modules are available.Distributo... 阅读全文
posted @ 2015-12-15 11:23 hbg-rohens 阅读(247) 评论(0) 推荐(0) 编辑
摘要: make[3]: Entering directory '/home/hbg/test1214/package/feeds/luci/luci'*** Repository layout changed!*** Please change the LuCI url in feeds.conf to ... 阅读全文
posted @ 2015-12-14 14:11 hbg-rohens 阅读(855) 评论(0) 推荐(0) 编辑
摘要: 安装方法所在网址: https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu在安装jenkins之前,ubutun上需要安装有jdk和jre。建议安装openjdk-7-jre和openjdk-7-jdk版本。安... 阅读全文
posted @ 2015-12-14 11:47 hbg-rohens 阅读(553) 评论(0) 推荐(0) 编辑
摘要: make menuconfig添加luciLuCI--->Collections----- luci添加luci的中文语言包LuCI--->Translations---- luci-i18n-chinese这种方式只能翻译系统自带的一些功能。新增加的功能例如snmp、lldp等相关信息,需要修... 阅读全文
posted @ 2015-12-14 10:02 hbg-rohens 阅读(1852) 评论(0) 推荐(0) 编辑
摘要: 解压完别人提供的openwrt代码,编译时,出现如下错误:# configuration written to .config#mips-openwrt-linux-uclibc-gcc: error while loading shared libraries: libstdc++.so.6: c... 阅读全文
posted @ 2015-12-14 09:46 hbg-rohens 阅读(2329) 评论(0) 推荐(0) 编辑
摘要: UCI: UnifiedConfigurationInterface通用配置接口,主要用于集中控制openwrt的配置文件。1、uci使用的配置文件一般放置在设备上的/etc/config目录下,包括一些兼容的应用,譬如snmp,保存在/etc/config/的配置文件是已经被重写后的文件。并且这些... 阅读全文
posted @ 2015-12-11 15:55 hbg-rohens 阅读(1278) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 42 下一页