Cloud Storage:QwikStart-CLI/SDK Aug 15 2019 GCP a few seconds read (About 11 words) Refer to QWIKLABS Read More
Cloud Storage:QwikStart-Console Aug 11 2019 GCP a few seconds read (About 11 words) Refer to QWIKLABS Read More
Understand how GCP Load Balancer works and build one Aug 4 2019 GCP 16 minutes read (About 2394 words) IntroductionWhy Load Balancer? It split the traffic of multiple services among multiple machines When one node dies, you still have another one It supports auto-scaling when pre-set benchmark is reached (Not covered in this article) With proper CI / CD and health-check, it could achieve rolling upgrade Read More
My learning note on MySQL Aug 1 2019 Database a few seconds read (About 20 words) IntroductionSince it’s a unorganised learning note, I’m sorry that there may not be a English version. Read More
My learning note of Gitlab Jul 11 2019 a few seconds read (About 23 words) IntroductionThis is a learning note on Gitlab, and there will no be a English version because the contents are mostly unorganised Read More
Automatically sign and renew SSL cert with Let's Encrypt Jun 30 2019 Ops a few seconds read (About 14 words) ReferenceLet’s Encrypt Web Read More
Build a FTP Server on GCP VM with vsftpd Jun 29 2019 Ops 14 minutes read (About 2167 words) IntroductionHere are what this tutorial will cover How to config vsftpd Build a specific user that the FTP user only allows for accessing. Config firewall-rules with gcloud shell Read More
pm2 - My learning note Jun 26 2019 Ops 21 minutes read (About 3185 words) IntroductionWhat’s pm2? pm2 is a process manager of Node.js What does pm2 solve? pm2 can re-launch Node service after it crashes. pm2 can re-launch Node service after the server reboot pm2 can run multiple processes with multiple cores of CPU to achieve Load Balancer like effect. Read More
My learning note on SSH Jun 9 2019 ssh a few seconds read (About 21 words) IntroductionThis page is my learning note on SSH, and it’s unorganised, so currently there is no English version. Read More
gcloud CLI May 27 2019 Ops a few seconds read (About 30 words) IntroductionSorry that there is no English version for gcloud shell because I don’t think I could do any better than it website Read More