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

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
keyboard_arrow_up
Exit mobile version