Categorygithub.com/ericwq/examples
module
0.0.0-20240816111131-174649f5e035
Repository: https://github.com/ericwq/examples.git
Documentation: pkg.go.dev

# README

examples

a lot of golang code skill is show here as indpendent example. Most of them are function, interface, struct realated.

enjoy it.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Companion code for the Linux terminals blog series: https://dev.to/napicella/linux-terminals-tty-pty-and-shell-192e I have simplified the code to highlight the interesting bits for the purpose of the blog post: - windows resizing is not addressed - client does not catch signals (CTRL + C, etc.) to gracefully close the tcp connection Build: go build -o remote main.go In one terminal run: ./remote -server In another terminal run: ./remote Run on multiple machines: In the client function, replace the loopback address with IP of the machine, then rebuild Beware the unecrypted TCP connection!.
No description provided by the author
No description provided by the author