码迷,mamicode.com
首页 >  
搜索关键字:openwrt    ( 744个结果
git检出,克隆,创建
1. 检出、克隆库:git clone git://git.openwrt.org/openwrt.git2. create a new repository on the command lineecho # openwrt >> README.mdgit initgit add README.m...
分类:其他好文   时间:2015-02-15 01:01:52    阅读次数:1086
【转载】openwrt框架分析
文章出处:http://blog.csdn.net/kingvenll/article/details/27545221这次讲讲openwrt的结构.1. 代码上来看有几个重要目录package, target, build_root, bin, dl....---build_dir/host目录是...
分类:其他好文   时间:2015-02-14 18:52:25    阅读次数:185
openwrt issues
1. ssh 没密码不让登录解决方法:使用串口登录上 passwd root 设置密码后 /etc/init.d/dropbear restart发现option BannerFile '/etc/banner' 被屏蔽掉了root@OpenWrt:/# vi /etc/config/dropbea...
分类:其他好文   时间:2015-02-11 23:17:55    阅读次数:240
alljoyn 下有用信息(gateway agent)
1.allseen官网对openWRT简介:https://wiki.allseenalliance.org/develop/openwrt2.关于连入云端节点问题:https://ask.allseenalliance.org/question/1618/which-cloud-service-s...
分类:其他好文   时间:2015-02-10 16:42:28    阅读次数:147
OpenWrt web interface security enhancement
This article introduces an approach to enhance web interface security on OpenWrt. Though it acts clumsy somewhere, it is a useful reference for some guys seeking similar solutions, I think… And, many thanks to the guys sharing their achievements which inv...
分类:Web程序   时间:2015-02-10 13:22:35    阅读次数:445
openwrt添加自动启动项
在/etc/init.d下添加文件my-plugin#!/bin/sh /etc/rc.common# /etc/init.d/my-pluginstart() { sh /root/userinfo/userinfo.sh}stop() {}建立连接 ln -s /etc/init....
分类:其他好文   时间:2015-02-10 13:10:33    阅读次数:560
Openwrt的自动化配置
c#实现SSH修改Openwrt路由器配置
分类:其他好文   时间:2015-02-10 01:51:26    阅读次数:168
Openwrt之断线邮件报告
openwrt断线邮件发送
分类:其他好文   时间:2015-02-09 22:55:51    阅读次数:269
Openwrt与IPTV之二----udpxy
openwrt下配置udpxy
分类:其他好文   时间:2015-02-07 22:47:02    阅读次数:2630
Openwrt与IPTV之一----igmpproxy
IPTV之igmpproxy配置
分类:其他好文   时间:2015-02-07 21:40:18    阅读次数:1973
744条   上一页 1 ... 54 55 56 57 58 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!