静看光阴荏苒
不管不顾不问不说也不念

Deluge1.3.15 for CentOS7一键安装脚本

OJBK,既然刚才写了一个rTorrent的安装脚本,那就再把Deluge的写一个吧,毕竟我个人挂PT最喜欢用的就是Deluge了。明天有空最后写一个qBittorrent的。

脚本仅支持CentOS7,64位系统!!!请使用纯净的系统安装!!!请使用ROOT用户执行脚本!!!

机器内存>2G,或者自己创建2G的swap。

创建swap:

dd if=/dev/zero of=/var/swap bs=1024 count=2097152
mkswap /var/swap
chmod 0600 /var/swap
swapon /var/swap

使用方法:

wget https://lala.im/static/script/DelugeCentOS7install.sh && chmod +x DelugeCentOS7install.sh
./DelugeCentOS7install.sh

脚本会帮你安装如下软件:

Deluge1.3.15
libtorrent-1.1.9(https://github.com/arvidn/libtorrent/releases/)

回显内容:

DelugeWEB地址:你的机器公网IP+端口8112
WEB密码:deluge

另外脚本会帮你配置Deluge的ThinClient客户端
ThinClient端口:58846
ThinClient账号:lala
ThinClient密码:lala.im-exciting

如需更改ThinClient密码,编辑如下配置文件:

/root/.config/deluge/auth

管理命令:

DelugeDaemon:

systemctl start deluged.service
systemctl stop deluged.service
systemctl restart deluged.service

DelugeWeb:

systemctl start deluge-web.service
systemctl stop deluge-web.service
systemctl restart deluge-web.service

预览图:

Update:

2018.9.8 修复SElinux无法正常关闭导致Nginx因为权限问题无法启动成功的问题。
2018.9.8 增加创建swap功能,如果你选择yes,那么脚本会帮你自动创建2GB的临时swap,安装完成之后你可以自己在/var目录手动删除。

赞(3)
未经允许不得转载:荒岛 » Deluge1.3.15 for CentOS7一键安装脚本
分享到: 更多 (0)

评论 16

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  1. #1

    大佬的教程从来没有留下如何卸载 :cry: 希望大佬以后可以加上

    loeveo5年前 (2019-05-01) UC Browser 12.3.8.1018 UC Browser 12.3.8.1018 Android 7.1.1 Android 7.1.1回复
    • 这种编译安装的软件,依赖太多卸不干净,最好的卸载就是重装。。

      LALA5年前 (2019-05-02) Google Chrome 72.0.3626.121 Google Chrome 72.0.3626.121 Windows 10 x64 Edition Windows 10 x64 Edition回复
  2. #2

    一键脚本装不了了吗?

    Liuben5年前 (2019-05-06) Chrome 74.0.3729.121 Chrome 74.0.3729.121 iPhone iOS 12.2 iPhone iOS 12.2回复
  3. #3

    额。。。可以用的,我的问题。

    Liuben5年前 (2019-05-06) Chrome 74.0.3729.121 Chrome 74.0.3729.121 iPhone iOS 12.2 iPhone iOS 12.2回复
  4. #4

    大佬,这个脚本好像装不了了,最后下载deluge提示失败,可能下载链接出问题了,希望大佬修复一下,谢谢!

    by5年前 (2019-07-29) Chrome 75.0.3770.103 Chrome 75.0.3770.103 iPhone iOS 12.3 iPhone iOS 12.3回复
    • 我明天看下。

      LALA5年前 (2019-07-29) Google Chrome 74.0.3729.169 Google Chrome 74.0.3729.169 Windows 10 x64 Edition Windows 10 x64 Edition回复
      • 大佬,修复了吗?

        by5年前 (2019-07-30) Chrome 75.0.3770.103 Chrome 75.0.3770.103 iPhone iOS 12.3 iPhone iOS 12.3回复
        • 我用这个测试了一遍没问题:https://git.lala.im/imlala/Deluge-for-CentOS7

          LALA5年前 (2019-08-01) Google Chrome 74.0.3729.169 Google Chrome 74.0.3729.169 Windows 10 x64 Edition Windows 10 x64 Edition回复
          • 好吧,可能是我这边问题。只是之前装都是好好的,突然就每次到下载deluge包就失败,装了很多次都这样。不过我按着你另一个手动安装装好了。

            by5年前 (2019-08-01) Chrome 75.0.3770.103 Chrome 75.0.3770.103 iPhone iOS 12.3 iPhone iOS 12.3
  5. #5

    装好了,但是deluge好像很容易失联。。。。重启没几分钟又失联。。难受

    by5年前 (2019-08-09) Chrome 76.0.3809.81 Chrome 76.0.3809.81 iPhone iOS 12.3 iPhone iOS 12.3回复
    • 还有这么玄学的事情吗,我表示没碰到过。。

      LALA5年前 (2019-08-10) Google Chrome 74.0.3729.169 Google Chrome 74.0.3729.169 Windows 10 x64 Edition Windows 10 x64 Edition回复
      • 真的,好像是libtorrent的问题,听说libtorrent-rasterbar1.0.9.0没事。1.1.×都有类似问题。

        by5年前 (2019-08-10) Chrome 76.0.3809.81 Chrome 76.0.3809.81 iPhone iOS 12.3 iPhone iOS 12.3回复
        • 那你把这个脚本里面的关于libtorrent-rasterbar的下载链接/压缩包/目录都替换换成1.0.9.0就行了。

          LALA5年前 (2019-08-12) Google Chrome 74.0.3729.169 Google Chrome 74.0.3729.169 Windows 10 x64 Edition Windows 10 x64 Edition回复
  6. #6

    http://download.deluge-torrent.org/source/1.3/deluge-1.3.15.tar.gz
    支持一下樓主,deluge source的網址變了,需要wget這個

    Kommie19495年前 (2019-08-28) Firefox 68.0 Firefox 68.0 Mac OS X  10.14 Mac OS X 10.14回复
    • 好的,我改下。关于改动后的脚本可以在这里下载使用(文章内的脚本不会改动):https://git.lala.im/imlala/Deluge-for-CentOS7

      LALA5年前 (2019-08-28) Google Chrome 74.0.3729.169 Google Chrome 74.0.3729.169 Windows 10 x64 Edition Windows 10 x64 Edition回复

分享创造快乐

广告合作资源投稿