l-smash GUI 2 (WPF)

, , ,
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

Deployment of Latex IDE in macOS

, ,
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

QuickBox efs mod v1.1.1

, , , ,
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

Providing SoftEther VPN + DaloRADIUS service in BPI-M1

, , , ,
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

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

, , ,
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

Make some changes to QuickBox

, , , ,
question_answer0
Some digression QuickBox is a popular seedbox installer script. Through this powerful script , can we build a seedbox system in a server. It contains a beautifully designed dashboard, allowing users the ability to interact with their seedbox and server on a professional grade level, We can even install packages to make some custom functions. This new version of QuickBox need Ubuntu 16.04/15.10(the old version was also compatible with Debian). I first tried this script about half year ago, I find it was interesting…
Read More