Abstract This article aims at introducing how to use Git and Github to manage different version and branch of a…
Apply the wildcard SSL certificate of Let’s Encrypt
Abstract This article aims to introduce how to apply the wildcard SSL certificate provided by Let’s Encrypt. Step 1. Download…
Install OpenCV Environment on Ubuntu 16.04
Abstract This article aims at installing OpenCV 3.4.8 with opencv_contrib environment on Ubuntu 16.04. Note: Though this is for Ubuntu…
Solve loop in removed slice user slice of gdm
Abstract This article aims to solve the problem of loop in “removed slice user slice of gdm” on Ubuntu 16.04…
C++: Quick sort
Abstract This article aims to record how to code for quick sort algorithm with C++. Although a sort function has…