Debian10安装qBittorrent-Enhanced

安装反吸血的qBittorrent-Enhanced(因为吸血雷只下载不上传,要他们的节点有什么用?)
源码地址https://github.com/c0re100/qBittorrent-Enhanced-Edition
安装前请建议先查看安装说明档https://github.com/c0re100/qBittorrent-Enhanced-Edition/blob/v4_2_x/INSTALL

安装反吸血的qBittorrent-Enhanced

这里为直接安装deb(非编译)

下载软件包:

关于版本nox与dbg版本的区别暂时不了解,我个人测试使用nox版本则成功了

wget https://repo.debiancn.org/pool/main/q/qbittorrent-enhanced/qbittorrent-enhanced-nox_4.1.6.1-1_amd64.deb
wget http://mirrors.163.com/debian/pool/main/libt/libtorrent-rasterbar/libtorrent-rasterbar9_1.1.13-1.1_amd64.deb

安装qBittorrent--Enhanced

apt install /root/qbittorrent-enhanced-nox_4.1.6.1-1_amd64.deb
其安装时会显示依赖项与版本要求然后根据需求去下面的网址中查找(依赖高版本可以使用debian Sid的版本)
debian找依赖包的网址https://debian.pkgs.org/
先查看已安装的软件包版本apt list --installed |grep 软件名

安装完成后请转至"安装完成后续相关设置"

安装无反吸血的qBittorrent

在这里请按安装说明档安装依赖项https://github.com/c0re100/qBittorrent-Enhanced-Edition/blob/v4_2_x/INSTALL

安装环境,QT4.4.0,python和GeoIP数据库

以下为测试安装的,实际安装时可能不用安装这么多包,请根据需求安装

apt-get install libboost-dev libboost-system-dev build-essential libboost-chrono-dev libboost-random-dev libssl-dev libgeoip-dev git pkg-config automake libtool qtbase5-dev qttools5-dev-tools python geoip-database libboost-serialization-dev
apt-get install zlib1g-dev

安装Libtorrent

Github地址:https://github.com/arvidn/libtorrent/releases
下载解压后cd入目录

chmod +x ./autotool.sh  #使脚本具有执行权限
./autotool.sh  #执行脚本
./configure --disable-debug --enable-encryption --prefix=/usr --with-libgeoip=system CXXFLAGS=-std=c++11
make clean && make
make install

安装qBittorrent下载器

./configure --prefix=/usr --disable-gui
make && make install
qbittorrent-nox

安装完成后续相关设置

设置后台运行()

nohup qbittorrent-nox #临时后台运行
然后就可打开网页:http://192.168.1.*:8080,其帐号为:admin密码为:adminadmin

设置开机运行

debian10没有rc.local但新建该文件会生效

nano /etc/rc.local
#!/bin/sh -e
#
#rc.local
#
su root -c "nohup qbittorrent-nox"
exit 0

分区与挂载新硬盘

分区

fdisk -l #显示分区
fdisk /dev/sdb #给新添加的盘硬sdb分区
  1. 新建扩展分区(按m显示菜单)
    这里操作是n添加-e扩展分区-1分区号-默认FirstSector起始扇区-默认大小
  2. 再扩展分区上建立逻辑分区
    操作n添加-l逻辑分区-默认-默认
  3. 然后再按p显示结果,最后按W保存 (查看逻辑分区为sdb5)
  4. 格式化逻辑分区mkfs -t ext4 /dev/sdb5

挂载(临时)

apt-get install nfs-common
mkdir /disk1
chmod 777 /disk1
mount /dev/sdb5 /disk1

开机挂载

blkid #查看sdb5的UUID
nano /etc/fstab #添加sdb5的UUID
UUID=2d0fcf32-c90b-4fc5-814f-8b48b7b244da /disk1 ext4 defaults 1 1

原文地址:https://www.cnblogs.com/praybb/p/12164999.html

时间: 2024-08-30 15:00:23

Debian10安装qBittorrent-Enhanced的相关文章

Ubuntu安装qBittorrent

qBitTorrent是Ubuntu Linux中最受欢迎的P2P软件之一.出自一名法国大学生之手的qBitTorrent功能强大,界面精美,操作直观.qBitTorrent是Linux中最受欢迎的P2P软件之一.不止如此,qBitTorrent还支持windows.mac.linux三大操作系统.它的主要特性包括: 使用Qt4工具包编写出优美的图形用户界面; 支持UPnP/NAT-PMP端口转发; 支持加密(与Azureus兼容); 支持多个文件同时下载或上传; 集成搜索引擎; 支持DHT网络

