摘要:
##直接用curl curl --ssl-reqd --url smtps://smtp.exmail.qq.com:465 --user someone@somesite.com:password --mail-from someone@somesite.com --mail-rcpt someo 阅读全文
摘要:
curl -s --connect-timeout 2 -o NUL qq.com:80 if ERRORLEVEL 0 echo 运行成功 echo %ERRORLEVEL% NUL 相当于linux /dev/null %ERRORLEVEL%为上条命令运行返回值,0是正常。 参考: https 阅读全文
摘要:
使用shc wget https://download-ib01.fedoraproject.org/pub/epel/8/Everything/x86_64/Packages/s/shc-4.0.3-1.el8.x86_64.rpm rpm -ivh shc-4.0.3-1.el8.x86_64. 阅读全文