CentOS7.6 服务器全新安装宝塔Linux面板 Posted by: NOTEPAD 2022年12月26日 Leave a comment 找到宝塔面板的官网 yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec 你是否安装宝塔面板,这里我们选择是 y 是否开启SSL,等待10秒系统自动跳过 接下来自动运行就安装完成了,整体步骤很简单 我们去浏览器登录一下宝塔后台 发现不绑定宝塔账号什么都做不了 自用的话还是老老实实注册一个账号吧,其它的破解自行百度。 2022-12-26 NOTEPAD
Prometheus:使用 AlertManager 实现 Windows 下邮件告警 2023年1月29日 开源教程 Leave a comment AlertManager和Prometheus Server一样,均采用Golang实现。并且没有第三方依赖。 ... ...
Prometheus:Windows Server 2019 安装 blackbox_exporter 黑盒监控 2023年1月18日 开源教程 Leave a comment blackbox_exporter是Prometheus 官方提供的 exporter 可以提供 http、d ... ...
宝塔Linux面板常用命令 2022年12月28日 开源教程 Leave a comment 启动面板 /etc/init.d/bt start 停止面板 /etc/init.d/bt stop 重启面板 ... ...