Linux,UNIX parancssori példák, oktatóanyagok és dokumentáció mintát.Megtanulják,hogyan kell használni programok, mint a MySQL, SSH, tar, rsync, DD példával
1,$s/\(^.*$\)/#\1/ 3 hónap, 1 hét ezelőtt kxdemon 2 |
i have problem on ssl_do_handshake working in intel machine but not in ARM based machine
du -sm mysql-bin* | awk '{SUM +=$1} END {print SUM}'
mysqlbinlog mysql-bin.000099 | grep -iv 'update cache' | wc -c
mysqlbinlog mysql-bin.000010 | grep -i 'update cache' | wc -c
mysqlbinlog mysql-bin.000099 | grep -ci 'update cache'
SELECT table_schema "Data Base Name", SUM( data_length + index_length) / 1024 / 1024 "Data Base Size in MB" FROM information_schema.TABLES GROUP BY table_schema;
echo 'test' > tmp && sha512sum tmp > sum && sha512sum --check sum
echo 'test' > tmp && sha512sum tmp
tehlukesizlik 7 hónap, 3 hét ezelőtt orxan 0 |
openssl s_client -showcerts -connect 127.0.0.1:443
openssl s_client -msg -debug -connect 127.0.0.1:443
sed -i "" 's/find/replace/g' views.py