码迷,mamicode.com
首页 >  
搜索关键字:centos ssh 无密码 ssh    ( 46626个结果
Windows系统 安装git + 生成SSH key
最近想整一个小的开源项目,因此需要使用GitHub来存放代码。为了方便GitHub和本地之间进行代码的上传和下载,需要设置SSH key。 本文章主要包括 安装git 和生成 SSH key 并在GitHub上设置 SSH key。 前提:已经有GitHub账号。 安装 git 1. git 下载 ...
分类:Windows程序   时间:2021-07-05 17:45:19    阅读次数:0
Centos 下启动mysql 报错: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)解决方法
1、启动服务 systemctl restart mysqld.service 报错: 启动数据库Can‘t connect to MYSQL server through socket ''var/lib/mysql/mysql.cock(146 lock timed out:Retry tran ...
分类:数据库   时间:2021-07-05 17:35:04    阅读次数:0
kubeadm安装k8s-1.18.18
资源准备 角色主机名ip系统 master m8s-master01 192.168.219.160 CentOS 7.9.2009 node m8s-node01 192.168.219.164 CentOS 7.9.2009 软件信息 软件版本 docker 19.03.11 kubernete ...
分类:其他好文   时间:2021-07-05 17:28:38    阅读次数:0
修改tmux背景色
https://www.it1352.com/1873377.html #!/bin/sh if [ -n "$TMUX" ]; then case "$1" in prod_*) tmux selectp -P bg=red ;; esac fi ssh "$@" tmux selectp -P ...
分类:其他好文   时间:2021-07-05 17:23:38    阅读次数:0
git在linux安装步骤详解!!
linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
分类:系统相关   时间:2021-07-05 17:05:30    阅读次数:0
github如何配置ssh
1.问题: Warning: Permanently added 'github.com' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read f ...
分类:其他好文   时间:2021-07-05 16:56:22    阅读次数:0
CentOS8更换yum源
cd /etc/yum.repos.d/ rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo curl -o CentOS-Base ...
分类:其他好文   时间:2021-07-05 16:52:40    阅读次数:0
gerrit commandline 修改label
我司gerrit 在gerrit review的流程上用js 定制了一堆precheck的checkbox,有时候遇上浏览器抽风,或者gerrit 流程顺序不对,导致label不能在gerrit界面上手动修改,时间紧急只好用命令行 修改gerrit label,记录下命令: ssh -p 29418 ...
分类:其他好文   时间:2021-07-02 16:42:29    阅读次数:0
树莓派 Zero W 安装 apache2 + php
※ 树莓派Zero W ,默认 hostname为 raspberrypi ,通过USB网络方式登陆时,修改hostname后,登录主机名要随之变化。 ① ssh pi@raspberrypi 更新系统: sudo apt update && sudo apt upgrade -y ② 安装apac ...
分类:Web程序   时间:2021-07-02 16:33:55    阅读次数:0
centos 8 安装 SonarQube遇到的启动问题及解决方案
#查看当前centos操作系统的版本 cat /etc/redhat-release ##执行结果: ##第一步安装openjdk,版本可以根据自己安装sonarqube的版本而定; 安装过程可参见我的另一篇博客: 链接地址:https://www.cnblogs.com/cndevops/p/14 ...
分类:其他好文   时间:2021-07-02 16:32:35    阅读次数:0
46626条   上一页 1 2 3 4 5 ... 4663 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!