openwrt shell
杀掉udhcpc进程 ps | grep [u]dhcpc | awk '{print $1}' | xargs kill -9 查看已经连接的客户数 netstat -antp | grep :8010 | grep ESTABLISHED -c
本站作者佐须之男 共计发布文章665篇
杀掉udhcpc进程 ps | grep [u]dhcpc | awk '{print $1}' | xargs kill -9 查看已经连接的客户数 netstat -antp | grep :8010 | grep ESTABLISHED -c
/etc/config/xtun config xtun 'network' option 'remote' '1.2.4.8' option 'port' '8010' #uci show xtun xtun.network=xtun xtun.network.remote=’1.2.4.8′ xtun....
参考资料 https://wiki.openwrt.org/doc/devel/patches https://lede-project.org/docs/guide-developer/use-patches-with-buildsystem 先安装quilt # apt-get install quilt ...
运行某些SQL语句出错database disk image is malformed 说明SQLite的内部数据格式,已经损坏 sqlite> PRAGMA integrity_check; *** in database main *** Main freelis...
iOS实际上支持socks代理的,但在 iPhone和iPad设备的 Setting -> WLAN 下只能看到HTTP Proxy HTTP Prxoy有3种模式: 关闭Off/手动Manual/自动Auto 用自动配置文件,就可以支持socks代理 function FindProxyFo...
/target/linux/ramips/base-files/etc 这个目录下的文件应该被集成到 firmware的/etc目录 board.d 01_leds set_usb_led "$board:blue:usb" ucidef_set_led_netdev "wifi"...