Categories
Android macOS Technology

Reverse Engineering — Decompiling APK Packages

Once sometimes we want to know the information inside an apk (Android application package) file. Apk files are Android Package files that are saved in zip format. But when we unzip the file, we can’t see the details of xml files and its resources (shows garbled content). Hence, we need some tools to help us […]

Categories
Linux Technology

Use BBR to Improve the Connection With VPS

BBR (Bottleneck Bandwidth and Round-trip propagation time) is a cutting-edge new congestion control algorithm, which is developed by Google. It helps your VPS to achieve higher bandwidths and lower latencies for internet traffic. BBR allows the 500,000 WordPress sites on our digital experience platform to load at lightning speed. According to Google’s tests, BBR’s throughput […]

Categories
Linux Technology

Snell — An Encrypted Proxy Service Program

If you have heard of Surge app, which is an ‘Advanced Network Toolbox for Mac & iOS’, you probably also know Snell protocol. It is a proxy service to encrypt your network transmission (Maybe some other usages too). You must have Surge iOS or Surge Mac and a VPS to use the Snell proxy service. […]

Categories
macOS Technology

NETEASE CLOUD MUSIC TUI

Last month I found an interesting GitHub repo from Betta, which provides a TUI for the Netease Music app. It’s quite easy to install and set up your account. Installation For the Mac environment, you need to use Homebrew: For Linux/Debian, it can be installed with (not tested): Next, download the latest binary release here […]

Categories
Linux Technology

Add SSL Certificate to Your Website

After setting up my first WordPress site, I’m able to post updates and decorate the themes. However, every time when someone visits my site, there will be a sign beside our domain indicating that the connection isn’t encrypted and it’s not safe. To address that issue, we have to enable the https connection and apply […]

Categories
Linux Technology

WordPress Setup on Debian 8 with Apache 2 and MySQL

I have this idea to create my own website since a long time ago, but it seems too complicated to do all these steps manually and I’m too lazy to start from the beginning. There are existing solutions for hosting a site, but that’s not my style. I won’t opt for a one-click interface to […]

Categories
Uncategorized

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!