Mimmo97 Blog

Mimmo97 Blog

Thursday, October 13, 2022

 Connect the WSL2 network to the Hyper-v network (ping, etc.)

https://automatingops.com/allowing-windows-subsystem-for-linux-to-communicate-with-hyper-v-vms

https://web.archive.org/web/20220425123341/https://automatingops.com/allowing-windows-subsystem-for-linux-to-communicate-with-hyper-v-vms 


Mimmo97 at 10/13/2022 12:28:00 AM No comments:

Tuesday, January 18, 2022

Execute shell command in Linux using Python 3

import subprocess

result = subprocess.run(["ls", "-lsa"], stdout=subprocess.PIPE)

print(result.stdout)


Mimmo97 at 1/18/2022 12:20:00 AM No comments:
‹
›
Home
View web version
Powered by Blogger.