Can someone describe tmux to me? - GNU/Linux
Users browsing this thread: 1 Guest(s)
|
|||
tmux is basically converts your terminal screen to unix socket so you can access and attach to your current one.
if you ssh into server and want to log out when downloading / installing something you can open it in tmux session then detach (pref + d) session. your programs will continue while you are not connected you can re-attach to that session by 'tmux att' you can create windows and panels (split screens) different shells you can use your mouse to move them my tmux config: Code: # ___ tmux is a unix socket but there is alternatives... such as dvtm or something like that. you can say tmux is a new gnu-screen... altrough i dont know differences... i generally use screen to 'screen' into a external tty (ttyUSB0 ttyACM0 etc) |
|||
Messages In This Thread |
Can someone describe tmux to me? - by dcli - 30-07-2014, 08:47 PM
RE: Can someone describe tmux to me? - by pvtmert - 31-07-2014, 04:14 AM
RE: Can someone describe tmux to me? - by z3bra - 31-07-2014, 11:13 AM
|