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
相关文档:
Service Discovery Protocol(SDP)提供一种能力,让应用程序有方法发现哪种服务可用以及这种服务的特性。
服务发现协议(SDP或Bluetooth SDP)在蓝牙协议栈中对蓝牙环境中的应用程序有特殊的含意,发现哪个服务是可用的和确定这些可用服务的特征。SDP定义了bluetooth client发现可用bluetooth server服务和它们的特征的方法。 ......
Linux 2.6下SPI设备模型
--------基于AT91RM9200分析
Atmel公司的ARM AT系列,其SPI驱动在kernel 2.6.23里已经包含。如果你打了at91-patch补丁的话,则在内核配置时要小心。在Device Drivers---- > Character devices ---- >取消选中SPI Driver(legacy) for at91rm9200 pro ......
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 ......
以下是我的测试oci的例子!
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "oci.h"
static OCIServer *srvhp;
static OCISession *p_session;
static OCIEnv &nb ......
为了突出讲解的方便性,我把以前工作中珍藏的一些实验过程贡献给大家。(未经允许,请勿转载) 一.实验目的 1. 了解Linux操作系统的启动与登录方法 2. 掌握常用Red Hat Linux命令的使用方法,掌握图形用户界面下的基本操作 3. 了解Linux命令中参数选项的用法和作用 4. 熟悉操作系统的命令接口、图形 ......