Install Plex Media Server on Debian Linux

Amefs, EFS, seedbox
question_answer0
Plex is a very useful cross-platform mediaserver, it supports many different media formats and has a good UI. So I decided to install a Plex mediaserver on my dedicated server. The OS in my server is Ubuntu 16.04, the following code can be also used in Debian. Install Plex: Plex can be deployed by following ways: 1.by apt (recommand) you can easily update your server with this methode, instead of download deb packages from website each time. add apt key…
Read More

Deployment of Latex IDE in macOS

Amefs, EFS, IT
question_answer0
LaTeX is a TEX-based typesetting system. many teachers ask students to write papers with Latex. The peoblem is, the TEX project just like a c program project, you can only get the output by compiling. It’s very cumbersome to print a bunch of command every time to get the output. Sometimes you even need to compile the project with different compilers a few times. So you’d better to have a IDE, there are lot of IDEs can be used: LyX,…
Read More

Deployment in SYS ARM-2T

Amefs, EFS, Linux
question_answer1 Comment
I have wrote some blogs about service deployment in arm based development board. This time I find a ARM server provided by So you Start. These servers are using ARM A9 process, which have the same model as WD MyCloud (Gen2). The performance of this process is not very strong. The HDD is brand new 2.5′ HGST 2TB 7200RPM. This time I used Debian 9 as OS. I will install qBittorrent and Nextcloud in this platform. The problem is the kernel…
Read More

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
keyboard_arrow_up