RSS구독하기:SUBSCRIBE TO RSS FEED
즐겨찾기추가:ADD FAVORITE
글쓰기:POST
관리자:ADMINISTRATOR
'2014/12'에 해당되는 글 1
항상 GUI만 사용하다가 CLI 가 문뜩 새롭다.

잡담은 집어 치우고, 깔끔한 사용감 가겠다.

apt-get install transmission-daemon

vi /etc/transmission-daemon/settings.json


아래와 같이 핵심만 서술.

"download-dir": "/home/torrent",   << download-dir 를 찾아서 /home/torrent 로 바꾼다. 아래 쭉 마찬가지

"cache-size-mb": 128,

"incomplete-dir": "/home/torrent-downloads-mirror",

"incomplete-dir-enabled": true,

"rpc-bind-address": "0.0.0.0",

"rpc-enabled": true,

"rpc-password": "비밀번호 적고..",

"rpc-username": "torrent",

"rpc-whitelist-enabled": false,

"umask": 0,



그리고

mkdir /home/torrent/

mkdir /home/torrent-downloads-mirror/

chown debian-transmission.debian-transmission /home/torrent/ -R

chown debian-transmission.debian-transmission /home/torrent-downloads-mirror/ -R

chown debian-transmission.debian-transmission /etc/transmission-daemon/settings

그리고

chmod 774 /home/torrent/

chmod 774 /home/torrent-downloads-mirror/


그리고


service transmission-daemon restart



끝!.


2014/12/30 22:26 2014/12/30 22:26
이 글에는 트랙백을 보낼 수 없습니다
웅쓰:웅자의 상상플러스
웅자의 상상플러스
전체 (379)
게임 (5)
영화 (2)
기타 (23)
맛집 (5)
영어 (2)
대수학 (3)
형태소 (5)
Hacking (9)
Linux (112)
HTML (48)
Application_developing (48)
Web_developing (102)
Window (11)
«   2014/12   »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
  1. 2016/01 (1)
  2. 2015/12 (3)
  3. 2015/10 (3)
  4. 2015/03 (2)
  5. 2015/01 (4)