目录下新建 tsconfig.json { "compilerOptions": { "module": "commonjs", "target": "es5", "noImplicitAny": true, "outDir": "./dist", "sourceMap": true }, "inc ...
分类:
其他好文 时间:
2020-07-12 18:38:13
阅读次数:
128
准备 选用系统: kali-linux-2018.1-amd64.iso kali-linux-2020.2-installer-amd64.iso 开始 2018版 1、选用图形化安装 2、遇到的问题: (1)出现bad archive mirror 错误 解决办法:参考 链接 (2)VMware ...
分类:
其他好文 时间:
2020-07-12 18:30:57
阅读次数:
105
创建Swram集群 docker swarm init 当前只有一个节点,开放防火墙2377端口 firewall-cmd --zone=public --add-port=2377/tcp 然后开启其他Docker虚拟机的Docker服务 将 docker swarm join --token S ...
分类:
其他好文 时间:
2020-07-12 17:09:54
阅读次数:
74
系统:CentOSLinuxrelease7.7.1908(Core)bind:BIND9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6部署使用bind后,使用systemctlstatusnamed或者查看messages日志,都能看到Jul1206:08:40od-bind-81named[994]:networkunreachableresolving‘ga
分类:
其他好文 时间:
2020-07-12 14:58:30
阅读次数:
88
场景:一台服务上搭建redis主从复制 前提:服务器上的redis是通过宝塔安装的,安装路径为/www/server/redis/ 1. cd /www/server/redis && cp redis.conf redis_6380.conf 2. vim redis_6380.conf 更改以下 ...
分类:
其他好文 时间:
2020-07-12 14:28:31
阅读次数:
73
Quagga BGP and exabgp: work together for BGP blackhole implementation In our test case we will deploy two machines: 10.0.3.114 for exabgp (it announce ...
分类:
其他好文 时间:
2020-07-12 12:21:39
阅读次数:
70
1 方式一dhclient命令 yum install dhclient // 释放所有ip dhclient -r // 获取ip dhclient // 查看ip ip a 2 方式二setup图像命令 // install yum install setuptool yum install n ...
分类:
其他好文 时间:
2020-07-12 12:18:23
阅读次数:
62
#为网卡设置bond,实现多块网卡使用同一个ip地址以提供网卡负载均衡或容错的能力DEVICE=bond0TYPE=EthernetONBOOT=yesBOOTPROTO=noneIPADDR=192.168.90.80NETMASK=255.255.255.0BONDING_OPTS="mode= ...
分类:
系统相关 时间:
2020-07-12 12:08:20
阅读次数:
103
Introduction In part A we should add multiprocessor support to JOS, implement round-robin scheduling, and add basic environment management system call ...
分类:
其他好文 时间:
2020-07-11 23:16:57
阅读次数:
101
一、jmx 方式 加上如下启动参数,以 tomcat 为例,修改 bin\catalina 文件,在开始位置添加 JAVA_OPTS JAVA_OPTS="-Djava.rmi.server.hostname=192.168.8.229 -Dcom.sun.management.jmxremote. ...
分类:
其他好文 时间:
2020-07-11 09:44:49
阅读次数:
92