iptux--Linux下的飞鸽传书
iptux--Linux下的飞鸽传书
工具:
操作系统:ubuntu10.04
内核版本:Linux version 2.6.32-36-generic
目录:
1. 介绍
2. 安装运行
3. 设置
4. 发送接收
5. 参考资料
1. 介绍
相信大家在 windows 上一定使用过 飞鸽传书、UM、飞秋 等工具在局域网内聊天或者互发文件。在 Linux 下也有同样的软件 g2ipmsg 和 iptux 。g2ipmsg 操作起来不是很方便,这里就不做介绍了,主要介绍一下 iptux 。iptux 是一款基于 GTK+2 ,兼容 飞鸽传书 协议的局域网通信、文件传输软件。
2. 安装运行
在终端上输入下面的命令进行安装:
$sudo apt-get install iptux
安装好之后,只需要在终端上输入 iptux 就可以把它给启动起来了。
$iptux & 2>/dev/null
3. 设置
个性化设置:
iptux → tools → Preferences → Your nickname:XXX
iptux → tools → Preferences → Your group name:XXX
中文支持:
iptux → tools → Preferences → System → Preference network coding → gb18030
添加网段:
iptux → tools → Preferences → Network → Form:xxx.xxx.xxx.xxx to:xxx.xxx.xxx.xxx
关于防火墙:
$sudo ufw allow 2425
4. 发送接收
通讯界面:
传送文件:
file → attach file → 选取文件 → Send
5. 参考资料
[1] http://www.cdin.com.cn/articles/ubuntu-10-10-install-the-book-iptux-flying.html
[2] http://os.51cto.com/art/200812/102630.htm
[3] http://code.google.com/p/iptux/