易截截图软件、单文件、免安装、纯绿色、仅160KB

linux下ddns实现动态dns实现域名解析(转载备忘)

呵呵一直一来在WINDOWS下有花生壳等众多的DDNS软件实现动态域名解析。但都是在WINDOWS下的。
今天找到了一个金万维公司提供的免费DDNS服务。主要是提供有LINUX下的安装客户端 
安装方法:得到金万维gnhostlinux动态域名Linux/Unix下客户端软件
wget http://www.gnway.com/download/gnhostlinux1.2.6.tgz 
解压软件
tar zxvf gnhostlinux1.2.6.tgz 
运行安装程序
[root@gnway root] ./install.sh 
安装完之后
 
启动金万维动态域名Linux/Unix下客户端软件
/etc/rc.d/rc3.d/S99gnhostlinuxd  start
第一此运行时 会让你输入帐户 和密码 你输入完 后 他会你的帐户和密码记在
/etc/gnhostlinux.conf

然后重启
/etc/rc.d/rc3.d/S99gnhostlinuxd restart
你的linux下ddns实现动态dns实现域名解析就完成了
如果你是在路由下上的网。你就要在路由上作个端口映射,在路由的虚拟服务器里。映射一个80端口到你的ip 就行了。
相信的看这个http://www.gnway.com/service_new/duankou.php


相关文档:

实战Linux Bluetooth编程(六) L2CAP编程实例

例一:发送Signaling Packet:
Signaling Command是2个Bluetooth实体之间的L2CAP层命令传输。所以得Signaling Command使用CID 0x0001.
多个Command可以在一个C-frame(control frame)中发送。
 如果要直接发送Signaling Command.需要建立SOCK_RAW类型的L2CAP连接Socket。这样才有机会自己填充Command Code,Identi ......

How to: Linux flush or remove all iptables rules

 
Here is small script that does this. Debian or Ubuntu GNU/Linux does
not comes with any SYS V init script (located in /etc/init.d directory)
.
You create a script as follows and use it to stop or flush the iptables rules.
Please don't type rules at command prompt. Use the script to sp ......

公开 《Unix/Linux下的Curses库开发指南》全书内容

 《Unix/Linux下的Curses库开发指南》于2003年由清华出版社出版,合同在2008年结束。这是国内唯一的一本关于Curses库开发指南的图书。本书无意再版,因此特意公开全书内容,所有的章节会逐渐放出。希望对大家有用。 ......

Linux文件查找命令find,xargs详述

转贴地址:http://www.linuxsir.org/main/?q=node/137
总结:
zhy2111314
来自:
LinuxSir.Org
整理:
北南南北
摘要:
本文是find 命令的详细说明,可贵的是针对参数举了很多的实例,大量的例证,让初学者更为容易理解;本文是zhyfly兄贴在论坛中;我对本文进行了再次整理,为方便大家阅读;
目录
版权声明
前 ......

Linux 下的两个脚本

//videoserver
#!/bin/bash
#
# videoserver
#
# chkconfig: 3456 11 91
# description: videoserver
# Source function library.
. /etc/rc.d/init.d/functions
prog="videoserver"
start() {
# Start daemons.
echo -n $"Starting $prog: "
/video/videoserver/recordvideosvr /video/videoserver ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号