操作系统:Debian8 登录pg时可能会有提示错误: 打开以下文件, 将 peer 改为md5: 然后重启服务: 再登录即可: -- End -- ...
分类:
数据库 时间:
2016-10-14 20:31:15
阅读次数:
1404
本文描述了生成freeswitch事件的几种方式,这里记录下,也方便我以后查阅。 操作系统:debian8.5_x64 freeswitch 版本 : 1.6.8 在freeswitch代码中加入事件 产生内置事件(以SWITCH_EVENT_MODULE_LOAD为例): 产生自定义事件: 使用嵌 ...
分类:
其他好文 时间:
2016-09-27 01:48:53
阅读次数:
255
应朋友需求,他要在vps上面安装metasploit,因为kali2.0是基于debian8的,所以我建议他使用debian8。但是他说使用debian8添加kali源,更新时出现404NotFound错误。于是乎,我就亲自尝试了一下。先看一下环境root@localhost:~#cat/etc/issue.net&&uname-a
DebianGNU/Lin..
分类:
Web程序 时间:
2016-09-17 13:35:18
阅读次数:
246
这几天用到freeswitch对接其它设备方面的知识,这里整理下,也方便我以后查阅。 操作系统:debian8.5_x64 freeswitch 版本 : 1.6.8 一、freeswitch作为被叫设备 freeswitch作为被叫设备和其它设备对接的情况比较简单,可以直接通过5080端口呼入。f ...
分类:
其他好文 时间:
2016-09-17 01:56:45
阅读次数:
254
1 安装vim需要的库 apt-get build-dep vim-gtk apt-get install libncurses5-dev mercurial 2 下载Vim8 apt-get install git git clone https://github.com/vim/vim.git ...
分类:
系统相关 时间:
2016-09-16 19:47:46
阅读次数:
1368
web根目录:/var/www/html更换 apt-get 源cd /etc/apt/sources.listdeb http://ftp.debian.org/debian jessie main contrib non-freedeb http://ftp.debian.org/debian ...
分类:
Web程序 时间:
2016-09-15 14:56:03
阅读次数:
193
操作系统:debian8.5_x64freeswitch 版本 : 1.6.8 本文仅描述sip注册的简单场景,即话机直接向处于同一个局域网的fs进行注册。 SIP协议的消息结构 消息框架 SIP协议是基于文本的协议,SIP协议的消息都遵从一个统一的消息结构: 起始行(Start-Line)、一个或 ...
分类:
其他好文 时间:
2016-09-13 00:08:15
阅读次数:
331
http://www.cnblogs.com/maowang1991/p/3362704.html http://www.linuxidc.com/Linux/2015-10/123715.htm http://www.linuxidc.com/Linux/2015-03/115113.htm ht ...
分类:
其他好文 时间:
2016-09-12 00:18:22
阅读次数:
487
操作系统:debian8.5_x64 freeswitch 版本 : 1.6.8 python版本:2.7.9 开启python模块 安装python lib库 编辑modules.conf,开启python模块: 编译安装: 在modules.conf.xml中开启python支持; 启动free ...
分类:
编程语言 时间:
2016-09-07 01:06:53
阅读次数:
875
最近,配置一个韩国vps,里面用的是163的源,感觉不如官方的好用,就改为官方源。地址为:ftp.cn.debian.org 输入命令: 进入vi编辑器编辑源镜像站点。 按o可以新建一行进行编辑操作,输入以下内容。 ...
分类:
其他好文 时间:
2016-09-01 14:17:33
阅读次数:
244