飘飘悠悠 发表于 2015-1-14 20:17:20

给大家带来CentOS装置花生壳

欢迎大家来到仓酷云论坛!1、装置申明(以CentOS5为例)

1、装置需要的开辟包

#yuminstallgccgcc-c++autoconfautomake

2、下载phddns-2.0.2.16556.tar.gz到某一个目次

#wgethttp://download.oray.com/peanuthull/phddns-2.0.2.16556.tar.gz

3、解压一切文件

#tarzxvfphddns-2.0.2.16556.tar.gz

4、进进目次并编译
#cdphddns-2.0.2.16556
#aclocal
#autoconf
#automake
#./configure
#make
#cdsrc
#ls-lphddns
-rwxr-xr-x1rootroot80968Aug211:18phddns

5、实行编译好的步伐并设置(默许利用/etc/phlinux.conf,假如不存在这个文件则主动进进交互设置)

#./phddns
输出办事器地点,如无特别情形可以使用默许值
Enterserveraddress(pressENTERusephlinux3.oray.net):

输出您的Oray帐号称号
EnteryourOrayaccount:

对应的Oray帐号暗码
Password:

选择帮定的网卡,如无特别,默许便可
Networkinte***ce(s):
eth0:192.168.141.18
lo:127.0.0.1
Chooseone(defaulteth0):

选择日记保留到哪一个文件
Logtouse(default/var/log/phddns.log):

保留设置文件,选择yes则间接保留到/etc/phlinux.conf,输出other能够指定文件
Savetoconfigurationfile(/etc/phlinux.conf)?(yes/no/other):

接上去步伐将已交互形式入手下手运转
192.168.141.18
NICbindsuccess
OnStatusChangedokConnecting
OnStatusChangedokDomainListed
OnDomainRegisteredskyvense22.gicp.net
OnStatusChangedokDomainsRegistered
UserType:0
看到下面这些就暗示登录乐成,这个时分能够按ctrl+c先加入步伐

6、将phddns拷贝到你但愿的地位
#cpphddns/usr/bin/

7、今后台形式启动花生壳并反省运转情形

#/usr/bin/phddns-c/etc/phlinux.conf-d
phlinuxstartedasdaemon!
#tail/var/log/phddns.log
2011/08/0211:28:58.256|ExecuteUpdateOK,BeginKeepAlive!
2011/08/0211:29:59.354|SendKeepAlive()8208
2011/08/0211:30:00.355|RecvKeepaliveResponse()Datacomes,OPCODE:8272
2011/08/0211:30:00.356|Keepaliveresponsereceived,clientip:116.231.123.96
2011/08/0211:31:00.447|SendKeepAlive()8208
2011/08/0211:31:01.450|RecvKeepaliveResponse()Datacomes,OPCODE:8272
2011/08/0211:31:01.450|Keepaliveresponsereceived,clientip:116.231.123.96

8、加入花生壳

检察历程ID
#ps-A|grepphddns
13731?00:00:00phlinux
让背景历程加入
#kill-913731

9、将花生壳加到体系启动时运转
#vi/etc/rc.local
在文件的开端加上一行:/usr/bin/phddns-c/etc/phlinux.conf-d

2、花生壳Linux版本下令行参数申明

#/usr/bin/phlinux-h
PeanuthullLinux-core2.0byoray.com,copyright2011
PeanuthullLinux-coreHelp
--first-run
-f,runforthefirsttime
用于初次启动时设置参数

--interact
-i,runasinteractivemode
programwillrequestfornecessaryparameters.
thismodewillautomaticallyenabledatfirstrunning,
oryourconfigurationfilehasbeenlost.
启动交互形式

--daemon
-d,runasadaemon
programwillquitafterputitselftobackground,
andcontinuerunningevenyoulogout,
youcanusekill-9<PID>toterminate.
背景形式

--config
-c,runwithconfigurationfile
programwillrunwiththefile
指定利用哪个设置文件

