빠른 Raspberry Pi rTorrent 및 RuTorrent 설치
3923 단어 ubunturaspberrypilinux
rTorrent와 RuTorrent는 무엇입니까?
rTorrent은 Unix용 libTorrent 라이브러리에 의존하는 ncurses 기반의 텍스트 기반BitTorrent 클라이언트입니다.
RuTorrent은 토렌트 응용 프로그램인 rTorrent용 웹 UI 인터페이스입니다. 토렌트를 슬롯에 연결, 관리, 제거하고, rTorrent 설정을 모니터링하고, 플러그인을 통해 다른 많은 작업을 수행하는 데 도움이 됩니다. 매우 강력한 토렌트 애플리케이션이며 풍부한 기능을 갖추고 있습니다.
시작하기
다음을 실행하여 컴퓨터가 최신 상태인지 확인하십시오.
sudo apt update
sudo apt upgrade
LAN IP도 기록해 두십시오.
hostname -I
rtinst 설치
대부분의 설치를 처리하는 bash 스크립트 설정인 rtinst 을 사용할 것입니다.
다음 명령을 실행하여 설치하십시오.
sudo bash -c "$(wget --no-check-certificate -qO - https://raw.githubusercontent.com/arakasi72/rtinst/master/rtsetup)"
rTorrent 및 RuTorrent 설치
이제 rtinst를 설치했으므로 실행하고 마법이 일어나는 것을 지켜보기만 하면 됩니다.
sudo rtinst -l -d -t
다음 매개 변수를 전달하고 있습니다.
-l enables log output to ~/rtinst.log
-d enables http downloads
-t keeps the default ssh port
이제 사용할 IP 주소를 묻는 몇 가지 프롬프트가 표시되며 위에서 찾은 주소를 가리키고 확인을 요청해야 합니다. 또한 WebUI에 대한 암호를 입력하라는 메시지가 표시됩니다.
프롬프트에 다음이 표시됩니다.
Set Password for RuTorrent web client
Enter a password (6+ chars)
or leave blank to generate a random one
Please enter the new password:
Enter the new password again:
No additional users to add
No more user input required, you can complete unattended
It will take approx 10 minutes for the script to complete
이제 커피 한 잔을 들고 설치가 완료될 때까지 기다리십시오.
모든 것이 순조롭게 진행되면 새로운 RuTorrent 웹 UI에 액세스하는 데 필요한 모든 정보가 표시됩니다.
Summary of Installation (Important Information, please read
SSH Configured
SSH port set to 22
root login directly from SSH disabled
login with ubuntu and switch to root using: sudo su
FTP Server
vsftpd 3.0.3-12 installed
ftp port set to 46628
ftp client should be set to explicit ftp over tls using port 46628
rtorrent torrent client
rtorrent 0.9.8 installed
crontab entries made. rtorrent and irssi will start on boot for ubuntu
RuTorrent Web GUI
RuTorrent 3.10 installed
rutorrent can be accessed at https://10.10.10.1/rutorrent
rutorrent password as set by user
to change rutorrent password enter: rtpass
If enabled, access https downloads at https://10.10.10.1/download/ubuntu
IMPORTANT: SSH Port set to 22
IMPORTANT: SSH Port set to 22
IMPORTANT: SSH Port set to 22
Please ensure you can login BEFORE closing this session
The above information is stored in rtinst.info in your home directory.
To see contents enter: cat /home/ubuntu/rtinst.info
To install webmin enter: sudo rtwebmin
SCROLL UP IF NEEDED TO READ ALL THE SUMMARY INFO
PLEASE REBOOT YOUR SYSTEM ONCE YOU HAVE NOTED THE ABOVE INFORMATION
Thank You for choosing rtinst
URL을 따라가면 RuTorrent WebUI가 표시됩니다!
결론
rtinst 덕분에 ruTorrent와 함께 rTorrent를 설치하는 것은 매우 쉽습니다.
당신이 모두 그것을 즐겼기를 바랍니다!
Reference
이 문제에 관하여(빠른 Raspberry Pi rTorrent 및 RuTorrent 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/bfxavier/quick-raspberry-pi-rtorrent-and-rutorrent-install-nje텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)