上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 63 下一页
摘要: 一、CentOS7 systemd 介绍 在 CentOS7 中,使用 systemd 来管理其他服务是否开机启动,systemctl 是 systemd 服务的命令行工具 [root@mysql ~]# systemctl start httpd.service // 启动服务 [root@mys 阅读全文
posted @ 2019-03-27 02:16 minger_lcm 阅读(1926) 评论(0) 推荐(0) 编辑
摘要: ethtool 是用于查询及设置网卡参数的命令,常见用法如下: 注意:该命令只是临时设置,如果网卡重启就失效了,如果想要永久保存应该配置 /etc/sysconfig/network-scripts/ifcfg-eth0 文件 查看指定网卡的基本设置,内容包括网卡速率、网卡的工作模式等 ethtoo 阅读全文
posted @ 2019-03-27 02:02 minger_lcm 阅读(1067) 评论(0) 推荐(0) 编辑
摘要: 在centos6 自带ifconfig 在centos7 默认不带ifconfig,需要自己安装 ifconfig命令用来配置或查看网卡接口,常见用法如下: 阅读全文
posted @ 2019-03-27 01:41 minger_lcm 阅读(17496) 评论(0) 推荐(0) 编辑
摘要: 安装centos7 linux 修改centos7的网卡ens33修改为eth0 centos7 管理开机启动:systemd centos7 防火墙使用iptables 翻译 搜索 复制 阅读全文
posted @ 2019-03-27 01:33 minger_lcm 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Linux 操作系统的网卡设备的传统命名方式是 eth0、eth1、eth2等,而 CentOS7 提供了不同的命名规则,默认是基于固件、拓扑、位置信息来分配。这样做的优点是命名全自动的、可预知的,缺点是比 eth0、wlan0 更难读,比如 ens33 。 如果不习惯使用新的命名规则,可以恢复使用 阅读全文
posted @ 2019-03-27 01:30 minger_lcm 阅读(4481) 评论(0) 推荐(0) 编辑
摘要: 我们访问 www.baidu.com ,实际上访问的是这个域名对应的IP地址,而 DNS(Domain Name System)的作用就是把域名转换为IP地址 /etc/resolv.conf 文件则用于指定 DNS 服务器地址,如果不指定的话,无法通过 www.baidu.com 来访问百度,只能 阅读全文
posted @ 2019-03-27 00:57 minger_lcm 阅读(504) 评论(0) 推荐(0) 编辑
摘要: styple标签 阅读全文
posted @ 2019-03-26 13:11 minger_lcm 阅读(1112) 评论(0) 推荐(0) 编辑
摘要: script标签 正常加载 阅读全文
posted @ 2019-03-26 13:11 minger_lcm 阅读(533) 评论(0) 推荐(0) 编辑
摘要: meta标签 Meta标签介绍: <meta>元素可提供有关页面的元信息(mata-information),针对搜索引擎和更新频度的描述和关键词。 <meta>标签位于文档的头部,不包含任何内容。 <meta>提供的信息是用户不可见的。 meta标签的组成:meta标签共有两个属性,它们分别是ht 阅读全文
posted @ 2019-03-26 13:10 minger_lcm 阅读(254) 评论(0) 推荐(0) 编辑
摘要: link标签 阅读全文
posted @ 2019-03-26 13:10 minger_lcm 阅读(740) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 63 下一页