随笔分类 -  centos7

摘要:CentOS7安装配置主要界面如下图所示,根据界面展示,这里对以下3个部分配置进行说明: 如上图,system部分需要必须规划配置的是图中红色部分选项,即磁盘分区规划,另外可以在安装过程中修改network & host name选项中修改主机名(默认主机名为localhost.localdomai 阅读全文
posted @ 2023-10-20 17:35 minger_lcm 阅读(53) 评论(0) 推荐(0) 编辑
摘要:关闭防火墙 关闭防火墙#禁用,禁止开机启动: systemctl disable firewalld#停止运行: systemctl stop firewalld yum安装iptables yum -y install iptables-services 启动 systemctl start ip 阅读全文
posted @ 2021-07-19 23:50 minger_lcm 阅读(128) 评论(0) 推荐(0) 编辑
摘要:一、CentOS7 systemd 介绍 在 CentOS7 中,使用 systemd 来管理其他服务是否开机启动,systemctl 是 systemd 服务的命令行工具 [root@mysql ~]# systemctl start httpd.service // 启动服务 [root@mys 阅读全文
posted @ 2019-03-27 02:16 minger_lcm 阅读(1950) 评论(0) 推荐(0) 编辑
摘要:安装centos7 linux 修改centos7的网卡ens33修改为eth0 centos7 管理开机启动:systemd centos7 防火墙使用iptables 翻译 搜索 复制 阅读全文
posted @ 2019-03-27 01:33 minger_lcm 阅读(144) 评论(0) 推荐(0) 编辑
摘要:Linux 操作系统的网卡设备的传统命名方式是 eth0、eth1、eth2等,而 CentOS7 提供了不同的命名规则,默认是基于固件、拓扑、位置信息来分配。这样做的优点是命名全自动的、可预知的,缺点是比 eth0、wlan0 更难读,比如 ens33 。 如果不习惯使用新的命名规则,可以恢复使用 阅读全文
posted @ 2019-03-27 01:30 minger_lcm 阅读(4514) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示