Hadoop集群 第三章 linux虚拟机 jdk 配置 1、查看并卸载主机原有JDK 1)查找并卸载 jdk 相关软件 rpm -qa | grep -i java | xargs -n1 rqm -e --nodeps rpm -qa:查看安装的所有 rpm 软件包 grep -i :忽略大小写 ...
分类:
系统相关 时间:
2021-03-29 12:39:22
阅读次数:
0
本文翻译自:Git - Ignore node_modules folder everywhere I have a project containing multiple other projects : 我有一个包含多个其他项目的项目: Main project 主要项目 Mini projec ...
分类:
其他好文 时间:
2021-03-29 12:17:32
阅读次数:
0
二进制安装部署方式 集群规划 准备5台2C/2g/50g虚拟机,网络10.4.7.0/24预装centos7.4。 主机名 分配ip 用途 hdss7-11.host.com 10.4.7.11 proxy1 hdss7-12.host.com 10.4.7.12 proxy2 hdss7-21.h ...
分类:
其他好文 时间:
2021-03-29 12:10:40
阅读次数:
0
node和python默认的rsa加密方式是不一样,要调整一下。 node代码: const fs = require('fs'); const NodeRSA = require('node-rsa'); const path = require('path').resolve(); const ...
分类:
编程语言 时间:
2021-03-29 11:41:58
阅读次数:
0
ansible-doc -l |wc -l 模块数量 ansible命令语法: ansible 主机信息(IP 主机组 all) -m (模块名)command -a "操作动作" 01 02 03 04 05 06 绿色 操作执行成功 没有对远程主机做任何改动 黄色 操作执行成功 对远程主机数据信 ...
分类:
其他好文 时间:
2021-03-29 11:39:21
阅读次数:
0
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\StrongName] [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft ...
分类:
其他好文 时间:
2021-03-29 11:38:07
阅读次数:
0
环境搭建 题目环境:https://github.com/crumbledwall/CTFChallenges/tree/main/D3CTF2021/8-bit_pub 需要更改下邮件配置 接着docker启动即可 题目复现 访问题目,注册登陆后发现存在着admin的功能并且访问不了,目的很明确, ...
分类:
其他好文 时间:
2021-03-29 11:36:14
阅读次数:
0
#####ansible批量管理服务概述 ansible批量功能 -- 并行 01. 可以实现批量系统操作配置 02. 可以实现批量软件服务部署 03. 可以实现批量文件数据分发 04. 可以实现批量系统信息收集 ansible批量管理服务意义 01. 提高工作的效率(部署综合架构) 02. 提高工 ...
分类:
其他好文 时间:
2021-03-26 15:21:36
阅读次数:
0
Description:Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to t ...
分类:
其他好文 时间:
2021-03-18 14:37:13
阅读次数:
0
1包全名与包名 包全名:操作没有安装的软件包时,安装和升级时使用 包名:操作系统已经安装软件包时,使用包名 是搜索/var/lib/rpm中搜索 2RPM安装 #rpm -ivh 包全名 选项: -i 安装 -v 显示详细信息 -h 显示进度 --nodeps 不检测依赖性 3RPM包升级 #rpm ...
分类:
其他好文 时间:
2021-03-18 14:29:00
阅读次数:
0