Hi,
I am currently using keyboardcast but I had to modify the sources to make it behave "properly" (light, auto-placed, auto-tiled windows, etc) and... I lost my modifications and do not want to recode it once more... :/
I wanted to use mssh (not the python one, the one from Bradley Smith) but I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library (compiles on CentOS 6 though)...
Anyone knows a good *multiple windows* shell multiplexer...?
Thx, JD
Tmux is my favorite at this point.
--
Todd EdwardsQA Automation Engineer
1100 Situs Ct. Raleigh, NC 27606tel*:* 919.297.8633aim*:* redwardsmi
On Wed, Jun 19, 2013 at 10:22 AM, John Doe jdmls@yahoo.com wrote:
Hi,
I am currently using keyboardcast but I had to modify the sources to make it behave "properly" (light, auto-placed, auto-tiled windows, etc) and... I lost my modifications and do not want to recode it once more... :/
I wanted to use mssh (not the python one, the one from Bradley Smith) but I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library (compiles on CentOS 6 though)...
Anyone knows a good *multiple windows* shell multiplexer...?
Thx, JD
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, Jun 19, 2013 at 10:22 AM, John Doe jdmls@yahoo.com wrote:
On Wed, Jun 19, 2013 at 10:32:57AM -0400, Todd Edwards wrote:
I wanted to use mssh (not the python one, the one from Bradley Smith) but I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library (compiles on CentOS 6 though)...
Tmux is my favorite at this point.
Just to add, Tmux is available in both repoforge (nee rpmforge) and EPEL. Only dependency is libevent, available in base)
Haven't used mssh so not sure of the differences, but tmux can do multiple windows.
From: Todd Edwards tedwards@mcclatchyinteractive.com
On Wed, Jun 19, 2013 at 10:22 AM, John Doe jdmls@yahoo.com wrote:
I am currently using keyboardcast but I had to modify the sources to make it behave "properly" (light, auto-placed, auto-tiled windows,
etc) and... I
lost my modifications and do not want to recode it once more... :/
I wanted to use mssh (not the python one, the one from Bradley Smith) but I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library (compiles on CentOS 6 though)...
Anyone knows a good *multiple windows* shell multiplexer...?
T mux is my favorite at this point.
A quick look at it tells me it is a bit like screen? Can it do something like: tmux server1 server2 server3 ... servern and I get n windows with a shell inside?
Thx, JD
On Wed, Jun 19, 2013 at 11:35 AM, John Doe jdmls@yahoo.com wrote:
From: Todd Edwards tedwards@mcclatchyinteractive.com
On Wed, Jun 19, 2013 at 10:22 AM, John Doe jdmls@yahoo.com wrote:
I am currently using keyboardcast but I had to modify the sources to
make
it behave "properly" (light, auto-placed, auto-tiled windows,
etc) and... I
lost my modifications and do not want to recode it once more... :/
I wanted to use mssh (not the python one, the one from Bradley Smith)
but
I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library (compiles on CentOS 6 though)...
Anyone knows a good *multiple windows* shell multiplexer...?
T mux is my favorite at this point.
A quick look at it tells me it is a bit like screen? Can it do something like: tmux server1 server2 server3 ... servern and I get n windows with a shell inside?
Thx, JD
You can but there is a ruby gem called tmuxinator that I would recommend for easily creating and managing tmux sessions/layouts.
https://github.com/aziz/tmuxinator
--
Todd EdwardsQA Automation Engineer
1100 Situs Ct. Raleigh, NC 27606tel*:* 919.297.8633aim*:* redwardsmi
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 2013-06-19, at 8:22, John Doe jdmls@yahoo.com wrote:
Anyone knows a good *multiple windows* shell multiplexer...?
Pconsole
Greetings,
On Wed, Jun 19, 2013 at 7:52 PM, John Doe jdmls@yahoo.com wrote:
Hi,
I am currently using keyboardcast but I had to modify the sources to make it behave "properly" (light, auto-placed, auto-tiled windows, etc) and... I lost my modifications and do not want to recode it once more... :/
I wanted to use mssh (not the python one, the one from Bradley Smith) but I cannot find an rpm and cannot compile it on CentOS 5 due to a too old vte-devel library (compiles on CentOS 6 though)...
Anyone knows a good *multiple windows* shell multiplexer...?
not sure, but cssh perhaps? http://sourceforge.net/projects/clusterssh/
Regards,
Rajagopal
From: Rajagopal Swaminathan raju.rajsand@gmail.com
not sure, but cssh perhaps? http://sourceforge.net/projects/clusterssh/
tmux is a bit too screen like for me (very powerful but needs to know many key combinations). But it would be useful in a non graphical environment... pconsole works but needs root or suid. clusterssh is like keyboardcast with extras (windows tiling, servers groups...), but a lot less reactive... So I went with clusterssh just for the ease of use.
Thanks to all for the suggestions, JD