本人在docker hub上上传了自己用的基于ubuntu18.04搭建的openwrt编译环境,可以方便开发 […]
Continue reading...[置顶]openwrt完全新手教程(源码下载)
更新时间:20160120 新手下载并首次编译openwrt ========重点推荐教程文档:openwrt […]
Continue reading...国内外免费公共mqtt broker
国内免费公共mqtt broker 服务器地址 服务器类型 开发 端口 Websocket test.jmqt […]
Continue reading...[开源]lua实现monitor进程、文件监控程序
目前比较知名的进程监控程序是C语言实现的monit和python实现的supervisor 其中monit比较 […]
Continue reading...luci页面错误调试的方法
LUCI中有时候会出现一些奇怪的错误,但是在浏览器中仅会提示一些502等信息量很少的错误 看到github上有 […]
Continue reading...NDIS网络接口驱动规范
NDIS ndis(Network Driver Interface Specification) 网络驱 […]
Continue reading...shell中$!的妙用
今天本来想写个runner的程序,用于运行一个程序,并获取这个进程的pid、运行时间、运行log、错误log等 […]
Continue reading...openwrt1907 mt7621配置DDR自适应
一、问题描述 通过DTS文件配置DDR大小,发现在DTS中配置DDR为256Mb编译出来的固件,在DDR为12 […]
Continue reading...openwrt1907使用mt7621+mt715 5G wifi吞吐量低问题解决方法
转载自:https://blog.csdn.net/dengxinfa/article/details/108 […]
Continue reading...shell中小数比较问题
在写一个获取当前系统CPU占用最多一个进程,然后判断这个进程占用CPU超过50%则杀掉他 在使用shell进行 […]
Continue reading...Error: Invalid publish topic ‘/s2c/common/#’, does it contain ‘+’ or ‘#’?
调用mosquitto_pub命令去给某类topic发消息时提示如下错误 [crayon-62c0fc757b […]
Continue reading...Linux下获取网线插入状态
systemctl 如何启动、关闭、启用/禁用服务
systemctl 如何启动、关闭、启用/禁用服务
Continue reading...