第 7 章 Gnu Gatekeeper

简介:

目录

7.1. Gnu Gatekeeper Install
7.2. Gnu Gatekeeper Configure
7.3. Gnu Gatekeeper Test
7.3.1. Part I - Microsoft Windows NetMeeting
7.3.2. Part II - ohphone

http://www.gnugk.org/

7.1. Gnu Gatekeeper Install

sudo apt-get install gnugk
sudo apt-get install ohphone
		

start|stop|restart|force-reload

netkiller@shenzhen:~$ sudo /etc/init.d/gnugk
Usage: /etc/init.d/gnugk {start|stop|restart|force-reload}
		

Start

netkiller@shenzhen:~$ sudo /etc/init.d/gnugk start
Starting H.323 gatekeeper: gnugk.
netkiller@shenzhen:~$

netkiller@shenzhen:~$ sudo /etc/init.d/gnugk stop
Stopping H.323 gatekeeper: gnugk.
netkiller@shenzhen:~$
		

Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>comments powered by Disqus





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
JavaScript Windows Linux
|
JavaScript 前端开发
|
Windows Linux 关系型数据库
|
6天前
|
编译器 Linux 开发工具
|
6天前
|
NoSQL 编译器 开发工具
006.gcc编译器
gcc是什么?
50 0
006.gcc编译器
|
6天前
|
存储 NoSQL 算法
从一个crash问题展开,探索gcc编译优化细节
问题分析的过程也正是技术成长之路,本文以一个gcc编译优化引发的crash为切入点,逐步展开对编译器优化细节的探索之路,在分析过程中打开了新世界的大门……
452 1
|
6天前
|
C语言
gcc的简易用法(编译、参数与链接)
【5月更文挑战第14天】gcc的简易用法(编译、参数与链接)。
9 1
|
6天前
|
Unix Java 编译器
安装gcc
【5月更文挑战第14天】安装gcc。
20 1