会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
rohens
专注通信领域学习,分享.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
34
35
36
37
38
39
40
41
42
···
44
下一页
2015年12月15日
ubuntu 操作系统相关操作
摘要: 查看操作系统位数命令: 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
阅读(250)
评论(0)
推荐(0)
2015年12月14日
luci编译错误
摘要: 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
阅读(866)
评论(0)
推荐(0)
ubutun下安装jenkins
摘要: 安装方法所在网址: 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
阅读(566)
评论(0)
推荐(0)
openwrt 汉化
摘要: make menuconfig添加luciLuCI--->Collections----- luci添加luci的中文语言包LuCI--->Translations---- luci-i18n-chinese这种方式只能翻译系统自带的一些功能。新增加的功能例如snmp、lldp等相关信息,需要修...
阅读全文
posted @ 2015-12-14 10:02 hbg-rohens
阅读(1903)
评论(0)
推荐(0)
错误: libstdc++.so.6: cannot open shared object file: No such file or directory
摘要: 解压完别人提供的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
阅读(2408)
评论(0)
推荐(0)
2015年12月11日
openwrt uci
摘要: UCI: UnifiedConfigurationInterface通用配置接口,主要用于集中控制openwrt的配置文件。1、uci使用的配置文件一般放置在设备上的/etc/config目录下,包括一些兼容的应用,譬如snmp,保存在/etc/config/的配置文件是已经被重写后的文件。并且这些...
阅读全文
posted @ 2015-12-11 15:55 hbg-rohens
阅读(1325)
评论(0)
推荐(0)
2015年12月3日
openwrt makefile选项
摘要: Package/conffiles(optional)由该包安装的配置文件的列表,一行一个文件。BuildPackage宏最重要的一个宏是BuildPackage。它会在 Makefile 的最后一行被引用。它的实现也就是在 package.mk 文件里。如下为其源码:?12345678910111...
阅读全文
posted @ 2015-12-03 15:26 hbg-rohens
阅读(1086)
评论(0)
推荐(0)
2015年12月2日
Ubuntu服务器断网问题解决
摘要: 原因:dns服务器没有了配置信息。 配置dns服务器 ubuntu 的dns服务器信息,放在 /etc/resolv.conf中, 添加dns服务器地址,如192.168.1.1,则在上述文件中加入 nameserver192.168.1.1root@hbg:/etc/network# cd ..r...
阅读全文
posted @ 2015-12-02 13:57 hbg-rohens
阅读(766)
评论(0)
推荐(0)
lldpcli 常用命令
摘要: 1、查看周围的邻居列表root@hbg:/# lldpcli show neighbors-------------------------------------------------------------------------------LLDP neighbors:-----------...
阅读全文
posted @ 2015-12-02 10:13 hbg-rohens
阅读(4284)
评论(0)
推荐(0)
openwrt ramips随记
摘要: ar71xx / brcm47xx / brcm63xx / ramips是指cpu的系列,ramips是指ralink系列的
阅读全文
posted @ 2015-12-02 09:21 hbg-rohens
阅读(2721)
评论(0)
推荐(0)
上一页
1
···
34
35
36
37
38
39
40
41
42
···
44
下一页
公告