上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 44 下一页
摘要: VLC: Video LAN多媒体播放器,是一个跨平台开源的软件,支持主流的编码格式MPEG-2、H.264等。 (1)ubuntu上安装vlc: sudo apt-get install vlc (2)配置VLC组播源 打开vlc播放器,在终端运行命令 vlc即可,可以看到如下界面 选择 “媒体” 阅读全文
posted @ 2017-10-20 09:16 hbg-rohens 阅读(2069) 评论(0) 推荐(0)
摘要: openwrt 下启动igmpproxy时报错 # /etc/init.d/igmpproxy start Not starting instance igmpproxy::instance1, an error was indicated 手动拉起进程,查看更多消息: root@hbg:# igm 阅读全文
posted @ 2017-10-18 09:31 hbg-rohens 阅读(1978) 评论(0) 推荐(0)
摘要: -e 若字符串中出现以下字符,则特别加以处理,而不会将它当成一般文字输出: \a 发出警告声; \b 删除前一个字符; \c 最后不加上换行符号; \f 换行但光标仍旧停留在原来的位置; \n 换行且光标移至行首; \r 光标移至行首,但不换行; \t 插入tab; \v 与\f相同; \\ 插入\ 阅读全文
posted @ 2017-10-17 14:30 hbg-rohens 阅读(875) 评论(0) 推荐(0)
摘要: 刚刚下载的openwrt trunk版本,安装后没有luci选项,如下图 需要添加luci页面选项。 步骤如下: (1)修改配置文件 .config , 将 CONFIG_FEED_luci is not set 修改为 CONFIG_FEED_luci=y (2)执行如下命令: ./scripts 阅读全文
posted @ 2017-09-29 17:18 hbg-rohens 阅读(5438) 评论(0) 推荐(0)
摘要: TLS: transport level security , 安全传输层协议,用于在两个通信应用程序之间提供保密性和数据完整性。该协议由两层组成: TLS 记录协议(TLS Record)和 TLS 握手协议(TLS Handshake)。 目前基于TLS的EAP认证方法主要有三种: (1)EAP 阅读全文
posted @ 2017-09-29 16:31 hbg-rohens 阅读(4838) 评论(0) 推荐(0)
摘要: 功能: 获取给定路径的目录部分 利用man 查看dirname的说明如下: DESCRIPTION Output each NAME with its last non-slash component and trailing slashes removed; if NAME contains no 阅读全文
posted @ 2017-09-28 08:34 hbg-rohens 阅读(5867) 评论(0) 推荐(0)
摘要: 在进行802.1x 测试时遇到如下问题: Waking up in 4.6 seconds.(156) Received Access-Request Id 82 from 192.168.1.126:44896 to 192.168.1.122:1812 length 524(156) User- 阅读全文
posted @ 2017-09-27 17:42 hbg-rohens 阅读(3067) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-09-27 17:09 hbg-rohens 阅读(26) 评论(0) 推荐(0)
摘要: openwrt 各个版本代码下载 trunk:git clone git://github.com/openwrt/openwrt.git 15.05 (Chaos Calmer)git clone -b chaos_calmer git://github.com/openwrt/openwrt.g 阅读全文
posted @ 2017-09-26 17:20 hbg-rohens 阅读(3461) 评论(0) 推荐(0)
摘要: 具体错误如下: 1) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default(1) authorize {(1) policy filter_username {(1) if (&User- 阅读全文
posted @ 2017-09-25 17:22 hbg-rohens 阅读(2325) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 44 下一页