COMP3056 Computer Vision -- Preface
Git Cheatsheet Part 4: Change, Restore and Reset
C# 基础 - 内置类型
Git Cheatsheet Part 3: Remote Repository
Screen 命令

Screen 命令

In some cases, you are connected to a remote machine via SSH and perform a log-running task, and suddenly your SSH connection drops. If you have experienced this before (sadly I have), then screen is your best tool. Screen is a terminal multiplexer that allows us to resume the dis-connected sessions. You can create multiple terminal sessions and share your screen with other users using the screen.
Read more