Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3766234
  • 博文数量: 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-07-15 14:26:38

https://www.cnblogs.com/cocowool/p/systemd_journal_log.html1. 基础用法1.1 查看所有日志(默认显示本次启动的所有日志)[root@devops-101 ~]# journalctl查看本次启动的所有日志也可以使用[root@devops-101 ~]# journalctl -b1.2 查看内核日志[root@devops-101 ~]# journalctl -k1.3 查看指定时间.........【阅读全文】

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

发布时间:2019-07-12 16:35:37

https://blog.csdn.net/sinat_20184565/article/details/81318503?utm_source=blogxgwz1ip命令创建bond:ip link add bond1 type bond mode active-backupifconfig eth0 downip link set eth0 master bond1ip link set eth0 nomasterifconfig eth0 up......【阅读全文】

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

发布时间:2019-07-11 20:18:39

https://www.ibm.com/developerworks/cn/cloud/library/1401_zhaoyi_openswitch/ ping -I 1.1.1.1 1.1.1.2openflow配置实例ovs-vsctl add-br ovs-switch创建ns0、p0ovs-vsctl add-port ovs-switch p0 -- set Interface p0 ofport_request=100ovs-vsctl set Interface p0 type=internalethtool -i p0ip netns .........【阅读全文】

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

发布时间:2019-07-10 13:49:56

PHY 0:04 not foundIP-Config: Guessing netmask 255.0.0.0IP-Config: Complete:device=eth0, addr=10.0.0.2, mask=255.0.0.0, gw=255.255.255.255,host=10.0.0.2, domain=, nis-domain=(none),bootserver=255.255.255.255, rootserver=10.0.0.1, rootpath=PHY: 0:01 - Link is Up - 100/Fullata1: COMRESET fail.........【阅读全文】

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

发布时间:2019-06-24 17:30:57

https://blog.csdn.net/taiyang1987912/article/details/42749137https://blog.csdn.net/Raul7Gon/article/details/80519849[root@localhost linux-kernel]# [root@localhost linux-kernel]# xz -d patch-3.16.68-69.xz [root@localhost linux-kernel]# [root@localhost linux-kernel]# lskernel_4.4.182  kern.........【阅读全文】

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

登录 注册