浏览对应的官方信息,salt提供了如下修复2019.2 之后低版本修复patch链接: https://www.saltstack.com/lp/request-patch-april-2020/ 不敢独享,共享出来.我只是一个搬运工! ...
分类:
其他好文 时间:
2020-05-05 17:34:19
阅读次数:
82
安装epel(必需安装的组件),如果源里面没有epel,就去epel官网下载对应版本的rpm yum install epel-release -y 安装服务端(salt-master) yum install salt-master -y 安装过程中出现依赖问题,请到http://rpmfind. ...
分类:
其他好文 时间:
2020-05-05 00:33:16
阅读次数:
78
基于口令的密码(PBE)
基于口令的密码(Password Based Encryption,PBE)是一种基于口令生成密钥,并使用该密钥进行加密的方法。其中加密和解密使用的是同一个密钥。
根据用户自己的口令和salt生成口令密码,我们先看下加密的过程 ...
分类:
其他好文 时间:
2020-04-18 10:07:02
阅读次数:
92
一、大纲 大纲: 关于架构, 1. 首先我们的有一个app.js这个就是根路由起点,用来最初的打入口 它的功能有: 1.1 引入模块创建基础的网站服务器, 1.2 导入bodyPasser,过滤还有处理我们的post请求 1.3 导入数据库连接 1.4 把路由开放出去 2. 再来一个main.js它 ...
分类:
数据库 时间:
2020-04-15 21:30:02
阅读次数:
94
查找文件: [root@bigdata admin]# find . -type f -name "a.txt" ./Downloads/hadoop-2.10.0/a.txt 拥有遍历文件夹功能的 查找关键字 文件、文件夹: [root@bigdata admin]# vi a [root@big ...
分类:
系统相关 时间:
2020-04-11 20:26:04
阅读次数:
98
代码视频之一:https://www.bilibili.com/video/BV1Cc411h78m/ 更多ATM代码视频请浏览:https://space.bilibili.com/516735973 一 项目三层结构设计 二 ATM & 购物车项目介绍 项目需求 用户视图层的功能 管理员视图层的 ...
分类:
其他好文 时间:
2020-04-06 23:25:42
阅读次数:
142
仅仅使用div作为身体的布局,用css3的各种transform和圆角属性来绘制各个细节的形状,当然也不会使用任何图片哦。那就没意思了。 有的同学说,用canvas不是能画得更逼真而且更简单吗?这点我也非常赞同,但我的理由还是,那就没意思了。 这次用到了一些LESS的特性,通过设置一些指定的参数来生 ...
分类:
Web程序 时间:
2020-04-05 18:43:30
阅读次数:
85
报错信息如下: Salt request timed out. The master is not responding. You may need to run your command with `--async` in order to bypass the congested event b ...
分类:
其他好文 时间:
2020-04-05 09:30:47
阅读次数:
153
genesis.mksls Convert an installation file/script to an SLS file. Currently supports , , and . CLI Examples: salt genesis.mksls kickstart /path/to/kic ...
分类:
其他好文 时间:
2020-03-28 22:00:07
阅读次数:
81
highstate_doc.read_file output the contents of a file: this is a workaround if the cp.push module does not work. https://github.com/saltstack/salt/iss ...
分类:
其他好文 时间:
2020-03-28 21:52:39
阅读次数:
86