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...
1find . -type f | xargs -I {} echo arg1 {} arg3
1SELECT column COLLATE utf8mb4_bin FROM table;
1SHOW COLLATION;
1$ cat /etc/systemd/logind.conf | grep LidSwitchIgnoreInhibited 1LidSwitchIgnoreInhibited=yes
Konfiguracja systemu: 123echo '' >> /etc/sysctl.confecho 'net.ipv4.ip_forward = 1' >> /etc/sy...
Space -> new line: 1tr " " "\n" New line -> space: 1tr "\n" " "
Assumptions: first IP: 11.11.11.11 (ens0) second IP: 22.22.22.22 (ens0:0) Verify network interfaces: 123curl --interface en...