上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 44 下一页
摘要: awk的工作流程如下: 读入有 '\n' 换行符分割的一跳记录,然后将记录按指定的域分隔划分域,填充域,$0 表示所有域, $1 表示第一个域, $n 表示第n个域。默认域分隔符为“空白键”或者“[tab]键”。 例如: hbg@root:/$ last -n 5 yyy pts/5 192.168 阅读全文
posted @ 2016-02-29 16:33 hbg-rohens 阅读(243) 评论(0) 推荐(0)
摘要: 使用方法如下: root@openwrt:/# luci-bwcUsage: luci-bwc [-t timeout] -i ifname // ifname为接口名字 luci-bwc [-t timeout] -r radiodev luci-bwc [-t timeout] -c luci- 阅读全文
posted @ 2016-02-24 13:53 hbg-rohens 阅读(2726) 评论(0) 推荐(0)
摘要: linux有一个成熟的带宽供给系统,称为Traffic Control(流量控制)。这个系统支持各种方式进行分类、排序、共享和限制出入流量。 一、基础知识 让ip显示我们的链路 ip link list root@hbg:/# ip link list1: lo: <LOOPBACK,UP,LOWE 阅读全文
posted @ 2016-02-22 14:55 hbg-rohens 阅读(1861) 评论(0) 推荐(0)
摘要: 1、锻炼好身体,至少一个半程马拉松,条件许可跑个马拉松 2、钻研代码,加强深度学习 3、业务知识能力继续加强 加油,2016,开工大吉!!! 阅读全文
posted @ 2016-02-16 17:26 hbg-rohens 阅读(135) 评论(0) 推荐(0)
摘要: debian服务器上不了网,缺少默认网关 root@hbg:/# route -nKernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Iface192.168.1.0 0.0.0.0 255.255.255. 阅读全文
posted @ 2016-02-16 17:09 hbg-rohens 阅读(1657) 评论(0) 推荐(0)
摘要: 802.11帧主要有三种:数据帧(data frame)、控制帧(control frame)和管理帧(management frame)。 数据帧:负责在工作站之间搬运数据。会将上层协议的数据置于帧主题中加以传递。 控制帧:通常与数据帧搭配使用负责区域的清空、信道的取得一级载波监听的维护,并于收到 阅读全文
posted @ 2016-01-27 15:41 hbg-rohens 阅读(320) 评论(0) 推荐(0)
摘要: root@hbg:/tmp# cat /proc/mtddev: size erasesize namemtd0: 00040000 00010000 "u-boot"mtd1: 00010000 00010000 "u-boot-env"mtd2: 00e30000 00010000 "rootf... 阅读全文
posted @ 2016-01-23 13:45 hbg-rohens 阅读(471) 评论(0) 推荐(0)
摘要: 802.11基本规范涵盖了802.11 MAC以及两种物理层(physical layer):一种是跳频扩频(frequenccy-hopping spread-spectrum,简称FHSS)物理层,另一种是直接序列扩频(direct-sequence spread-spectrum,简称DSSS... 阅读全文
posted @ 2016-01-21 17:19 hbg-rohens 阅读(1225) 评论(0) 推荐(0)
摘要: opkg是个安装器,小巧,功能全。 root@hbg:/# opkg files opkgPackage opkg (9c97d5ecd795709c8584e972bfdf3aee3a5b846d-7) is installed on root and has the following file 阅读全文
posted @ 2016-01-21 10:18 hbg-rohens 阅读(1874) 评论(0) 推荐(0)
摘要: 生成备份文件时所使用的脚本中调用的命令为sysgrade local image_tmp = "/tmp/firmware.img"local backup_cmd = "sysupgrade --create-backup - 2>/dev/null"local fsysup = "openwrt... 阅读全文
posted @ 2016-01-20 18:06 hbg-rohens 阅读(3115) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 44 下一页