仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 572|回复: 9
打印 上一主题 下一主题

[CentOS(社区)] 来一发CentOS下装置花生壳和利用教程

[复制链接]
飘灵儿 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-14 20:37:51 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!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


如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们!
再现理想 该用户已被删除
沙发
发表于 2015-1-16 21:11:01 | 只看该作者

来一发CentOS下装置花生壳和利用教程

我学习Linux的心得体会,希望对大家的学习有所帮助,由于水平有限,本文难免有所欠缺,望请指正。
飘飘悠悠 该用户已被删除
板凳
发表于 2015-1-25 15:54:23 | 只看该作者
这种补充有助于他人在邮件列表/新闻组/论坛中搜索对你有过帮助的完整解决方案,这可能对他们也很有用。
老尸 该用户已被删除
地板
发表于 2015-2-3 11:57:22 | 只看该作者
和私有操作系统不同,各个Linux的发行版本的技术支持时间都较短,这对于Linux初学者是往往不够的。
冷月葬花魂 该用户已被删除
5#
发表于 2015-2-9 00:55:30 | 只看该作者
熟读Linux系统有关知识,如系统目录树,有关内容可购书阅读或搜索论坛。
飘灵儿 该用户已被删除
6#
 楼主| 发表于 2015-2-26 17:18:56 | 只看该作者
不同于Windows?系统需要花钱购买,因为Linux的核心是免费的,自由使用的,核心源代码是开放的。
山那边是海 该用户已被删除
7#
发表于 2015-3-8 16:41:59 | 只看该作者
不同于Windows?系统需要花钱购买,因为Linux的核心是免费的,自由使用的,核心源代码是开放的。
若天明 该用户已被删除
8#
发表于 2015-3-16 10:34:53 | 只看该作者
了解Linux的网络安全,系统的安全,用户的安全等。安全对于每位用户,管理员来说是非常重要的。
兰色精灵 该用户已被删除
9#
发表于 2015-3-22 23:08:05 | 只看该作者
Linux操作系统这个名词记得在很早以前就听过,但当时并不知道具体是什么样的操作系统,只知道是一个与嵌入式密切相关的操作系统。
小女巫 该用户已被删除
10#
发表于 2015-3-22 23:08:06 | 只看该作者
生成新的unispimsp.ksc。”另外得到回复后如果问题解决,向帮助过你的人发个说明,让他们知道问题是怎样解决的。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2025-1-26 02:23

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表