Comments on: How to send input to many terminals http://www.xaprb.com/blog/2012/10/16/how-to-send-input-to-many-terminals/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Daniël van Eeden http://www.xaprb.com/blog/2012/10/16/how-to-send-input-to-many-terminals/#comment-20354 Daniël van Eeden Thu, 18 Oct 2012 11:51:30 +0000 http://www.xaprb.com/blog/?p=138#comment-20354 The amount of ssh-in-a-for-loop-improved reminds me of the amount of flashlight apps in the Apple AppStore…

http://docs.fabfile.org

]]>
By: pcrews http://www.xaprb.com/blog/2012/10/16/how-to-send-input-to-many-terminals/#comment-20352 pcrews Thu, 18 Oct 2012 04:54:40 +0000 http://www.xaprb.com/blog/?p=138#comment-20352 You should give saltstack a try: http://saltstack.com/

It’s quite easy to pick up and the remote execution is *excellent*. The MySQL module is quite nice too:
http://docs.saltstack.org/en/latest/ref/modules/all/salt.modules.mysql.html#module-salt.modules.mysql

]]>
By: BPK http://www.xaprb.com/blog/2012/10/16/how-to-send-input-to-many-terminals/#comment-20351 BPK Wed, 17 Oct 2012 01:16:33 +0000 http://www.xaprb.com/blog/?p=138#comment-20351 To go along with Valerie’s comment, I’ve used clusterssh for years.

http://sourceforge.net/projects/clusterssh/

]]>
By: Valerie http://www.xaprb.com/blog/2012/10/16/how-to-send-input-to-many-terminals/#comment-20350 Valerie Tue, 16 Oct 2012 23:03:35 +0000 http://www.xaprb.com/blog/?p=138#comment-20350 My favorite for manual commands is cluster-shell for Mac: csshx
http://code.google.com/p/csshx/

But for scripting or crons, dsh.

I’m going to check out pmysql. Thanks for the tip!

Valerie

]]>
By: Aaron Brown http://www.xaprb.com/blog/2012/10/16/how-to-send-input-to-many-terminals/#comment-20349 Aaron Brown Tue, 16 Oct 2012 22:46:49 +0000 http://www.xaprb.com/blog/?p=138#comment-20349 I like to use rutty, a ruby gem. If the client has a recent version of ruby installed. :)

https://github.com/jlindsey/rutty

]]>