Comments on: How to Use Conspy to View and Control Remote Linux Virtual Consoles in Real Time https://www.tecmint.com/use-conspy-to-view-and-control-remote-linux-virtual-consoles/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 16:34:13 +0000 hourly 1 By: Fred Mitchell https://www.tecmint.com/use-conspy-to-view-and-control-remote-linux-virtual-consoles/comment-page-1/#comment-871649 Tue, 28 Feb 2017 06:30:05 +0000 http://www.tecmint.com/?p=15676#comment-871649 In reply to Gabriel A. Cánepa.

True. I am always open to alternate ways of doing things. I have spent some time tooling tmux to meet my needs. There are other options for dealing with a large number of machines. I can perhaps deal with 10 machines concurrently with tmux, more if I push it. There’s an SSL option whose name escapes me.

Sorry for taking so long to respond to this. The notification wound up in my spam filter!!!

]]>
By: DANIEL TRIPP https://www.tecmint.com/use-conspy-to-view-and-control-remote-linux-virtual-consoles/comment-page-1/#comment-870377 Fri, 24 Feb 2017 00:47:29 +0000 http://www.tecmint.com/?p=15676#comment-870377 Does anyone know what that font is “Use Conspy to View and Control Remote Linux Virtual Consoles in Real Time” in the image at the top of this story?
I’ve searched for it – but cannot find it.

]]>
By: libreman https://www.tecmint.com/use-conspy-to-view-and-control-remote-linux-virtual-consoles/comment-page-1/#comment-819293 Mon, 19 Sep 2016 14:01:30 +0000 http://www.tecmint.com/?p=15676#comment-819293 In reply to Fred Mitchell.

You can do that with GNU Screen too, so we have 3 tools to do the same task ;)

]]>
By: Gabriel A. Cánepa https://www.tecmint.com/use-conspy-to-view-and-control-remote-linux-virtual-consoles/comment-page-1/#comment-793798 Wed, 22 Jun 2016 11:43:39 +0000 http://www.tecmint.com/?p=15676#comment-793798 In reply to Fred Mitchell.

@Fred,
If tmux meets all your needs, that’s great! One of the wonders of the FOSS ecosystem is that there are several ways to get things done. A simple example: you can change the group ownership of a file (let’s call it file1) to my_group with either of the following two commands:
chown :my_group file1
chgrp my_group file1
Of course we can have different opinions as to what is the best / most effective way to do things, but as long as the tools and the commands we choose get the job done, that’s a great thing IMHO.

]]>
By: Fred Mitchell https://www.tecmint.com/use-conspy-to-view-and-control-remote-linux-virtual-consoles/comment-page-1/#comment-793443 Tue, 21 Jun 2016 14:20:51 +0000 http://www.tecmint.com/?p=15676#comment-793443 Was wondering what conspy can do that I can’t already do with tmux. I can already have many remote sessions with tmux, and even share keystrokes with them all, and much more.

]]>