上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 25 下一页
摘要: 部署jumpserver服务核心组件Core 一、前期准备 一个后台程序,基本上都是需要依赖于数据库才能运行,后台程序在启动的时候,代码就回去连接数据库,保证数据库,正确启动,且可以正确连接,否则后台程序是起不来的。 因此需要检查数据库、redis、环境变量等情况 1、netstat -tunlp命 阅读全文
posted @ 2023-03-01 20:01 Magiclala 阅读(284) 评论(0) 推荐(0)
摘要: 1、去python3的官方网站下载源代码 https://www.python.org/downloads/ 下载安装Python 3.8.12到/opt/python3 cd /opt wget https://www.python.org/ftp/python/3.8.12/Python-3.8 阅读全文
posted @ 2023-03-01 18:02 Magiclala 阅读(153) 评论(0) 推荐(1)
摘要: 在CentOS 7上使用Python 3和虚拟环境,请按照以下步骤操作: 首先,确保您的系统已安装Python 3。您可以使用以下命令检查Python 3是否已安装: python3 --version 如果Python 3已安装,您将看到类似于以下内容的输出: Python 3.x.x 如果未安装 阅读全文
posted @ 2023-03-01 16:40 Magiclala 阅读(1003) 评论(0) 推荐(0)
摘要: 安装 安装Jumpserver Core内核 netstat -tunlp |grep # 设置pip源,可选# 设置pip安装模块源,都是开发工程师,会告诉你的操作。 python -m pip install --upgrade pip -i https://pypi.tuna.tsinghua 阅读全文
posted @ 2023-02-24 19:02 Magiclala 阅读(206) 评论(0) 推荐(0)
摘要: openssl-1.1.1安装 1.前因 python 导入clickhouse_driver需要import ssl和_ssl,报错 File"/home/oracle/python3/lib/python3.7/site-packages/clickhouse_driver-0.1.2-py3. 阅读全文
posted @ 2023-02-23 16:21 Magiclala 阅读(713) 评论(0) 推荐(0)
摘要: 一、环境准备 Redis官网:https://redis.io/download/ 历史版本:http://download.redis.io/releases/ 1、安装依赖 yum -y install gcc gcc-c++ make cmake lrzsz yum -y install ce 阅读全文
posted @ 2023-02-21 23:02 Magiclala 阅读(158) 评论(0) 推荐(0)
摘要: 先处理下opensll的版本,以免编python译环境异常:安装 openssl-1.1.1 yum remove openssl cd /opt wget https://www.openssl.org/source/openssl-1.1.1n.tar.gz tar -zxvf openssl- 阅读全文
posted @ 2023-02-21 22:20 Magiclala 阅读(4234) 评论(0) 推荐(0)
摘要: MySQL的三大版本 a)MySQL Enterprise Edition:企业版本(付费)b)MySQL Cluster CGE:高级集群版(收费)c)MySQL Community Server:社区版(开源) 登录MySQL官网 https://www.mysql.com/downloads/ 阅读全文
posted @ 2023-02-21 20:03 Magiclala 阅读(326) 评论(0) 推荐(0)
摘要: 1、准备环境centos7 关闭防火墙firewalld #清空防火墙规则 root@jumpserver-app-t01.novalocal:/root#iptables -F #关闭开机自启动防火墙 root@jumpserver-app-t01.novalocal:/root#systemct 阅读全文
posted @ 2023-02-21 19:04 Magiclala 阅读(130) 评论(0) 推荐(0)
摘要: MySQL的三大版本 a)MySQL Enterprise Edition:企业版本(付费)b)MySQL Cluster CGE:高级集群版(收费)c)MySQL Community Server:社区版(开源) 登录MySQL官网 https://www.mysql.com/downloads/ 阅读全文
posted @ 2023-02-21 18:47 Magiclala 阅读(181) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 25 下一页