摘要: DELL R730 BIOS修改 UEFI启动 虚拟化打开 IOMMU打开 电源冗余打开 BMC地址静态 安全启动禁止 编辑软件源 cat > /etc/apt/source.list.d/tsinghua.list <<EOF #清华大学软件源 deb https://mirrors.tuna.t 阅读全文
posted @ 2025-05-23 15:37 hotch9507 阅读(60) 评论(0) 推荐(0)
摘要: Ubuntu 22.04 查看当前安装的包 apt list --installed | grep ^pve 查看可以安装的包 apt list | grep ^pve 自动清理无用包 apt autoremove 更新软件缓存索引 apt update 当前可升级的包 apt list --upg 阅读全文
posted @ 2025-05-23 14:54 hotch9507 阅读(12) 评论(0) 推荐(0)
摘要: apt install bash-completion net-tools wget lrzsz vim curl -y 阅读全文
posted @ 2025-05-23 14:15 hotch9507 阅读(15) 评论(0) 推荐(0)
摘要: 在使用虚拟机做集群化实验时,克隆主机会导致主机ID相同 这时候就需要重置主机ID rm -rf /etc/machine-id&&rm -rf /var/lib/dbus/machine-id systemd-machine-id-setup reboot 批量根据IP修改主机名 批量修改hosts 阅读全文
posted @ 2025-05-23 10:48 hotch9507 阅读(58) 评论(0) 推荐(0)
摘要: 常用功能设置 一 Root用户登录 echo "PermitRootLogin yes" >> /etc/ssh/sshd_config.d/root_login.conf echo "PasswordAuthentication yes" >> /etc/ssh/sshd_config.d/roo 阅读全文
posted @ 2025-05-22 22:39 hotch9507 阅读(47) 评论(0) 推荐(0)