05 2023 档案
摘要:一、系统初始化 1、关闭防火墙 systemctl disable firewalld --now setenforce 0 sed -i -r 's/SELINUX=[ep].*/SELINUX=disabled/g' /etc/selinux/config 2、配置本地域名解析 cat >> /
阅读全文
摘要:1 Linux引导过程 1. 主机加电后,系统首先加载BIOS,这个BIOS是烧录在主板上的ROM芯片上的。 2. BIOS启动后,执行了一些例如开机自检,硬件初始化等工作,然后读取硬盘MBR分区的第 一个扇区(前512字节),其中前446字节储存了一个小程序叫做boot loader,中间的64
阅读全文
摘要:1. 常用基本命令 列出所有正在运行服务 systemctl list-units --type=service systemctl list-units --type=service --all 可以列出已经loaded但已经不活动的服务 列出所有target systemctl list-uni
阅读全文
摘要:https://www.cnblogs.com/mangood/p/6032644.html https://www.cnblogs.com/mangood/p/6033805.html https://www.cnblogs.com/mangood/p/6037574.html https://w
阅读全文