自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 arthas安装使用说明文档

https://arthas.aliyun.com/doc/quick-start.html

2022-02-28 15:19:46 230 1

转载 Linux--wget、curl command not found解决方案

文章目录1.Wget command not found2.curl command not found1.Wget command not found#这个解决比较简单,先删后下载即可yum remove wget -yyum install wget -ywget #然后就好了2.curl command not found#本来也打算按上面步骤走的,结果发现不行,要下载包重新安装wget https://curl.haxx.se/download/curl-7.56.1

2022-02-28 14:34:51 1508

转载 curl 不支持 https(Protocol https not supported or disabled in libcurl)

curl默认安装完后是只支持http协议而不支持https协议的。可以先用curl -V查看当前curl支持哪些协议:[root@localhost /]# curl -Vcurl 7.19.4 (x86_64-unknown-linux-gnu) libcurl/7.19.4 OpenSSL/1.0.2k zlib/1.2.11Protocols: tftp ftp telnet dict http file ftps可以看到并不支持https协议。若用curl命令访问https时就会报错:P

2022-02-28 14:32:24 10066

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除