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

Providing SoftEther VPN + DaloRADIUS service in BPI-M1

Amefs, Bananapi, EFS, IT, Linux
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

Video
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

Deploy KMS server with vlmsd

Amefs, EFS, KMS
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

How to an A+ on Qualy’s SSL Labs Tester

Amefs, EFS, IT, Wordpress
question_answer0
SSL protocol can protect our transport security, it also have different levels. ssllabs.com provide a tester to check the security level in your server. I have to add some configuration to achieve A+. So I used nginx as example. First we need a valid SSL certificate, we can use Free certificate like Let’s Encrypt, and also premium one. Note: if you want to get 100 score in Key Exchange, you need a 4096bit cert. Choose Protocols: The default setting of nginx can…
Read More
keyboard_arrow_up
Exit mobile version