User-Profile-Image
hankin
  • 5
  • 首页
  • 分类
    • Windows
    • Web
    • VoIP
    • Virtualization
    • Trading
    • Smart Home
    • SEO
    • Security
    • Python
    • Program
    • PHP
    • OSX
    • OS
    • OpenSource
    • Nginx
    • MySQL
    • Mood
    • Linux
    • Life
    • Injection
    • Hosting
    • Finance
    • Exploits
    • CDN
  • 页面
    • About
  • 友链
    • 维酷科技
    • Tesra超算网络
Help?

Please contact us on our email for need any support

Support
  • 首页
    首页   ›   OS   ›   Linux   ›   正文
Linux

CentOS7安装配置transmission及UI美化

2020-08-26 06:18:43
2307  0 0

用空闲的服务器资源来挂pt站是挺合适的,但一般服务器都是Liunx系统,这里就需要安装transmission这个程序来进行操作了。

1、安装

yum install tranmission transmission-daemon

2、启动下transmission服务会自动生成配置文件再关闭服务

systemctl start transmission-daemon.service
systemctl stop transmission-daemon.service

3、修改配置文件

vim /var/lib/transmission/.config/transmission-daemon/settings.json

修改以下几项

"download-dir": "/home/down", #修改下载目录
"rpc-authentication-required": true,#开启登陆验证
"rpc-enabled": true,
"rpc-password": "设置你的密码",
"rpc-username": "设置你的帐号",
"rpc-whitelist-enabled": false,

如果要修改默认的下载目录,需要给新的目录设置下用户组属性

chown transmission:transmission /home/down/

修改好配置文件后启动服务

systemctl start transmission-daemon.service

4、美化增强UI界面

wget https://github.com/ronggang/transmission-web-control/raw/master/release/install-tr-control.sh
bash install-tr-control.sh

搞定。

评论 (0)

Click here to cancel reply.

欢迎您 游客  

    ProdigYu
    180文章 77评论 4点赞 554089浏览
    随机文章
    收集的一些有些历史的注入命令
    13年前
    iptables查看NAT链命令
    5年前
    Linux和Windows 中查看端口被哪个程序占用
    11年前
    Kangle反向代理服务器缓存设置心得
    5年前
    Python+Memcached网页优化
    15年前
    Tags
    Apache CentOS CMD DDOS Debian DNS Docker FastCGI Google IIS IP iptables Linux Mac MySQL Nginx Opensource PHP Python Skill SSH Ubuntu Vim VMware VPN web.py Windows 删除 命令 命令提示符 安装 开源 技巧 插件 漏洞 百度 系统 组件 终端 缓存 网络电话 脚本 自建 详解 错误
    Meta
    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright © 2025
    主页
    页面
    • About
    博主
    ProdigYu 管理员
    Something about myself
    180 文章 77 评论 554089 浏览
    测试
    测试