Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Living on the command line...
- Date: Sun, 11 May 2014 16:26:13 +0200
- From: Josh Glover <jmglov@example.com>
- Subject: Re: [tlug] Living on the command line...
- References: <CAKXLc7c3PpSqgMK73iGfOOWuuZBB-C4_rBEPuBEYBfVc6GQaJQ@mail.gmail.com> <536EE77E.9000807@extellisys.com> <CAJA1Y2aak+NX3soJqFobHPhQEiyV-kTkhpWVmRt1fJW+gXDD3A@mail.gmail.com> <536F72C2.7040401@extellisys.com>
On 11 May 2014 14:53, Travis Cardwell <travis.cardwell@example.com> wrote: > I would use tmux: > > http://brianmckenna.org/blog/guest_tmux +1... MILLION! ;) tmux is a really great piece of software, and is so much better than GNU Screen. It is really easy to get started with: tmux new # starts a new session # C-b d (that's Ctrl+b then "d" for you non-Emacs types) disconnects from the session tmux a # attaches to the last session you used tmux list-sessions # shows you all the sessions you have running tmux new -s some-daemon # starts a session named "some-daemon" tmux a -t some-daemon # attaches to the session called "some-daemon" tmux a -t some # attaches to the last session you used named "some*" (like "some-daemon" or "some-other-daemon") tmux is a wonderful solution to crappy Java server processes that like to print a bunch of useful stuff to stdout. It's also a wonderful way to avoid having to mess with the various crappy init systems (upstart, etc.) when you want to run some non-daemon process in the "background". Cheers, Josh
- Follow-Ups:
- Re: [tlug] Living on the command line...
- From: Bruno Raoult
- Re: [tlug] Living on the command line...
- From: Christian Horn
- References:
- [tlug] Living on the command line...
- From: Kalin KOZHUHAROV
- Re: [tlug] Living on the command line...
- From: Travis Cardwell
- Re: [tlug] Living on the command line...
- From: Bruno Raoult
- Re: [tlug] Living on the command line...
- From: Travis Cardwell
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] 2014-05-10 Linux Quiz
- Next by Date: Re: [tlug] Living on the command line...
- Previous by thread: Re: [tlug] Living on the command line...
- Next by thread: Re: [tlug] Living on the command line...
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links