trott 发表于 2013-9-27 15:39:16

伟大的三则奶奶 发表于 2013-9-27 15:24
ubutu也有个web管理的插件的 装好就可以web管理了 楼主可以网上找找那个东西用了很方便的 ...

webmin吗?确实,不过其实在shell下编辑以下conf文件也不难的

trott 发表于 2013-9-27 19:52:51

本帖最后由 trott 于 2013-9-30 13:06 编辑

rtorrent+rutorrent的安装,这里我用的web server是lighttpdsudo apt-get install screen curl apache2-utils lighttpd php5 php5-cgi php5-cli php5-common php5-curl rtorrent mediainfo ffmpeg unzip unrar下载准备好的rtorrent的配置文件,你可以更改,注意如果你改了下载,session和watch的目录(directory,session,watch_directory)的话,必须保证这3个目录是存在的wget -O ~/.rtorrent.rc https://dl.dropboxusercontent.com/u/12085779/rtorrent.rc建立配置文件中用的目录mkdir -p ~/rtorrent/session ~/rtorrent/download ~/rtorrent/watch现在下载自动启动文件:sudo wget -O /etc/init.d/rtorrent https://dl.dropboxusercontent.com/u/12085779/rtorrent
sudo sed -ibk -e "s/<NAME>/$USER/g" /etc/init.d/rtorrent
sudo chmod +x /etc/init.d/rtorrent
sudo update-rc.d /etc/init.d/rtorrent现在在编辑lighttpd的配置文件sudo nono /etc/lighttpd/lighttpd.conf在server.modules部分增加:
      "mod_scgi",
      "mod_fastcgi"

在文件的最后增加
scgi.server = (
"/var/www/rutorrent/RPC2" =>
( "127.0.0.1" =>
(
   "socket" => "/tmp/scgi.socket",
   "check-local" => "disable",
   "disable-time" => 0
)
)
)

fastcgi.server = ( ".php" => ((
       "bin-path" => "/usr/bin/php-cgi",
       "socket" => "/tmp/php.socket"
)))
下载rutorrent:cd /var/www
sudo svn checkout http://rutorrent.googlecode.com/svn/trunk/rutorrent
cd /var/www/rutorrent
sudo rm -rf plugins
sudo svn checkout http://rutorrent.googlecode.com/svn/trunk/plugins
sudo chown -R www-data.www-data /var/www/rutorrent更改rutorrent的配置文件:sudo /var/www/rutorrent/conf/config.php更改其中3项如下
        $scgi_port = 0;
        $scgi_host = "unix:///tmp/scgi.socket";

      $XMLRPCMountPoint = "/var/www/rutorrent/RPC2

重启服务:sudo /etc/init.d/rtorrent restart
sudo /etc/init.d/lighttpd restart用浏览器访问 http://nas ip/rutorrent 就可以了

congsz 发表于 2013-9-27 20:59:59

很好的教程贴,积累以后,楼主再弄一个目录就更赞了。谢谢分享。

linux147 发表于 2013-9-27 22:45:34

我来学习的!!!!

illustrate 发表于 2013-9-28 07:39:38

學習學習

小雅 发表于 2013-9-28 07:44:59

建议弄个目录

zhou0309 发表于 2013-9-29 11:03:13

有点看不明白。

伟大的三则奶奶 发表于 2013-10-17 14:58:59

trott 发表于 2013-9-27 15:39
webmin吗?确实,不过其实在shell下编辑以下conf文件也不难的

openv什么meida的

tnt2001 发表于 2013-10-18 10:03:52

认真学习

TyrielWW 发表于 2013-10-18 17:05:40

好好学习

patrick_4587 发表于 2013-10-18 17:13:56

有点复杂,学习中~~~

deed 发表于 2013-10-18 23:49:22

没有楼主这么能干。我的一台diy的nas,用了ubuntu server,后来要转大量文件,超1.2T,顶不住老机器的百兆网卡,装了桌面,中文环境,用usb 2.0接口挂活动硬盘,速度25M拷贝进去了。就装了smba,rsyn,纯粹的数据仓库。主要装工作文件和无损音乐。

liatxc 发表于 2013-10-19 09:06:15

新的文件系统,看来比较复杂。

deihc 发表于 2013-10-19 09:21:13

LZ你要照顾一下我等小白啊~~~~~

tnt2001 发表于 2013-10-19 09:25:00

支持楼主

georgefan101 发表于 2013-11-2 18:30:00

楼主可试试openmediavault

andyloud 发表于 2013-11-2 19:55:21

學個經驗

zyq328 发表于 2013-11-2 19:55:42

来学习下

bslhbz 发表于 2013-11-2 21:23:54

不错,顶一下

rockyhp 发表于 2013-11-3 03:23:11

好像很复杂
页: 1 [2] 3
查看完整版本: 用ubuntu来做NAS OS, 实现各种功能