Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3650825
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

发布时间:2019-11-12 10:53:00

1,查看自启动服务?systemctl list-unit-files --type service |grep enabled 2,查看某服务的开机启动状态?systemctl list-unit-files --type service |grep service_name 3,启动(关闭,重启,查看)某个服务?(centos6系统):service  service_name  (start|st.........【阅读全文】

阅读(1275) | 评论(0) | 转发(0)

发布时间:2016-11-11 09:40:07

......【阅读全文】

阅读(1696) | 评论(0) | 转发(0)

发布时间:2019-11-06 15:14:05

设置端口混杂模式:ifconfig eth0 promisc设置混杂ifconfig eth0 -promisc 取消混杂网卡工作模式有4种,分别是:广播(Broadcast)模式多播(Multicast)模式单播模式(Unicast)混杂模式(Promiscuous)。......【阅读全文】

阅读(607) | 评论(0) | 转发(0)

发布时间:2019-11-06 10:45:22

......【阅读全文】

阅读(763) | 评论(0) | 转发(0)

发布时间:2019-11-01 15:38:52

CONFIG_RETPOLINE=n......【阅读全文】

阅读(2018) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册