client_loop: send disconnect: Broken pipe
If you encounter the above issue while ssh to a remote host, you should try to add following options to the /etc/ssh/ssh_config.
Host *
IPQoS=throughput
client_loop: send disconnect: Broken pipe
If you encounter the above issue while ssh to a remote host, you should try to add following options to the /etc/ssh/ssh_config.
Host *
IPQoS=throughput
| int redPin = 11; | |
| int greenPin = 10; | |
| int bluePin = 9; | |
| int r = 0; | |
| int g = 0; | |
| int b = 0; | |
| void setup() { | |
| pinMode(redPin, OUTPUT); |
| echo "$STRING" | iconv -t ascii//TRANSLIT | sed -r s/[^a-zA-Z0-9]+/-/g | sed -r s/^-+\|-+$//g | tr A-Z a-z |