linux
文章平均质量分 52
qq_26264237
这个作者很懒,什么都没留下…
展开
-
使用openssl生成crt证书
使用openssl生成crt证书原创 2022-08-27 17:10:18 · 2755 阅读 · 0 评论 -
ssh生成秘钥
D:\代码>ssh-keygen -t rsa -C "your_email@qq.com"Generating public/private rsa key pair.# 输入保存秘钥路径Enter file in which to save the key (C:\Users\administrator/.ssh/id_rsa): C:\Users\administrator/.ssh/id_rsa# 输入私钥密码Enter passphrase (empty for no passph原创 2021-12-21 17:17:20 · 2140 阅读 · 0 评论 -
普通用户源码编译安装nginx
普通用户源码安装nginx环境准备相关的安装包安装c++编译环境检查是否已经安装了gcc-c++离线安装gcc安装perl检查是否安装perl离线安装perl安装openssl安装Pcre安装zlib使用tomcat用户安装nginxnginx开机启动环境[root@localhost ~]# uname -aLinux localhost.localdomain 3.10.0-1062.el7.x86_64 #1 SMP Wed Aug 7 18:08:02 UTC 2019 x86_64 x86_原创 2021-02-26 16:12:52 · 506 阅读 · 0 评论 -
linux安装PCRE
下载[root@localhost src]# wget wget ftp://ftp.pcre.org/pub/pcre/pcre-8.40.tar.gz下载其他版本:ftp://ftp.pcre.org/pub/pcre/安装pcre-8.40.tar.gz上传到 /usr/local/src文件夹程序安装到 /usr/local/pcre8[root@localhost sr...原创 2020-04-11 17:00:38 · 1792 阅读 · 3 评论 -
linux安装OpenSSL
linux安装OpenSSL什么是SSL是否已安装openssl安装openssl前准备下载openssl安装openssl什么是SSLSSL(安全套接字层),它是一种标准协议,用于加密浏览器和服务器之间的通信是否已安装openssl[root@localhost openssl-fips-2.0.16]# openssl versionOpenSSL 1.0.2k-fips 26 J...原创 2020-04-11 16:34:18 · 1185 阅读 · 2 评论 -
linux安装jdk6
查看linux版本该机器为64位操作系统,下载64位jdk,jdk-6u45-linux-x64.bin[root@was01 ~]# uname -aLinux was01 3.10.0-514.el7.x86_64 #1 SMP Wed Oct 19 11:24:13 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux下载地址:https://www.o...原创 2019-08-28 10:59:11 · 3007 阅读 · 0 评论