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 -> 인증 부분에서 사용자명과 비밀번호를 수정할 수 있다.

이것도 살펴보세요!

무비스트(Movist): 파인더에서 더블클릭해도 재생되지 않을 때

문제 없이 사용중이던 무비스트(Movist)가 갑자기 재생되지 않는 문제가 생겼다. 현재 사용중인 무비스트 버전은 2.9.5(138) 지금껏 …

답글 남기기

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