Python Forum
Windows/linux shell emulation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows/linux shell emulation
#4
One way is to create aliases for all commands and use them on all machines instead of the system commands.
Also is not so hard to create a multiple ssh connection using threading or similar approach. I am saying that is not so hard but I have to push my head to figure it out. This is not I do for a living.

If you decide to do it in Python there will be servers on all machines because all of them are listening for a command. Distribution of the commands as well. PyZMQ is a  good one for distributed messaging. I hope someone whosе job is in the area to join to the discussion.

Looks like a project. It's not going to achieve it in two days.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
Windows/linux shell emulation - by AceScottie - Nov-25-2017, 07:35 PM
RE: Windows/linux shell emulation - by wavic - Nov-25-2017, 09:02 PM
RE: Windows/linux shell emulation - by AceScottie - Nov-27-2017, 11:41 AM
RE: Windows/linux shell emulation - by wavic - Nov-27-2017, 01:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to compile a Python script for a Windows / Linux executable? netanelst 2 1,351 May-24-2022, 07:02 AM
Last Post: netanelst
  Resources for printing tabledata-Linux and Windows hammer 4 1,436 Apr-25-2022, 12:09 PM
Last Post: hammer
  batch file for running python scipt in Windows shell MaartenRo 2 1,907 Jan-21-2022, 02:36 PM
Last Post: MaartenRo
  multiprocessing difference between Linux and Windows direl 2 2,660 Oct-01-2020, 07:10 PM
Last Post: direl
  script works in windows but not in linux ovidius80 2 2,753 Apr-29-2020, 02:10 PM
Last Post: ovidius80
  How to use subprocess send commands to windows shell hlhp 3 4,456 Nov-26-2019, 04:40 AM
Last Post: LeanbridgeTech
  keyboad scanner routine(linux and windows) 1885 0 1,922 Oct-26-2019, 03:34 PM
Last Post: 1885
  Coloured text in the terminal works in Linux but not Windows Flexico 2 2,711 Aug-26-2019, 10:44 PM
Last Post: Flexico
  Python files made on linux don't work on windows sylas 2 3,272 Oct-10-2018, 05:34 AM
Last Post: sylas
  can import msvcrt and click on windows but not on Linux sylas 4 13,320 Aug-06-2018, 08:28 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020