--user
-u,runastheuser
programwillrunastheuser
以指定用户启动背景历程

--help
-h,printthisscreen.
Pleasevisithttp://www.oray.comfordetail.

3、罕见成绩

怎样手动修正上岸的用户名及暗码?

您能够间接编纂/etc/phlinux.conf文件,对上岸用户名及暗码举行修正。
花生壳日记保留路径
/var/log/phddns.log

为何花生壳没法上岸?

花生壳利用的通讯端口是TCP:6060和UDP:6060(偏向:OUT),请确认防火墙没有把这几个通讯端口封失落。

怎样检察花生壳以后运转形态?

检察日记:
#tail/var/log/phddns.log
2011/08/0211:28:58.256|ExecuteUpdateOK,BeginKeepAlive!
2011/08/0211:29:59.354|SendKeepAlive()8208
2011/08/0211:30:00.355|RecvKeepaliveResponse()Datacomes,OPCODE:8272
2011/08/0211:30:00.356|Keepaliveresponsereceived,clientip:116.231.123.96
2011/08/0211:31:00.447|SendKeepAlive()8208
2011/08/0211:31:01.450|RecvKeepaliveResponse()Datacomes,OPCODE:8272
2011/08/0211:31:01.450|Keepaliveresponsereceived,clientip:116.231.123.96

怎样在其他平台(非X86)编译运转?

交织编译mipscpu版本***:
1、装置交织工具并设置情况
........
2、设置参数
./configure--host=i386-linux--target=mipsel-linux--build=mipsel-linuxCXX=mipsel-linux-gccCC=mipsel-linux-gccLD=mipsel-linux-ld
3、make
4、最初静态链接下
mipsel-linux-gcc-g-O2-ophlinux-smain.ophupdate.oPHGlobal.oPHSocket.omd5.olog.ogenerate.ocoder.oblowfish.obitstream.obase64.oConvertUTF.oCCmdParser.oPhClient.oPhUpdater.o/opt/openwrt/mipsel-linux/lib/librt.a/opt/openwrt/mipsel-linux/lib/libstdc++.a//opt/openwrt/mipsel-linux/lib/libc.a
5、紧缩下(好放到路由器的小空间)
upx-ophlinux2phlinux
欢迎大家来到仓酷云论坛!

精灵巫婆 发表于 2015-1-15 13:43:09

给大家带来CentOS装置花生壳

LZ是天才,坚定完毕

飘灵儿 发表于 2015-1-24 12:43:09

选择一些适于初学者的Linux社区。

飘飘悠悠 发表于 2015-2-1 16:49:26

用户下达的命令解释给系统去执行,并将系统传回的信息再次解释给用户,估shell也称为命令解释器,有关命令的学习可参考论坛相关文章,精通英文也是学习Linux的关键。

小女巫 发表于 2015-2-7 13:13:07

永中office 2004增强版安装只需要默认安装即可使用并操作大多与win系统雷同,打印机的配置和管理,记录光盘等。

因胸联盟 发表于 2015-2-22 17:32:20

如果上面的措施没有解决问题,此时你就需要Linux社区的帮助了。 Linux的使用者一般都是专业人士,他们有着很好的电脑背景且愿意协助他人。

老尸 发表于 2015-3-7 04:27:18

和私有操作系统不同,各个Linux的发行版本的技术支持时间都较短,这对于Linux初学者是往往不够的。

变相怪杰 发表于 2015-3-14 14:10:11

说实话小时候没想过搞IT,也计算机了解也只是一些皮毛,至于什么UNIX,Linux,听过没见过,就更别说用过了。?

柔情似水 发表于 2015-3-21 11:55:57

虽然大家都比较喜欢漂亮的mm,但是在学 linux 的过程中,还是要多和“男人”接触一下:P 遇到问题的时候,出来看说和上网查之外,就是要多用 linux 下的 man 命令找找帮助。
页: [1]
查看完整版本: 给大家带来CentOS装置花生壳