2017年2月27日

#!/bin/sh /etc/rc.comon

摘要: OpenWRT中的procd脚本中使用了#!/bin/sh /etc/rc.comon这样的语句,总结了一下它的一些机制。 http://www.cnblogs.com/merlindu/p/6475305.html merlin@mdoa10 ~ $ head -n 13 etc/init.d/n 阅读全文

posted @ 2017-02-27 17:14 merlindu 阅读(1832) 评论(0) 推荐(0) 编辑

openwrt 限速 Qos

摘要: Quality of Service (qos-scripts) configuration https://wiki.openwrt.org/doc/uci/qos Table of Contents Sections Interface Rules Classgroup Classes Clas 阅读全文

posted @ 2017-02-27 15:03 merlindu 阅读(8275) 评论(0) 推荐(0) 编辑

文件读写位置的移动 / lseek

摘要: NAME lseek - reposition read/write file offsetSYNOPSIS #include <sys/types.h> #include <unistd.h> off_t lseek(int fd, off_t offset, int whence); fd:文件 阅读全文

posted @ 2017-02-27 11:08 merlindu 阅读(4879) 评论(0) 推荐(0) 编辑

导航