[crayon-673f00d19e059549648563/] [crayon-673f00d19e05d478883778/] [crayon-673f00d19e05e467578422/] 参考文档: 1:https://blog.imdst.com/centos-7-an-zhuang-bu-shu-cassandra/
RocketMQ 安装配置
[crayon-673f00d19e1d2169878385/] [crayon-673f00d19e1d4005969777/] 参考文档: 0:https://github.com/apache/rocketmq 1:https://www.cnblogs.com/freeweb/p/7817968.html 2:https://blog.csdn.net/qq_39291929/article/details/78896666...
MongoDB 数据库安装
MongoDB是一个基于分布式文件存储的数据库。由C++语言编写。旨在为WEB应用提供可扩展的高性能数据存储解决方案。 [crayon-673f00d19e22f971516465/] 资料来源: 0:http://www.runoob.com/mongodb/nosql.html 1:https://baike.baidu.com/item/mongodb/60411 2:https://www.mongodb.com/download-center/community...
RabbitMQ安装配置
Centos7安装RabbitMQ3.6.X: 一、JDK安装: [crayon-673f00d19e272883460944/] 二、ERLANG安装: [crayon-673f00d19e273876203259/] 三、RabbitMQ启动:...
zookeeper集群配置安装
java [crayon-673f00d19e302894515157/] [crayon-673f00d19e304633480073/] shujuhifu [crayon-673f00d19e305211414864/]
jumpserver跳板机安装配置
基础环境: [crayon-673f00d19e363559187977/] 安装依赖: [crayon-673f00d19e365650022268/] 官方文档: 1:https://jumpserver.readthedocs.io/zh/master/setup_by_centos.html
Centos7 /tmp目录自动删除规则
临时写一些脚本,定期会被删除,特意找了下相关的文档。 相关文件位置: [crayon-673f00d19e399504317336/] 文件内容: [crayon-673f00d19e39a258585094/]
通过GPG加密解密
一、GPG简介 GNU Privacy Guard(GnuPG或GPG)是一种加密软件,它是PGP加密软件的满足GPL的替代物。GnuPG依照由IETF订定的OpenPGP技术标准设计。GnuPG用于加密、数字签名及产生非对称钥匙对的软件。 二、安装配置 1:加密初始...
bash: ip: command not found
centos: [crayon-673f00d19e45a508690018/] ubuntu: [crayon-673f00d19e45b344340838/]
Nginx配置解决前端跨域问题
前言: 同源策略(Same origin policy)是一种约定,它是浏览器最核心也最基本的安全功能,如果缺少了同源策略,则浏览器的正常功能可能都会受到影响。可以说Web是构建在同源策略基础之上的,浏览器只是针对同源策略的一种实现。所谓同源是指,域名,协议,端口相同。如果非同源,那么在请求数据时,浏览器会在控制台中报一个异常,提示拒绝访问。 一、跨域演示 网站A域名:http://192.168.2.126...
9