Spent 2 days looking for a solution, on how to run Tkinter input and subprocess together and found it in your video. All I had to do is to make it as a list)) Thanks a lot!!
1. How do I get the output of say ls -lrth to a list of lists in the most efficient way 2. How can i ssh to a server, run commands and come back to the main server. (loop this)
great video ! but why do you hardcode the subprocess using "sshd" as 3 argument , when you start the subprocess ? should it not just have been svc ? if you ever chenge subprocess frim sshd to anything else, your program will try to start sshd if your svc is not running kind regards from Denmark
Spent 2 days looking for a solution, on how to run Tkinter input and subprocess together and found it in your video. All I had to do is to make it as a list)) Thanks a lot!!
1. How do I get the output of say
ls -lrth to a list of lists in the most efficient way
2. How can i ssh to a server, run commands and come back to the main server. (loop this)
Nice video. Can you please explain difference between os.system, subprocess.run and subprocess.call, etc
great video !
but why do you hardcode the subprocess using "sshd" as 3 argument , when you start the subprocess ? should it not just have been svc ?
if you ever chenge subprocess frim sshd to anything else, your program will try to start sshd if your svc is not running
kind regards from Denmark
I enjoyed the video. Thanks!
Great video, simple but useful
How do I follow along if I am using Windows?
too many views...