Commonly used statements of screen command under Linux

The screen command can establish an independent connection in the terminal and keep running after closing the terminal. It can be used for file transfer or long-running programs.

Installation: yum install screen

New: screen -S onename

View: screen -ls

Enter: screen -r onename

Complete exit: exit, equivalent to directly closing the terminal window

Keep the session and exit: Press Ctrl+A+D keys on the keyboard at the same time

centos7 one-click upgrade to python3

Original author: https://github.com/LunacyZeus/Python3.6-for-Centos7.0

Python3.6-for-Centos7.0

This script allows you to set up a Python3.6 development environment under Centos7.0 (unlike the ones online, this one contains many necessary libraries and will not be recompiled midway)

Usage tutorial:

Subscribe to Order