查看所有由 docker-compose 启动的 docker Docker Compose会为其创 继续阅读
查看所有由 docker-compose 启动的 docker
发表评论
查看所有由 docker-compose 启动的 docker Docker Compose会为其创 继续阅读
# account
ipmitool user list
ipmitool user set password 2 password@123
# network
# show network
ipmitool lan print
# set to static and show network
ipmitool lan set 1 ipsrc static
ipmitool lan set 1 ipaddr 192.168.24.6
ipmitool lan set 1 netmask 255.255.252.0
ipmitool lan set 1 defgw ipaddr 192.168.27.254 ipmitool lan print
# 设置共享网口模式
ipmitool delloem lan set shared with lom1
ipmitool delloem lan set shared
ipmitool sel list
SEL = System Event Log (系统事件日志)
显示系统的硬件事件历史记录,包括:硬件故障、电源事件、温度警告、风扇故障、其他系统关键事件。
ipmitool sdr list
SDR = Sensor Data Record (传感器数据记录)
显示当前系统所有传感器的实时状态,包括:CPU温度、系统温度、风扇转速、电压值、电源状态。用于监控服务器硬件的实时健康状况。
#GNU_Linux
SSH 密钥类型及格式 在使用 ssh-keygen 命令生成密钥对时,有这几个参数需要被注意: # 继续阅读
使用 java 手动执行生成的类文件 下面以执行使用 mvn compile 编译好的 cn.gso 继续阅读
检查网站的TLS版本 有时候需要知道某个网站支持的TLS的版本。现在SSL 2.0和SSL 3.0都 继续阅读
解决 target is busy 的一种方法 最近手头一台 PVE 集群的 ceph 地址变化,导 继续阅读
macOS 禁用 Safari 下载自动解压 1.选择Safari 浏览器的「偏好设定」。 2.在「 继续阅读
debian bullseye iptables 配置持久化 在Debian 11中,iptable 继续阅读
sshd 拒绝连接错误 refused connected from 最近发现一种会导致 sshd 继续阅读
Linux 常见主设备号设备清单 在Linux系统中,设备通常通过主设备号和次设备号来标识。主设备号 继续阅读