Ops

Introduction

In this article, we will build a SFTP server with following conditions:

  • Users can't login via SSH
  • Users can login via SFTP
  • Users can only enter specified directories
  • Users can perform uploading and downloading in specified directories

Read More

Introduction

This page is my learning note of NGINX, and it’s unorganised, so currently there is no English version.

Introduction

Here are what this tutorial will cover

  1. How to config vsftpd
  2. Build a specific user that the FTP user only allows for accessing.
  3. Config firewall-rules with gcloud shell

Read More

Introduction

What’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

Introduction

Sorry that there is no English version for gcloud shell because I don’t think I could do any better than it website

Read More

Introduction

This article is about:

  1. Open a GCP instance with gcloud
  2. Import ssh key into an instance with gcloud
  3. Running your project in the background with Daemon
  4. Deploy your project on GCP virtual machine via gitlab pusher

Read More

Introduction

This page is my learning note on Linux, and it’s unorganised, so currently there is no English version.

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×