摘要:
zip -r target.zip target/ #target/ do not put "*", otherwise it will exclude hidden files,like: zip -r target.zip target/* #wrong if expect include al 阅读全文
摘要:
#下载、安装 cd /opt wget https://github.com/prometheus/prometheus/releases/download/v2.37.6/prometheus-2.37.6.linux-amd64.tar.gz tar xvf prometheus-2.37.6. 阅读全文