51工具盒子

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

开源软件

阿里云ssh登录管理

阿里云ssh登录管理

厉飞雨 阅读(69) 评论(0) 赞(6)

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

docker敏感信息怎么管理

docker敏感信息怎么管理

厉飞雨 阅读(62) 评论(0) 赞(5)

docker敏感信息怎么管理 1. 使用环境变量 环境变量是一种将敏感信息传递给Docker容器的安全方式。在构建或运行容器时,可以将敏感信息作为环境变量传递给容器,并在容器中引用它们。例如,运行以下命令: docker run -e MYSQL_PASSWORD=securepassword mysql:latest 在容器中,可以通过...

腾讯云ssh 登录

腾讯云ssh 登录

厉飞雨 阅读(78) 评论(0) 赞(6)

腾讯云总是 \* SSH connection failed: connect ECONNREFUSE 很久没有登录这个服务器了,发现 root 密码不能 界面复制了, 又重置了密码。 然后root还是不能登录, 百度了一下 找到了解决方案: ![](http://static.51tbox.com/static/2024-08-29/col/4154a8a4bca6c...

centos7系统安全配置脚本

centos7系统安全配置脚本

厉飞雨 阅读(71) 评论(0) 赞(6)

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

ubuntu 命令

ubuntu 命令

厉飞雨 阅读(81) 评论(0) 赞(5)

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 ...

docker制作zookeeper镜像

docker制作zookeeper镜像

厉飞雨 阅读(69) 评论(0) 赞(6)

制作zookeeper镜像 这个镜像依赖 :[docker 创建基于 centos7的 jdk8的镜像](https://51tbox.com/) 方法就是,一边运行镜像,手动搭建, 一边写dockerfile **Dockerfile 内容** FROM harbor.baimei.com/huaxiang/jdk:1.8u291 LAB...

docker排错技巧

docker排错技巧

厉飞雨 阅读(84) 评论(0) 赞(7)

### (1) docker logs docker logs mysql1 # 容器名字 ![](http://static.51tbox.com/static/2024-08-29/col/66b0c9eccbcad5cdcf013655178fd507/87e5970143954c499806421f8e1c67fe.png.jpg)

ubuntu /etc/ssh/sshd_config 没有

ubuntu /etc/ssh/sshd_config 没有

厉飞雨 阅读(35) 评论(0) 赞(4)

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

Ubuntu服务器配置镜像源

Ubuntu服务器配置镜像源

厉飞雨 阅读(74) 评论(0) 赞(6)

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