来一发CentOS下装置花生壳和利用教程
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!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
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们!
来一发CentOS下装置花生壳和利用教程
我学习Linux的心得体会,希望对大家的学习有所帮助,由于水平有限,本文难免有所欠缺,望请指正。 这种补充有助于他人在邮件列表/新闻组/论坛中搜索对你有过帮助的完整解决方案,这可能对他们也很有用。 和私有操作系统不同,各个Linux的发行版本的技术支持时间都较短,这对于Linux初学者是往往不够的。 熟读Linux系统有关知识,如系统目录树,有关内容可购书阅读或搜索论坛。 不同于Windows?系统需要花钱购买,因为Linux的核心是免费的,自由使用的,核心源代码是开放的。 不同于Windows?系统需要花钱购买,因为Linux的核心是免费的,自由使用的,核心源代码是开放的。 了解Linux的网络安全,系统的安全,用户的安全等。安全对于每位用户,管理员来说是非常重要的。 Linux操作系统这个名词记得在很早以前就听过,但当时并不知道具体是什么样的操作系统,只知道是一个与嵌入式密切相关的操作系统。 生成新的unispimsp.ksc。”另外得到回复后如果问题解决,向帮助过你的人发个说明,让他们知道问题是怎样解决的。
页:
[1]