愤怒中的小草

博客园 首页 新随笔 联系 订阅 管理

2019年2月28日 #

摘要: 1. 路径 cd /root/.ssh 2. 输入命令 ssh-keygen -t rsa 按三次回车 3. 会依次生成 id_rsa 私钥和 id_rsa.pub 公钥 [root@insure .ssh]# lsauthorized_keys id_rsa id_rsa.pub 4. 复制公钥追 阅读全文
posted @ 2019-02-28 22:37 愤怒中的小草 阅读(1076) 评论(0) 推荐(0) 编辑

摘要: 1. tar命令安装 yum install -y tar 2. jdk8下载 wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://do 阅读全文
posted @ 2019-02-28 21:54 愤怒中的小草 阅读(154) 评论(0) 推荐(0) 编辑

摘要: 1、安装git依赖包 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker 2、删除已有的git yum remove git 3、下载git源码 切 阅读全文
posted @ 2019-02-28 19:54 愤怒中的小草 阅读(339) 评论(0) 推荐(0) 编辑