wangdiqi Blog

没有尽头,何来终点。

terminal

“Let’s go” xterm 安装 中文 文泉驿字体 ohmyzsh 安装 1. ohmyzsh https://github.com/ohmyzsh/ohmyzsh.git 2. 主题agnoster git clone https://github.com/powerline/fonts ./install.sh 选择终端字体 Noto Mono for Po...

unimrcp

“Let’s go” plugin函数流程 启动unimrcp服务,会执行 mrcp_plugin_create -->做认证操作 xxx_recog_engine_open 调用识别时,会执行 1. mrcp_plugin_create ----> 创建mrcp_engine, xxx_recog_engin...

freeswitch

VoIP

“Let’s go” 安装 库 libsqlite3-dev libcurl4-openssl-dev libspeexdsp-dev libldns-dev libedit-dev libavformat-dev libav项目 命令 yasm 基本概念 工作流程 Channel状态机 NEW -->INIT-->ROUTING-->EXECUTE...

VoIP基数概览

VoIP

“Let’s go” 基本概念 VoIP 基于IP的语音传输(英语:Voice over Internet Protocol,缩写为VoIP)是一种语音通话技术,经由网际协议(IP)来达成语音通话与多媒体会议,也就是经由互联网来进行通信。其他非正式的名称有IP电话(IP telephony)、互联网电话(Internet telephony)、宽带电话(broadband te...

ipc

linux

“Let’s go” 基本概念 POSIX semaphore vs XSI semaphore One marked difference between the System V and POSIX semaphore implementations is that in System V you can control how much the semaphore cou...

leetcode

leetcode

“Let’s go” 基本概念 subarray A subarray is a slice from the array which is contiguous (i.e. occupy consecutive positions) and inherently maintains the order of elements. For example, the subarray...

v2ray

vpn

“Let’s go” V2Ray 内核 V2Ray 内核可以单独使用,也可以配置其它程序一起使用。 官网:https://www.v2ray.com/ 使用方式 Windows 或 macOS 压缩包内的 config.json 是默认的配置文件,无需修改即可使用。配置文件的详细信息可以在官网找到。 Windows 中的可执行文件为 v2ray.exe 和 wv2...

服务性能指标

server performance

“Let’s go” QPS 第一种计算方式: throughput (QPS) = processing power (CPU) / response time 第二种计算方式 QPS (TPS) = the number of concurrent / average response time or the number of concurrent = QPS* aver...

emacs org-mode

org-mode

“Let’s go” 常用命令备忘录 杂 #+TITLE:触发流控产品信息表 #+OPTIONS: toc:2 #+OPTIONS: toc:nil #+STARTUP: showall #+CONSTANTS: pi=10 #+options: ^:{} 需要使用{}才能起到下标或上标效果 H_{2}O MC^{2}= \\ 换行 c-c c-z logbook ...

profile工具

profile

“Let’s go” 常用的命令 ps 一般无需root权限 查看进程信息 top 一般无需root权限 查看cpu利用率 查看内存利用率 top -d 1 //检查CPU,LOAD, 进程CPU占比,内存消耗,user cpu,sys cpu, idle cpu atop(功能很强大,神器) 一般无需root权限...