Debian 开启 IOMMU 支持 vi /etc/default/grub 找到 GRUB_C 继续阅读
Debian 开启 IOMMU 支持
发表评论
Debian 开启 IOMMU 支持 vi /etc/default/grub 找到 GRUB_C 继续阅读
nexus3 上传 docker 镜像 docker login 192.168.25.8:8082 继续阅读
macOS 内存测试 memtest 安装方法,命令行下执行: brew install memte 继续阅读
查看所有由 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.在「 继续阅读