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. Contents ToggleInstall Plex:Configure Plex server:add Media Library 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…
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
Contents ToggleSome digressionMerge newest source codefix bugs about transmissionadd qbittorrentother changes 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…
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. Contents TogglePart0 : PreparingPrepare the OSPrepare proxychains-ng to accelerate Software Downloading1.download the source code: 2.configure proxychains-ng: 3.use proxychains-ng: Setting static IP: Part1 : Compile SoftEther: 1.install Compiler: 2.configure firewall (optional): 3.download the source code: 4.decompression the source code: 5.compile: 6.setting permission: 7.Create systemd Script: 8.configure…
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

About ripping Alice to Zouroku

Amefs, EFS, Video processing
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

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

About NEKOPARA OVA WebRip

Amefs, EFS, Video processing
question_answer0
The Nekopara OVA anime was released before Christmas, But the BD source didn’t. I had to use the Steam live Player. The Steam source is protected by DRM, so it will be very difficult to dump the video. I finally used screencapture instead. This time I used OBS with nvenc to record my screen. Due to some reason such as network problem, the recording droped frames. Although the quantity of the image source was not enouch(especially in some sence with…
Read More
keyboard_arrow_up