QuickBox efs mod v1.1.1

Amefs, EFS, IT, Linux, seedbox
question_answer0
Some digression I released a modify version of QuickBox last year, and the official source code has changed a lot, so I decide to merge these code and add some feature at the same time. this is my project Merge newest source code today’s official source code has boom to version 2.5.4, I have already update these code. The Official source code is now support transmission, but still works not so good, so I try to fix it; rtorrent haven’t enable…
Read More

Compile qBittorrent without Tracker Authentication

Amefs, EFS, seedbox
question_answer0
It is common to see qBittorrent’s Dialog, when some torrents says Error 401. Sometimes we use a torrents with so many such unauthenticated message, it will take me a lot of time to close these Dialogs. how to disable such function? it is acturally very easy, just comment these lines(qBittorrent/src/base/bittorrent/torrenthandle.cpp line1403-1404): //if (p->status_code == 401) //m_session->handleTorrentTrackerAuthenticationRequired(this, trackerUrl); then you can compile the whole qBittorrent to get your own QB software. libs: Qt:5.9.4, Libtorrent:1.0.11.0, Boost:1.64.0 platform: Windows 7 x64 Enterprise toolchain:vs2017…
Read More

Make some changes to QuickBox

Amefs, EFS, IT, Linux, seedbox
question_answer0
Some digression QuickBox is a popular seedbox installer script. Through this powerful script , can we build a seedbox system in a server. It contains a beautifully designed dashboard, allowing users the ability to interact with their seedbox and server on a professional grade level, We can even install packages to make some custom functions. This new version of QuickBox need Ubuntu 16.04/15.10(the old version was also compatible with Debian). I first tried this script about half year ago, I find it was interesting…
Read More
keyboard_arrow_up