仓酷云
标题:
给大家带来CentOS装置花生壳
[打印本页]
作者:
飘飘悠悠
时间:
2015-1-14 20:17
标题:
给大家带来CentOS装置花生壳
欢迎大家来到仓酷云论坛!
1、装置申明(以
CentOS5
为例)
1
、装置需要的开辟包
[root@localhost~]#yuminstallgccgcc-c++autoconfautomake
2
、下载
phddns-2.0.2.16556.tar.gz
到某一个目次
[root@localhost~]#wgethttp://download.oray.com/peanuthull/phddns-2.0.2.16556.tar.gz
3
、解压一切文件
[root@localhost~]#tarzxvfphddns-2.0.2.16556.tar.gz
4
、进进目次并编译
[root@localhost~]#cdphddns-2.0.2.16556
[root@localhostphddns-2.0.2.16556]#aclocal
[root@localhostphddns-2.0.2.16556]#autoconf
[root@localhostphddns-2.0.2.16556]#automake
[root@localhostphddns-2.0.2.16556]#./configure
[root@localhostphddns-2.0.2.16556]#make
[root@localhostphddns-2.0.2.16556]#cdsrc
[root@localhostsrc]#ls-lphddns
-rwxr-xr-x1rootroot80968Aug211:18phddns
5
、实行编译好的步伐并设置
(默许利用/etc/phlinux.conf,假如不存在这个文件则主动进进交互设置)
[root@localhostsrc]#./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
拷贝到你但愿的地位
[root@localhostsrc]#cpphddns/usr/bin/
7
、今后台形式启动花生壳并反省运转情形
[root@localhost~]#/usr/bin/phddns-c/etc/phlinux.conf-d
phlinuxstartedasdaemon!
[root@localhost~]#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
[root@localhost~]#ps-A|grepphddns
13731?00:00:00phlinux
让背景历程加入
[root@localhost~]#kill-913731
9
、将花生壳加到体系启动时运转
[root@localhost~]#vi/etc/rc.local
在文件的开端加上一行:/usr/bin/phddns-c/etc/phlinux.conf-d
2、花生壳
Linux
版本下令行参数申明
[root@localhost~]#/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),请确认防火墙没有把这几个通讯端口封失落。
怎样检察花生壳以后运转形态
?
检察日记:
[root@localhost~]#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
标题:
给大家带来CentOS装置花生壳
LZ是天才,坚定完毕
作者:
飘灵儿
时间:
2015-1-24 12:43
选择一些适于初学者的Linux社区。
作者:
飘飘悠悠
时间:
2015-2-1 16:49
用户下达的命令解释给系统去执行,并将系统传回的信息再次解释给用户,估shell也称为命令解释器,有关命令的学习可参考论坛相关文章,精通英文也是学习Linux的关键。
作者:
小女巫
时间:
2015-2-7 13:13
永中office 2004增强版安装只需要默认安装即可使用并操作大多与win系统雷同,打印机的配置和管理,记录光盘等。
作者:
因胸联盟
时间:
2015-2-22 17:32
如果上面的措施没有解决问题,此时你就需要Linux社区的帮助了。 Linux的使用者一般都是专业人士,他们有着很好的电脑背景且愿意协助他人。
作者:
老尸
时间:
2015-3-7 04:27
和私有操作系统不同,各个Linux的发行版本的技术支持时间都较短,这对于Linux初学者是往往不够的。
作者:
变相怪杰
时间:
2015-3-14 14:10
说实话小时候没想过搞IT,也计算机了解也只是一些皮毛,至于什么UNIX,Linux,听过没见过,就更别说用过了。?
作者:
柔情似水
时间:
2015-3-21 11:55
虽然大家都比较喜欢漂亮的mm,但是在学 linux 的过程中,还是要多和“男人”接触一下:P 遇到问题的时候,出来看说和上网查之外,就是要多用 linux 下的 man 命令找找帮助。
欢迎光临 仓酷云 (http://ckuyun.com/)
Powered by Discuz! X3.2