CentOS7安装Python3.5CentOS7下安装Python3.5?安装python3.5可能使用的依赖yuminstallopenssl-develbzip2-develexpat-develgdbm-develreadline-develsqlite-devel?到python官网找到下载路径,用wget下载wgethttps://www.python.org/ftp/python/3
分类:
编程语言 时间:
2020-12-04 11:44:10
阅读次数:
18
#install OS centos 7.5#install lsb net-tools package yum install -y redhat-lsb net-tools 1. Configure hostnames Configure each host in the cluster as ...
分类:
其他好文 时间:
2020-12-04 11:25:24
阅读次数:
4
安装部署nginx 方式一:编译安装 安装依赖:yum install -y gcc gcc-c++ make zlib zlib-devel libtool opennssl openssl-devel pcre pcre-devel nginx的下载链接:http://nginx.org/en/ ...
分类:
系统相关 时间:
2020-12-04 11:24:20
阅读次数:
9
Linux系统rsync实战操作Linux系统rsync实战操作前面介绍了一些关于rsync的功能与一些具体的命令格式、参数的使用意义等,今天我们来聊一聊整个实际生产过程中的实战操作过程今天介绍的是第三种模式——以守护进程的模式传输数据一:整体环境备份服务器端(BK-S)[root@BS-S~]#cat/etc/redhat-releaseCentOSrelease6.5(Final)[root@
分类:
系统相关 时间:
2020-12-02 12:43:25
阅读次数:
15
openssl简介 OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。 开发环境 Ubuntu 16.04 aarch64-linux-gnu-gcc version 5.4.0 开发环境不一定是我这配置 ...
分类:
系统相关 时间:
2020-12-02 12:00:12
阅读次数:
6
配置SSL安全连接 服务端配置 服务器端需生成三个文件: root.crt(根证书)、server.crt(服务器证书)、server.key(服务器私钥) 生成服务器私钥文件 ## 此处需输入密码,并需要再次确认输入密码 openssl genrsa -des3 -out server.pem 2 ...
分类:
其他好文 时间:
2020-12-01 12:31:00
阅读次数:
8
nginx官网:http://nginx.org/download/ 这里使用的是nginx-1.8.0.tar.gz进行安装 首先安装GCC编辑器: 执行下面命令即可,前提: 必须在有网的情况下进行 yum -y install pcre* openssl* gcc gcc-c++ make 执行 ...
分类:
系统相关 时间:
2020-12-01 11:48:07
阅读次数:
8
1准备工作安装好Linux操作系统,这里选择的是Linux7:[root@localehost~]#cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease7.6(Maipo)关闭防火墙和Selinux:[root@localehost~]#systemctlstopfirewalld[root@localehost~]#systemctld
分类:
系统相关 时间:
2020-12-01 11:45:15
阅读次数:
10
1.由于rabbitmq是基于erlang语言开发的,所以必须先安装erlang。 安装依赖 yum -y install gcc glibc-devel make ncurses-devel openssl-devel xmlto perl wget gtk2-devel binutils-dev ...
分类:
其他好文 时间:
2020-11-30 16:03:52
阅读次数:
5
在CentOS容器内执行 yum install passwd openssl openssh-server -y # Ubuntu把yum改成apt-get ssh-keygen -q -t rsa -b 2048 -f /etc/ssh/ssh_host_rsa_key -N '' ssh-ke ...
分类:
系统相关 时间:
2020-11-27 11:39:01
阅读次数:
15