自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 linux下设置免密登陆

需求:从服务器A登录到服务器B不需要每次都输入密码 实现: 1、在服务器A端执行: ssh-keygen -t rsa 全部回车 cat ~/.ssh/id_rsa.pub 2、在服务器B端执行: vim ~/.ssh/authorized_keys 将服务器A中“cat ~/.ssh/id_rsa.pub “的内容黏贴后保存退出即可。 如果希望ssh公钥...

2017-03-21 14:46:35 547

原创 apache密码生成工具htpasswd使用笔记

[user@localhost ~]$ htpasswd --help Usage:     htpasswd [-cimBdpsDv] [-C cost] passwordfile username     htpasswd -b[cmBdpsDv] [-C cost] passwordfile username password     htpasswd -n[imBdps] [-

2017-03-16 09:54:35 2287

原创 gerrit+gitlab出错记录

1、ssh-key (1)出错信息: 正克隆到 'test-project1'... Agent admitted failure to sign using the key. Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you hav

2017-03-06 10:25:37 1336

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除