作者 GitiJun 2017.05.02 23:24:53 写了58篇文章,回复33人, 树莓派安装PHDDNS 阅读:1801· 评论:0· 喜欢:0 树莓派作为极客的玩具,对大众而言比较陌生。只有信用卡大小的它,同时也是一台功能完备的“电脑”,用户可以在上面搭建各种服务和应用。 ## 安装PHDDNS 在树莓派上下载安装包后,通过cd命令进入对应下载目录,输入下面的命令进行安装: ``` dpkg -i phddns_rapi_3.0.1.armhf.deb ``` 安装成功后,将显示此树莓派唯一的SN码、默认密码以及远程管理地址。 ## 卸载 ``` 命令:dpkg -r phddns ``` ## PHDDNS使用 输入phddns回车后,可以看到扩展的功能: ``` phddns start(启动)| stop(停止)| restart(重启) ``` 其他操作 ``` phddns status(状态)| version(版本)|reset(重置) ``` 日志文件存放路况 ``` 花生壳日志文件存放路况:/var/log/phddns ``` ## 在树莓派实际操作时显示 ``` root@raspberrypi:/home/helloworld/Downloads# dpkg -i phddns_rapi_3.0.1.armhf.deb Selecting previously unselected package phddns. (Reading database ... 129214 files and directories currently installed.) Preparing to unpack phddns_rapi_3.0.1.armhf.deb ... Unpacking phddns (3.0.1) ... Setting up phddns (3.0.1) ... insserv: warning: script 'K02svn.sh' missing LSB tags and overrides insserv: warning: script 'svn.sh' missing LSB tags and overrides Phddns Service install success. +--------------------------------------------------+ | Oray PeanutHull Linux 3.0 | +--------------------------------------------------+ | SN: RAPI7cac54ccf85c Default password: admin | +--------------------------------------------------+ | Remote Management Address http://b.oray.com | +--------------------------------------------------+ Processing triggers for systemd (215-17+deb8u5) ... root@raspberrypi:/home/helloworld/Downloads# ``` 可参考 [花生壳 3.0 for 树莓派 安装使用攻略 - 客服中心 - Oray](http://service.oray.com/question/2680.html) 赞 | 0 赏 标签:none