How to Start a PowerShell Script in the Background at Windows Startup

Note: Start-Process seems to perform a fork-like action, and by default, it opens a new PowerShell window to execute. That’s why -WindowStyle Hidden is added at the end. You can’t…

January 14, 2020 · 1 min · 110 words · Jack Yu

How to Deploy an HTTPS Proxy Service

One day, I came across an article by Chen Hao on Twitter. Having benefited from several of his blog posts, I instinctively felt it was reliable, so I read it and decided to write…

January 12, 2020 · 4 min · 737 words · Jack Yu

How to Deploy a Shadowsocks Server

There are multiple versions of the Shadowsocks server side implementation. The original version was written in Python, and later, enthusiasts implemented it in various programming…

September 27, 2018 · 2 min · 305 words · Jack Yu

How to Execute Git Push in Travis CI

Travis CI is generally used for automating tests without needing to update the repository with the test outputs. This article explains how to automatically commit the results from…

October 16, 2017 · 4 min · 659 words · Jack Yu

How to Configure CentOS 6 NFS Service

Disable SeLinux Edit the configuration file:

June 5, 2014 · 2 min · 297 words · Jack Yu

How to Configure CentOS KVM Network Bridging Mode

Bridging highly simulates a network card, making the router believe that the virtual machine’s network card truly exists. Personally, I feel it’s similar to resistors connected in…

June 5, 2014 · 3 min · 575 words · Jack Yu

How to Install CentOS as a Virtualization Host

Installed Version: CentOS 6.3

June 5, 2014 · 1 min · 162 words · Jack Yu