在铁威马NAS中使用Docker安装qbittorrent实现PT/BT下载

铁威马NAS全新TOS 4.0系统新增加了Docker,有多种玩法,今天就教大家在Docker安装qbittorrent实现PT/BT下载.1.进入TOS系统,应用中心安装Docker:2.打开Docker,在注册表搜索qbittorrent映像,选择下载:3.在文件管理里,找到Docker文件夹,在其下面创建qbittorrent文件夹:4.在qbittorrent文件夹里创建两个子文件夹"config""downloads",文件夹命名最好按照这个格式,一个是为

Debian10安装deb文件报错

错误: [email protected]:/home/zh# dpkg -i mysql-apt-config_0.8.15-1_all.deb dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found

刚安装好CentOS 7,安装gtk3、codeblocks、chrome、添加常用源、代替迅雷的qbittorrent

1. 安装gtk3 正想学习gtk,随便装上 安装gtk3.0 yum -y install gtk3-devel gtk3-devel-docs 2. 安装codeblocks 用贯了codeblocks,先安装codeblocks开发环境 在Fedora好像可以直接yum install codeblocks安装,在centos要先装wxGTK,因为codeblocks依赖于它 安装wxGTK yum -y install wxGTK 安装codeblock (这样安装的好像是13.12版本

CentOS 7 編譯qBittorrent Web UI安裝指南

前言 以下是安装qBittorrent教学. 适用于CentOS7或更新版本 适用于qBittorrent4.1.5或更新版本 安裝須知 qBittorrent基于libtorrent,所以必须先安装libtorrent.但是需要说明的是,我安装时,libtorrent最新的版本为1.2.1,但是此版本qb暂未支持. 我们选择安装1.0.11或者1.1.12,相对而言1.0.11更加稳定,但1.1.12性能更为强劲,因为其支持了异步i/o.本文就以1.1.12为例,演示安装过程. https:/

OPCServer Modbus使用和配置

一,安装KEPware.Enhanced.OPC.DDE.KEPServer.(PLC数据传送给KEPServer,开发的程序用OPCServer读KEPServer) 打开quick client 查看传值情况 二.C#程序代码 引用opcdaauto.dll 在win7 64位下KepServer = new OPCServer()会出错的问题, 检索COM 类工厂中 CLSID 为 <28e68f9a-8d75-11d1-8dc3-3c302a000000> 的组件时失败,原因是出现以下

fedora 使用

我们在这篇指南中将介绍安装Fedora 23工作站版本后要完成的一些实用操作,以便用起来更爽. 1.更新Fedora 23程序包 哪怕你可能刚刚安装/升级了Fedora 23,仍很可能会有需要更新的程序包.毕竟,Fedora总是使用自带的每个软件的最新版本,程序包更新版的发布相当频繁. 想运行更新,使用下面这个命令: # dnf update 更新Fedora 23 2.在Fedora 23中设置主机名称 我们将使用hostnamectl命令,该命令用来查询和设置系统主机名称及相关设置.这个工具

Eclipse安装代码反编译插件Enhanced Class Decompiler

在开发过程中,如果想查看引入资源的源代码,可以借助eclipse的插件Enhanced Class Decompiler轻松实现,下面我来讲解一下如何安装使用这个插件. 1.打开Eclipse菜单->Help->Eclipse Marketplace 搜索到Enhanced Class Decompiler这个插件,然后直接安装 2.安装完成后,菜单->Window->Preferences 找到General->Editors->File Associations,把

Debian10+OpenMediaVault(OMV)安装

前言:测试打造NAS平台,以下是步骤. 安装Debian10 注:请下载amd64,不要下载i836平台,因为OMV外挂插件不支持I836所以不建议用i836,如只使用官方插件可以无视 安装前-安装,分区里使用VLM分区,分完区后 可再选择configure the logical volume manager 调整分区大小 这里建议不调整,如果不是给全部空间,剩余的空间在OMV里是不显示出来的 (注意:安装后不能再使用windows的分区工具修改,会导致分区破坏-给小白的我的提示-_-!) 选