Disable Deluge-Web Authorization

Amefs, EFS, Linux, seedbox
question_answer0
The Deluge-web has a build-in Authorization, you need to input your password to manage your client. If we already have a reverse proxy for it(I usually add ssl and htpasswd via proxy), Deluge-Web will be useless, we can disable this build-in auth by folloing steps. Stop Deluge-Web service: killall deluged killall deluge-web modify following files: [deluge.egg]/ui/web/js/deluge-all.js, usually the [deluge.egg] is /usr/lib/python2.7/dist-packages/deluge/ or /usr/lib/python2.7/dist-packages/deluge-1.3.15-py2.7.egg/deluge. find section “deluge.LoginWindow” and replace the function (it is located near the end of the minified line)…
Read More

Transmission Multiple daemon instances

Amefs, EFS, Linux, seedbox
question_answer0
Transmission is a lightweight and stable BT client, it can keep thousands of torrents without crash, so I use it to keep seeding. About Multiple-User in Transmission Transmission has a daemon called “transmission-daemon”, it can support Multiple instances with Multiple-User. But in a Debian like system, the apt package will config with a unique user “debian-transmission”. It use the config file /var/lib/transmission-daemon/info/settings.json, this file also a symlink of /etc/transmission-daemon/settings.json. Usually, transmission will start a transmission service with debian-transmission group. But we will…
Read More

QuickBox CE vs Pro: Which Is Better?

Amefs, EFS, Linux, seedbox
question_answer0
This year the quickbox.io released the QuickBox Pro. The price is 35$/year, what differences between Community edition and Professional edition? Is it worth 35$ to get the Pro version? What difference? There is already a official comperation in quickbox.io The eey differences between Pro and CE are like following: The design of dashboard, and some widgets. e.g. traffic monitor, application manager; Web service. In Community use  Apache + php7.0, in Pro use nginx + php7.2; Authorization service: CE use htpasswd with…
Read More

Recording about importing WordPress database

Amefs, EFS, Wordpress
question_answer0
Recently I updated WordPress theme, the theme Zephyr requires at least mysql 5.6 and PHP 7, so I had to upgrade these environment. The environment was outof date secense last maintenance, I decided to update the lnmp environment and import the WordPress database after upgrade. To backup WordPress data is not very hard, just be careful about your database, config file, and media files. After upgrading, I import the whole database, but find a error notice when I create new post…
Read More

l-smash GUI 2 (WPF)

Amefs, EFS, IT, Video processing
question_answer0
About 1 year age I wrote the l-smash GUI project, I used Winform at that moment. This time I used the new WPF framework (by Kice) to rebuild the l-smash GUI 2. l-smash GUI 2 is a simple graphic interface for L-SMASH Muxer/Remuxer, It can support muxing/remuxing of video, audio and chapter. This GUI only provide the most commonly used mux/remux functions and the timelineeditor function. You can create a vfr video clip with the timelineeditor. In this new GUI, the muxing/remuxing operation…
Read More

Set resolution on headless server

Amefs, EFS, Linux, seedbox
question_answer0
Sometimes we use the headless server with a vnc desktop, the desktop will usually keep the lowest resolution (800*600). Even worse, its resolution cannot be modified directly. So we need a dummy drive to solve it. the Following was tested in Debian 9: first install video card drive: apt-get install xserver-xorg-video-dummy Then paste following in “xorg.conf”. This config file is usually not exist in modern OS. These OS can detect most of the monitor and auto setup. But we can…
Read More
keyboard_arrow_up