Linux,UNIX exemplos de linha de comando, tutoriais e documentação amostra.Aprendaa usar programas como o mysql, ssh, tar, rsync, dd por exemplo
1,$s/\(^.*$\)/#\1/3 meses, 2 semanas ago 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
tehlukesizlik7 meses, 4 semanas ago 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