'Transmission'에 해당되는 글 1건

  1. 2017.06.24 [SM-G928L] Linux Deploy Ubuntu : Transmission 설치

삼성 갤럭시 S6 엣지 플러스 Linux Deploy Ubuntu : Transmission 설치

공식 사이트 : https://transmissionbt.com/

참고 사이트 : http://blog.djjproject.com/54


설치진행

root@localhost:~# apt-get install transmission-daemon

생략...

root@localhost:~# service transmission-daemon start

 * Starting bittorrent daemon transmission-daemon                                                                             [ OK ] 

root@localhost:~# service transmission-daemon stop

 * Stopping bittorrent daemon transmission-daemon                                                                             [ OK ]

root@localhost:~# nano /etc/transmission-daemon/settings.json



root@localhost:~# cp /etc/transmission/settings.json /root/.config/transmission-daemon/

root@localhost:~# transmission-daemon --logfile /var/log/transmission.log

[ ok ] Starting bittorrent daemon: transmission-daemon.





root@localhost:~# nano /etc/sysctl.conf



root@localhost:~# sysctl -p




설치 확인 : http://192.168.1.1:9091



Posted by ChulE