Build the latest version of transmission on Linode VPS2015-09-16 by Hansen Original link: http://www.hansendong.me/archives/124.html
Previously installed on the VPS installation transmission when seedbox make most of the use of some one-key package, or the use of RPM package installation, one-click Package I have been not like, often problems, and the general version is very old. Geekery now offers a more convenient way to install Yum Repo, automatically solves dependency problems, the version is new (currently 2.84) and can be updated with Yum.
The installation method is very simple, as follows:
Download:
CentOS 6 x86
1 |
wget http://geekery.altervista.org/geekery-el6-i686.repo |
CentOS 6 x86_64
1 |
wget http://geekery.altervista.org/geekery-el6-x86_64.repo |
Installation:
1 |
Yum install transmission Transmission-daemon |
Note: When prompted to import GPG key, Y agree! if the transmission has been previously installed through the RPM package, it needs to be uninstalled and then installed with Yum.
Configuration file:
1 2 3 4 5 6 7 8 9 Ten |
vi /var/Lib/transmission/settings. JSON "Download-dir": "/web/www/transmission",, //Download complete storage location (can change, set directory permissions to 777) "Incomplete-dir": "/web/www/transmission/incomplete",, //has not downloaded the completed storage location (can be changed, Set directory permissions to 777) "rpc-authentication-required": true, "rpc-enabled": true, " Rpc-password": "Manage password", "Rpc-username": "Manage user name", "rpc-whitelist-enabled": false, |
Turn off transmission, otherwise the configuration will not take effect.
Specific configuration online There are many, not detailed said
Edit the Iptables rule again, join the port used by transmission
1 2 3 4 |
/etc< Span class= "Crayon-o" >/init. D/iptables stop iptables -a INPUT -p tcp< Span class= "crayon-h" > --dport port -j ACCEPT /etc/init. D/iptables save /etc/init. D/iptables restart |
The main is to change these items to the way I look on it, and then you can connect through http://你的IP地址:9091
the means.
Remote management recommends using Transmission-remote-gui
Start transmission
1 |
Service Transmission-daemon start |
Close transmission
1 |
Service Transmission-daemon stop |
So the VPS as a private download download server, not afraid of Rei and harmony Niang 8 seconds education, as to how to download to local problems, you can use WDCP or similar management panel, and then create an FTP login inside the download.
Build the latest version of transmission on Linode VPS