Linux下screen指令的常用語句

screen命令可以在終端機中建立獨立連接,關掉終端後仍保持運行,可用於文件傳輸或運行時間較長的程序

安裝:yum install screen

新建:screen -S onename

查看:screen -ls

進入:screen -r onename

完全退出:exit,相當於直接關掉終端機窗口

保持會話退出:同時按鍵盤Ctrl+A+D鍵

centos7 一鍵升級 python3

原作者:https://github.com/LunacyZeus/Python3.6-for-Centos7.0

Python3.6-for-Centos7.0

這個腳本能讓你在Centos7.0下搭建Python3.6開發環境(與網上的不同,這個包含許多必需庫,不會中途再次重新編譯)

使用教學:

wget --no-check-certificate https://raw.githubusercontent.com/LunacyZeus/Python3.6-for-Centos7.0/master/install.sh && sh install.sh

修改後yum不可用解:

nano /usr/bin/yum 然后将首行的 #!/usr/bin/python 改为 #!/usr/bin/python2.6.6

原始碼:

訂閱@標題