[참고]
설치
http://hobbycoder.tistory.com/31
http://hobbycoder.tistory.com/31
http://www.jakeworld.net/213
http://redeyesofangel.tistory.com/391
http://ubuntuforums.org/showthread.php?t=1175803
http://www.webupd8.org/2009/12/setting-up-transmission-remote-gui-in.html(transmission-daemon의 실행 방법이 나와있다.)
다운로드
http://packages.ubuntu.com/lucid/transmission-daemon
http://www.webupd8.org/2009/12/setting-up-transmission-remote-gui-in.html(transmission-daemon의 실행 방법이 나와있다.)
다운로드
http://packages.ubuntu.com/lucid/transmission-daemon
컴파일
http://buffalo.nas-central.org/wiki/Transmission_BitTorrent_Client
stable에는 없음으로 sources.list에 testing을 추가
# vi /etc/apt/sources.list
deb http://ftp.kr.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.kr.debian.org/debian/ testing main contrib non-free
# apt-get install transmission-daemon
# vi /etc/transmission-daemon/settings.json
{
"blocklist-enabled": 0,
"download-dir": "\/mnt\/hdd\/torrent", <-- 디렉토리 구분자는 \/ 두글자로 쓰네요.
.... 중간생략
"rpc-authentication-required": 1,
"rpc-enabled": 1,
"rpc-password": "login-password",
"rpc-port": 9091,
"rpc-username": "login-id",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": 0,
....
}
"blocklist-enabled": 0,
"download-dir": "\/mnt\/hdd\/torrent", <-- 디렉토리 구분자는 \/ 두글자로 쓰네요.
.... 중간생략
"rpc-authentication-required": 1,
"rpc-enabled": 1,
"rpc-password": "login-password",
"rpc-port": 9091,
"rpc-username": "login-id",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": 0,
....
}
환경파일 변환후엔 재시작을 해줘야 client에 반영된다.
/etc/init.d/transmission-daemon restart
client프로그램 설치
# /etc/init.d/transmission-daemon start로는 정상 접속이 안됨.
아래처럼 함.
# transmission-daemon -p 9091 -f -T -a 192.168.1.6
이후 client접속시 접속이됨.
web을 이용해서 접속 하려면 다음처럼 함.
http://192.168.1.200:9091/
'작업일지 > Linux' 카테고리의 다른 글
dev의 UUID 알아내기 (0) | 2010.11.18 |
---|---|
vsftp에서 "550 Failed to change directory" 에러에 대한 내용 (0) | 2010.06.16 |
패키지 설치시 에러날 경우 (0) | 2010.05.20 |
데비안에서 USB HDD Mount 에서 바인드 까지. (0) | 2010.05.20 |
Gnome, KDE, IceWM or LXDE Desktop on your Android! (0) | 2010.05.20 |