51工具盒子

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

经验分享

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服务器配置镜像源

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

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

Ubuntu怎么使用 root 用户登录(xshell登录)

Ubuntu怎么使用 root 用户登录(xshell登录)

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

Ubuntu怎么使用 root 用户登录 ### (1)首先设置root 密码 Ubuntu怎么设置root密码 : [连接](https://51tbox.com/) ### (2)编辑配置文件 sudo vi /etc/ssh/sshd_config ![](http://static.51tbox.com/static/2024-08-29/col/...

ubuntu安装-24.04

ubuntu安装-24.04

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

ubuntu安装 ubuntu-20.04.1-live-server-amd64 https://www.cnblogs.com/kirin365/articles/16335482.html Ubuntu 24.04 (2024年5月10日 最新的) (1) 下载 https://ubuntu.com/download/server 这里因为我平时用python ...

Ubuntu怎么设置root密码(乌班图)

Ubuntu怎么设置root密码(乌班图)

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

桌面版 没有 安装openssh ,需要安装 sudo passwd root ![](http://static.51tbox.com/static/2024-08-29/col/b2e8bb79693f88a639b9b99baae36615/04c2fde799a940cba0d89ea654f31c1e.png.jpg) 输入新密码 输入 1 简单的密...

Window系统下如何生成ssh key

Window系统下如何生成ssh key

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

Window系统下如何生成ssh key {#articleContentId} ======================================== 找到 git bash ![](http://static.51tbox.com/static/2024-08-29/col/e9f85a72fe883e7d6ea47248345d1137/0da84bb187...