随笔分类 - Shell
摘要:curl wget 不验证证书进行https请求 https://blog.csdn.net/bytxl/article/details/46989667 wget --no-check-certificate curl -k
阅读全文
摘要:https://www.runoob.com/linux/linux-comm-find.html find path -option [ -print ] [ -exec -ok command ] {} \; 参数说明 : find 根据下列规则判断 path 和 expression,在命令列
阅读全文
摘要:How do I use password protected proxy server using various command line options? You can simply use wget command as follows: $ wget --proxy-user=USERN
阅读全文