TTY
TTY
Python (Linux)
python -c 'import pty; pty.spawn("/bin/bash")'export TERM=xterm^Z
stty raw -echo; fgrlwrap (Linux & Windows)
rlwrap nc -nlvp <port>^Z
stty raw -echo; fgSocat (Linux)
Terminal configuration
Last updated