摘要:
Linux设置开机界面模式 Centos查看/etc/inittab如下: # systemd uses 'targets' instead of runlevels. # by default, there are two main targets: # # multi-user.target: 阅读全文
摘要:
Internet层 网络层 IP ICMP ARP RARP IGMP IP协议Internet协议 l 运行于 OSI 网络层 l 面向无连接的协议 l 独立处理数据包 l 分层编址 l 尽力而为传输 l 无数据恢复功能 arping 查看冲突IP主机 ICMP协议 Internet控制报文协议 阅读全文
摘要:
centos8编译安装httpd wget -P /usr/local/src https://mirrors.bfsu.edu.cn/apache//httpd/httpd-2.4.43.tar.bz2 cd /usr/local/src [root@centos8 src]# tar xvf h 阅读全文