VSCode SSH to Servers

Using VSCode to connect to remote servers allows you to directly edit files on the server, avoiding the use of traditional command-line-based editing tools like Vim or Nano. Additionally, since VSCode

Read More >

Implement Two-Factor Auth to Ubuntu Linux

Google Authenticator is a software-based authenticator by Google that implements two-step verification services using the Time-based One-time Password Algorithm and HMAC-based One-time Password algori

Read More >

Edit default CentOS Linux SSH port

Notice: This tutorial ONLY applies to CentOS Linux. The commands will be some slight differences among different Linux-based systems.CentOS1. Backup SSH configuration filesudo cp /etc/ssh/sshd_config

Read More >