QuickBox efs mod v1.1.1

, , , ,
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

, ,
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

Providing SoftEther VPN + DaloRADIUS service in BPI-M1

, , , ,
question_answer0
Platform: bananapi M1 Development Board(Dual core ARM Crotex-A7) Operating System: Raspbian (2016-07-13-raspbian-jessie-bpi-m1-m1p-r1.img) Aim: Provide SoftEther VPN service to protect data transfer security in Public WLAN; Provide DaloRADIUS service to enhance the security of WLAN authentication. Part0 : Preparing Prepare the OS First download the OS image, then burning image to SD card, and start the OS. We can use raspi-config to Expand File System. Prepare proxychains-ng to accelerate Software Downloading Proxychains-ng is a UNIX program, that hooks network-related libc functions…
Read More

FontLoader temporary fonts loader

question_answer0
When we use some subtitle with effects, it may be require a lot of extra fonts(it also happens when we do some design). it will be difficult to install all the fonts: to many not commonly used fonts will occupy large space in our system; many software will also troubled with those fonts. someone given out such practical tool, which can temporary load these fonts. source: https://bitbucket.org/cryptw/fontloader/src/75bd3aabce8eb31e6f0a8bda02cf08d7458c1146?at=default executable:download We can use it with easily drag the fonts file to this executable…
Read More

About ripping Alice to Zouroku

, ,
question_answer0
the BD source is pretty good with high resolution, edge lines are smooth. The part of CG is also 900p, some scenes have even better image resolution(seems about 960p). Though it has some Collapse Painting, the painting quality is really not bad. I used AA and slight deband general processing method. I also protect the FHD staff information with a text mask. The BD source has a simple structure. It contains only one Interview, I just did IVTC to this…
Read More

Deploy KMS server with vlmsd

, ,
question_answer0
KMS activates computers on a local network, eliminating the need for individual computers to connect to Microsoft. To do this, KMS uses a client–server topology. KMS client computers can locate KMS host computers by DNS or static configration. when server qualify for KMS activation, it can provide the activation service. With this principle many people developed KMS activetools, but some of them works not very well. It is even worth to see Malicious code in these tools. vlmcsd provide a KMS server simulator write with…
Read More