Ubuntu Mate에 qBittorrent 설치하기

qBittorrent 설치

clip_image001

# qBittorrent Stable
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
Then install qBittorrent by doing this:
sudo apt-get update && sudo apt-get install qbittorrent

출처: <https://www.qbittorrent.org/download.php>

clip_image002

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable

clip_image003

sudo apt-get update && sudo apt-get install qbittorrent

clip_image004

프로그램 -> 인터넷 -> 큐빗토런트 항목 확인 가능.

clip_image005

잘 실행된다.

웹 UI 설치

clip_image006

sudo apt update && sudo apt install qbittorrent-nox

clip_image007

sudo adduser qbtuser

새 사용자 추가.

clip_image008

sudo gpasswd -a qbtuser sudo

사용자를 sudo 그룹에 추가

clip_image009

sudo nano /etc/systemd/system/qbittorrent-nox.service

파일 편집

clip_image010

[Unit] Description=qBittorrent Daemon Service
After=network.target

[Service] Type=forking
User=qbtuser
ExecStart=/usr/bin/qbittorrent-nox -d

[Install] WantedBy=multi-user.target

출처: <https://www.linuxbabe.com/bittorrent/qbittorrent-web-ui-ubuntu>

위 내용 입력 후 저장

clip_image011

sudo systemctl start qbittorrent-nox

서비스 시작

clip_image012

sudo systemctl enable qbittorrent-nox

시스템 시작 시 자동으로 켜기.

clip_image013

systemctl status qbittorrent-nox

서비스 상태 확인

웹 UI 실행

clip_image014

리눅스 IP:8080 포트로 들어가면 웹 UI가 실행된다. 기본 아이디는 admin, 기본 비밀번호는 adminadmin 이다. 즉, 필수로 변경해야 함.

clip_image015

도구 -> 옵션

clip_image016

웹 UI -> 인증 부분에서 사용자명과 비밀번호를 수정할 수 있다.

이것도 살펴보세요!

Oracle Cloud: 오라클 클라우드 프리 티어(Free Tier)에 WireGuard VPN 설치(PiVPN)

https://blog.naver.com/ksnnw/222013687692 를 보며 따라해봄. PiVPN은 두 가지 무료 오픈 소스 프로토콜을 사용하여 라즈베리 파이™를 VPN …

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다