Linux,UNIX ตัวอย่างบรรทัดคำสั่ง, tutorials, และเอกสารตัวอย่างเรียนรู้วิธีการใช้โปรแกรมเช่นMySQL, SSH, tar, rsync, DD โดยตัวอย่าง
1,$s/\(^.*$\)/#\1/ 3 เดือน, 1 สัปดาห์ ที่ผ่านมา 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;
:w !sudo tee % 5 เดือน, 2 สัปดาห์ ที่ผ่านมา MikeJudge 4 |
echo 'test' > tmp && sha512sum tmp > sum && sha512sum --check sum
echo 'test' > tmp && sha512sum tmp
tehlukesizlik 7 เดือน, 3 สัปดาห์ ที่ผ่านมา 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