In VirtualBox 6.1, how to I make my DVD RW Drive usable from a Windows 10 Guest? It is hosted in POPOS 21.04. I thought this just worked when you installed the Guest Additions but apparently not. If I run this on my Host: sudo dmesg | egrep -i --color […]
Daily Archives: August 24, 2021
11 posts
I startet a process with socat: socat tcp-listen:port,reuseaddr,fork, exec:”./program” Now i can connect to the program with netcat: nc ip port. It will start the program and expects the user to give some input. (Its a simple c program which calls gets function) How can i give the input from […]