51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

云服务器

阿里云ssh登录管理

阿里云ssh登录管理

厉飞雨 阅读(380) 评论(0) 赞(16)

(1) 首先需要我们在Windows 拿到公钥 操作步骤: [参考连接](https://51tbox.com/) ![](http://static.51tbox.com/static/2024-08-29/col/726a521193211fef062cbce0b65db0c1/c26583fbde03440b82c0a2e4ff1b76bb.png.jpg) (2)...

jenkins配置ssh

jenkins配置ssh

厉飞雨 阅读(324) 评论(0) 赞(21)

<p>jenkins 配置git 的时候,会出现无权限的问题</p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/f7f9e354a75f1b1cf0e55f4ca93365cf/943f7131249c4c69b3eb3d14e1bb1173.png...

centos7系统安全配置脚本

centos7系统安全配置脚本

厉飞雨 阅读(410) 评论(0) 赞(19)

![](http://static.51tbox.com/static/2024-08-29/col/4e9b19fc87891dd655e6feffcd314490/93ce4bb747b74a84912bcd5e97b8e4ac.png.jpg) init_7.sh #!/bin/bash [ -f /etc/init.d/functions ]&a...

腾讯云ssh 登录

腾讯云ssh 登录

厉飞雨 阅读(501) 评论(0) 赞(19)

<p>腾讯云总是 * SSH connection failed: connect ECONNREFUSE</p> <p>很久没有登录这个服务器了,发现 root 密码不能 界面复制了, 又重置了密码。</p> <p>然后root还是不能登录, 百度了一下</p> <p>找到了解决方案:<...

ubuntu 命令

ubuntu 命令

厉飞雨 阅读(502) 评论(0) 赞(20)

ubuntu 常用命令 Ubuntu 20.04.1 LTS (1) 安装软件 apt-get -y install openjdk-11-jdk-headless (2) 卸载软件: apt-get remove (3)重启网卡 ip link set eth1 down && ip link set eth1 up ...

ubuntu /etc/ssh/sshd_config 没有

ubuntu /etc/ssh/sshd_config 没有

厉飞雨 阅读(325) 评论(0) 赞(16)

乌班图 没有 ubuntu /etc/ssh/sshd_config 没有 ### (1) apt-get update ![](http://static.51tbox.com/static/2024-08-29/col/f89c37d4d9e2dd257ac7d65be9faaf6b/e6d90d96ace44e2cae7b18105e180602.png.j...

Ubuntu服务器配置镜像源

Ubuntu服务器配置镜像源

厉飞雨 阅读(455) 评论(0) 赞(20)

Ubuntu服务器配置镜像源 {#articleContentId} ================================== (1) sudo vim /etc/apt/sources.list 第二步:输入以下镜像源 # 腾讯云的镜像源 deb http://mirrors.tencentyun.com/ubun...

ubuntu安装-24.04

ubuntu安装-24.04

厉飞雨 阅读(281) 评论(0) 赞(17)

<p>ubuntu安装 ubuntu-20.04.1-live-server-amd64</p> <p>https://www.cnblogs.com/kirin365/articles/16335482.html</p> <p>Ubuntu 24.04 (2024年5月10日 最新的)</p> <p...