Docker1234apt-get updateapt-get install -y apt-transport-https ca-certificates curl gnupg lsb-releasecurl -fsSL https://downl...
1234567stream { server { listen 0.0.0.0:1000; proxy_bind $remote_addr transparent; proxy_pa...
123456789stream { server { listen 0.0.0.0:1000; proxy_ssl off; proxy_ssl_verify on; ...
1234567891011stream { server { listen 0.0.0.0:1000 ssl; ssl_certificate cert.pem; ssl_certi...
123456789stream { server { listen 0.0.0.0:1000 ssl; ssl_certificate cert.pem; ssl_certifica...
1parallel --jobs 2 < tasks.txt 12345678$ cat tasks.txtphp process.php 1 100php process.php 101 200php process.php 201 300...
1seq 20 2 29 | parallel -j 3 echo "asdf{}drrr"
1PURGE BINARY LOGS BEFORE (NOW() - INTERVAL 1 HOUR); or 1SHOW BINARY LOGS; 1PURGE BINARY LOGS TO 'binlog.002316';
Run command without parameter and (almost) without executions limit: 1printf -- '\n%.0s' {1..800000} | pa...
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253package pl.org.moki;import i...