安装部署主控节点服务 -- etcd 部署master节点服务 部署etcd集群 集群规划 HDss7-12.host.com ectc lead 192.168.154.12 HDss7-21.host.com ectc follow 192.168.154.21 HDss7-22.host.co ...
分类:
其他好文 时间:
2021-01-07 11:46:58
阅读次数:
0
- name: 以轮询的方式等待服务同步完成 shell: "systemctl status etcd.service|grep Active" register: etcd_status until: '"running" in etcd_status.stdout' retries: 8 de ...
分类:
其他好文 时间:
2021-01-07 11:40:27
阅读次数:
0
#一、shell概述 shell是一个命令行解释器,它接收应用程序/用户命令,然后调用操作系统内核 ##1.1linux提供的shell解析器有 cat /etc/shells /bin/sh /bin/bash /sbin/nologin /bin/dash /bin/tcsh /bin/csh ...
分类:
系统相关 时间:
2021-01-06 12:34:20
阅读次数:
0
在玩dvwa的命令注入漏洞的时候,遇到了没有预料到的错误,执行ping 127.0.0.1 & echo "<?php phpinfo(); ?>" > shell.php发现返回的执行结果如下图 理论上在dvwa的根目录里应该有一个shell.php但是并没有出现 root@kali:/var/w ...
分类:
系统相关 时间:
2021-01-06 12:22:59
阅读次数:
0
Python for Data Science - Data Visualization Three Different Data Visualization Types Data storytelling - for presentations to organizational decision ...
分类:
编程语言 时间:
2021-01-06 12:18:03
阅读次数:
0
查看默认启动项 grub2-editenv list 查看启动项列表 awk -F\' '$1=="menuentry " {print $2}' /etc/grub2.cfg 设置默认引导 grub2-set-default 'Windows 10' 设置默认启动项 grub2-set-defau ...
分类:
其他好文 时间:
2021-01-06 11:52:49
阅读次数:
0
一、管理环境路径(环境变量) 1、查看可执行文件的当前命令路径。 语法:shell中输入path。 注:path显示中的封号只是起到分割不同路径的作用,命令shell使用分号来确定文件的终点和另一个文件的起点。 2、添加管理环境路径 A、控制面板/系统-高级系统设置-系统属性-高级-环境变量; B、 ...
1 $0 匹配到AA ,就是输出行匹配到AA 的行 2 3 4 5 awk -F ‘ ’ awk ‘ ’ 6 7 8, NR 与FNR的区别: 9 10 11 12 BEGIN和END 都是特殊的pattern 13 14 15 16 17 18 19 20 ...
分类:
系统相关 时间:
2021-01-05 11:32:23
阅读次数:
0
[Vulfocus解题系列]Tomcat任意写入文件漏洞(CVE-2017-12615) ...
分类:
其他好文 时间:
2021-01-05 11:14:29
阅读次数:
0
Homework 5: Semantic Analyzer --ExperiencePurposeExperience with coding a semantic analyzer for the Pym language. The computation is based on aparse t ...
分类:
其他好文 时间:
2021-01-05 11:13:51
阅读次数:
0