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
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
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
在/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
我想让我的小米路由器变成一个聪明的WIFI,idea是这样的:当老婆回到家,小米路由器就自动发一条短信告诉我。
折腾了几天,搞定,分享一下:
我的路由器型号:小米路由器mini (129元在官网淘的)
步骤一:首先要开启小米路由器SSH, 获得root
方法不详述了,见 点击打开链接
步骤二:用SSH登录进去, 了解小米路由器是什么样
在你...
分类:
移动开发 时间:
2015-02-07 01:44:38
阅读次数:
465