1.echo命令 echo命令用于在终端输出字符串或变量提取后的值,格式为“echo [字符串 | $变量]”。 例如,把指定字符串“Linuxprobe.com”输出到终端屏幕的命令为: 该命令会在终端屏幕上显示如下信息: 下面,我们使用$变量的方式提取变量SHELL的值,并将其输出到屏幕上: 2 ...
分类:
系统相关 时间:
2018-09-13 10:59:51
阅读次数:
167
In this lesson we write an imperative function to flatten nested arrays, and then use the popular map, reduce, compose, and pipe functions to transfor ...
分类:
编程语言 时间:
2018-09-12 19:56:27
阅读次数:
183
In this lesson, you will learn how to query local and remote data in Apollo Link State in the same component. We'll set the @client decorator on the l ...
分类:
其他好文 时间:
2018-09-08 23:28:11
阅读次数:
209
恢复内容开始 1、概述 路由协议OSPF全称为Open Shortest Path First,也就开放的最短路径优先协议,因为OSPF是由IETF开发的。 OSPF的流量使用IP协议号89。 OSPF对网络没有跳数限制,支持 Classless Interdomain Routing (CIDR) ...
分类:
其他好文 时间:
2018-09-05 09:14:25
阅读次数:
191
批量改名文件 iptraf-ng yum -y install iptraf-ng iptraf是一个基于ncurses开发的IP局域网监控工具,它可以实时地监视网卡流量,可以生成各种网络统计数据, 包括TCP信息、UDP统计、ICMP和OSPF信息、以太网负载信息、节点统计、IP校验和错误和其它一 ...
分类:
系统相关 时间:
2018-09-03 02:27:07
阅读次数:
201
It is not a hard one, but I still learnt a good lesson on how to optimize my strategy. My first thought was on the right track: do a O(n) scan and do ...
分类:
其他好文 时间:
2018-09-01 12:21:48
阅读次数:
200
ospf开放最短路径优先基本配置{ ospf cost :配置ospf接口的优先级 ospf dr-priority :配置路径花费值 ospf router_id:创建ospf的进程号 area area_num :把ospf的进程加入该区域 network network_name unmask ...
分类:
其他好文 时间:
2018-09-01 12:13:44
阅读次数:
150
OSPF路由器R1的LSDB同步完毕后,需要独立计算去往每个网段的最优路径R1的RouterID1.1.1.1每台OSPF路由器都会为每个区域生成唯一一条1类LSA这条RouterID1.1.1.1生成的1类LSA可以描述同理RouterID2.2.2.2生成的1类LSA可以描述此时需要找到这条LinkID10.26.219.4的2类LSA由此可以得知以下信息:根据剩下的1类LSA可以得知:OSP
分类:
其他好文 时间:
2018-08-30 23:28:32
阅读次数:
203