全球主机交流论坛

标题: 发一个Ubuntu下自动建Seedbox的脚本! [打印本页]

作者: Ultratude    时间: 2011-9-17 16:14
标题: 发一个Ubuntu下自动建Seedbox的脚本!
  1. #!/bin/bash
  2. apt-get autoremove --purge apache* -y
  3. apt-get autoremove --purge mysql* -y
  4. apt-get update
  5. apt-get install nano screen -y
  6. wget --no-check-certificate -O autodl-setup http://sourceforge.net/projects/autodl-irssi/files/autodl-setup/download
  7. sh autodl-setup
复制代码
跟着提示一步一步来就行了,还会装vsFTP和Webmin,也可以选择不装。
作者: qun    时间: 2011-9-17 16:16
学习了
作者: xiaoyaohou    时间: 2011-9-17 16:16
原帖由 qun 于 2011-9-17 16:16 发表
学习了

作者: kiva    时间: 2011-9-17 16:17
RT的脚本啊
作者: 有容乃大    时间: 2011-9-17 16:17
技术贴,mark
作者: Ultratude    时间: 2011-9-17 16:18
标题: 回复 4# kiva 的帖子
ruTorrent
作者: foxconndmd    时间: 2011-9-17 16:21
apt-get install transmission
岂不是更简单。。。
作者: chaoren521    时间: 2011-9-17 16:41
高手
作者: qq286735628    时间: 2011-9-17 20:08
原帖由 foxconndmd 于 2011-9-17 16:21 发表
apt-get install transmission
岂不是更简单。。。


Transmission好像没这么简单吧,怎么我装的时候要编译安装?
作者: tobeychan    时间: 2011-9-17 20:12
transmission    不 够 ru性能好
作者: lazyzhu    时间: 2011-9-17 20:13
原帖由 tobeychan 于 2011-9-17 20:12 发表
transmission    不 够 ru性能好


你网站还没恢复?
作者: 一跳而过    时间: 2011-9-17 20:13
mark
学习了
谢谢楼主
作者: ATOM    时间: 2011-9-17 20:13
收藏了。
作者: burstkong    时间: 2011-9-17 20:37
原帖由 tobeychan 于 2011-9-17 20:12 发表
transmission    不 够 ru性能好


transmission对内存需求低,128都能跑,rt 512跑着都容易翻车。
作者: iblicf    时间: 2011-9-17 20:52
现在流行  deluge   ~
  1. #!/bin/bash

  2. DISTR=`cat /etc/lsb-release|grep DISTRIB_CODENAME|awk -F= '{print $2}'`

  3. #跑了个wp, 不能删 mysql
  4. #apt-get autoremove --purge apache* -y
  5. #apt-get autoremove --purge mysql* -y

  6. echo "deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu $DISTR main" >> /etc/apt/sources.list
  7. echo "deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu $DISTR main" >> /etc/apt/sources.list
  8. apt-get install python-software-properties --force-yes -y
  9. add-apt-repository ppa:deluge-team/ppa
  10. apt-get update -y
  11. #apt-get install vsftpd
  12. screen deluged deluge-web -y
  13. deluged
  14. screen -fa -d -m -S deluge-web deluge-web
  15. sed -i '/exit 0/d' /etc/rc.local
  16. sed -i '/deluge/d' /etc/rc.local
  17. echo "deluged" >> /etc/rc.local
  18. echo "screen -fa -d -m -S deluge-web deluge-web" >> /etc/rc.local
  19. echo "exit 0" >> /etc/rc.local
复制代码

[ 本帖最后由 iblicf 于 2011-9-17 21:12 编辑 ]
作者: tobeychan    时间: 2011-9-17 20:55
ru 不稳定
作者: lazyzhu    时间: 2011-9-17 20:59
tobeychan 你直接列个表 要支持 Webui 的 Torrent client


作者: zjsz007    时间: 2011-9-18 17:55
  那也别拿我的VPS开刀啊...
要Seedbox用burst去,人家无限流量.




欢迎光临 全球主机交流论坛 (https://hostloc.onozo.cc/) Powered by Discuz! X3.4