Send: 12ssh user@host "cat > destination-file.txt" < input-file.txtcat input-file.txt | ssh user@host "c...
Send without use disk: 12345docker save busybox:latest | ssh user@host "docker load"docker save busybox:latest | zs...
1SET sql_log_bin = 0; 1SET sql_log_bin = 1;
12var key = 'test';{key: 'value'} Result: 123{ key: 'value'} 12var ke...
Fronius ohm pilot: L1: PWM 0-3kW L2: on/off 3kw L3: on/off 3kw
List: 1netsh wlan show profile Show details (Run as administrator) 1netsh wlan show profile Wi-Fi-name key=clear
Click 5 times 2nd button from the right. 22742 - change MPPT1 & MPPT2 73887 - select country
12345678ByteArrayOutputStream buffer = new ByteArrayOutputStream();ProtobufMessageClass.newBuilder() .set(...) .build()...
1tail -f /var/log/syslog | grep --line-buffered 'ERROR' | stdbuf -oL -eL sed 's/ERROR/CRITICAL/g'
12$ ping -DO moki.org.pl > /tmp/ping-moki.org.pl &$ tail -f -n 0 /tmp/ping-moki.org.pl | grep --line-buffered 'no...