screen 命令的使用
1.新建乙個名叫yourname的會話
screen -s yourname
2.列出當前所有的session
screen -ls
3.回到yourname這個session
screen -r yourname
4.遠端detach某個session
screen -d yourname
5.結束當前session並回到yourname這個session
screen -d -r yourname
6.detach,暫時離開當前session,將目前的 screen session (可能含有多個 windows) 丟到後台執行,並會回到還沒進 screen 時的狀態,此時在 screen session 裡,每個 window 內執行的 process (無論是前台/後台)都在繼續執行,即使 logout 也不影響。
ctrl-a d
linux下終端分屏使用
下面介紹兩種終端分屏工具 screen和tmux 一 使用screen分屏 只能上下分屏,不能左右分屏 1 安裝工具 在ubuntu系統中使用sudo apt get install screen 安裝screen工具 2 使用工具 1,輸入命令screen使用工具 2,上下分屏 ctrl a 再按...
Ubuntu環境下的nwjs安裝使用
sudo apt get install nodejs sudo apt get install npmsudo ln s node v6 11.4 linux x64 bin node usr local bin node sudo ln s node v6 11.4 linux x64 bin ...
ubuntu 下python環境的切換使用
一般ubuntu下有三種python環境,1.系統自帶python2,3 在 usr bin路徑下 2.anaconda下安裝的python 3.anaconda下建立的env環境 dsp dsp system product name caffe ssd whereis python python...