安装服务器监控

安装服务器监控 prometheus wget https://github.com/prometheus/prometheus/releases/download/v2.45.1/prometheus-2.45.1.linux-amd64.tar.gz tar -zxvf prometheu

zhangrui.i 发布于 2024-02-27

常用资源搭建

常用资源搭建 docker sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo sudo y

zhangrui.i 发布于 2024-02-27

golang学习

https://www.yuque.com/fcant/go

zhangrui.i 发布于 2024-02-27

Git常用命令总结

一 关于添加、删除和回退 想要git不再跟踪这个文件,但是又不想在硬盘中删除该文件:git rm --cached file 在被git管理的目录中删除文件时,可以选择如下两种方式: ① 删除文件后git commit -am "abc"(相当于git add + git commit -m) ②

zhangrui.i 发布于 2024-02-27