Setting Up an SSH Proxy in VSCode

Setting Up an SSH Proxy in VSCode There is little material online about setting up an SSH proxy in VSCode, and what exists either requires installing dedicated software or simply does not work. I finally found one that works. The proxy is provided by Git. Compared with other proxy software, Git is probably installed on most machines. This method applies to the Windows platform. Steps Open the configuration file of the SSH extension and modify it according to your actual installation path: ...

2022-09-19 · 1 min · 3rd

Linux: Mount OneDrive Cloud Drive with Rclone

Linux: Mount OneDrive Cloud Drive with Rclone I believe I am not the only one. To save money, many people pick the basic server configuration when choosing a server, leaving only a pitiful few tens of GB of storage, or even just 10 GB. But sometimes you really do need a larger storage space. At such times, cloud drives that provide APIs — OneDrive, Google Drive and the like — can be mounted onto the server and used as local storage, which to some extent helps relieve our storage anxiety. ...

2022-03-18 · 4 mins · 3rd

Tianyi Cloud Drive Command Line Client

Tianyi Cloud Drive Command Line Client Can be used to back up server data and to expand storage automatically by checking in. Steps 1. Download the Corresponding Version and Extract It Download link: Releases 2. Usage Project page: cloudpan189-go 3. Enable Automatic Check-in and Back Up Server Files to Family Cloud Log in, update and switch to Family Cloud 1 2 3 cloudpan189-go login cloudpan189-go update cloudpan189-go family Automatic check-in every day at 0:00 ...

2022-03-08 · 1 min · 3rd

Installing and Using Zsh and Oh My Zsh

Zsh: The Efficiency Powerhouse for Linux For developers who use Linux regularly, the shell is one of the most frequently used programs. It acts as a bridge between developers and the Linux system, allowing us to perform complex operations with simple commands. Bash is the default shell on Linux, while Zsh is a more user-friendly shell that is fully compatible with Bash. Using Zsh is as satisfying as scratching an itch, and it can greatly boost your efficiency when working with Linux. ...

2022-03-07 · 3 mins · 3rd

Linux: Mount Google Drive Cloud Drive with Rclone

Linux: Mount Google Drive Cloud Drive with Rclone I believe I am not the only one. To save money, many people pick the basic server configuration when choosing a server, leaving only a pitiful few tens of GB of storage, or even just 10 GB. But sometimes you really do need a larger storage space. At such times, cloud drives that provide APIs — OneDrive, Google Drive and the like — can be mounted onto the server and used as local storage, which to some extent helps relieve our storage anxiety. ...

2022-03-06 · 4 mins · 3rd