리눅스 콘솔 기반의 torrent client 프로그램
다운로드: http://libtorrent.rakshasa.no/
% yum install make gcc gcc-c++ kernel-devel libcurl-devel.x86_64 % wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.13.4.tar.gz % tar xvfz libtorrent-0.13.4.tar.gz % cd libtorrent-0.13.4 % configure; make; make install % cd .. % wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.9.4.tar.gz % tar xvfz rtorrent-0.9.4.tar.gz % cd rtorrent-0.9.4 % ./configure; make; make install
단축키:
Ctrl+o 다운로드 디렉토리를 새로 지정한다. Ctrl+s 토렌트를 시작한다. Ctrl+d 활성화된 토렌트를 정지시킨다. 이미 정지가 되어있다면 삭제를 한다. Ctrl+k 활성화된 토렌트를 정지시키고 그 파일을 닫는다. Ctrl+r 해시 체크를 시작한다. Ctrl+q rtorrent를 종료한다.
백그라운드로 돌리기:
# You can use screen to start the program, so when you logout it will not stop. % screen rtorrent # Then pressing Ctrl-A+D will detach the screen and you can logout. Running % screen -r # will show you the detached screen sessions and you can resume the one you want running: