会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lfxx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
16
下一页
2023年8月29日
Centos7 配置清华源
摘要: 1 备份现有的yum源 cd /etc/yum.repos.d/ mkdir bak mv *.repo /etc/yum.repos.d/bak 2 创建清华yum源 vim /etc/yum.repos.d/QingHua.repo # CentOS-Base.repo # # The mirr
阅读全文
posted @ 2023-08-29 17:56 苦逼yw
阅读(1000)
评论(0)
推荐(0)
2023年8月28日
Centos7 安装 seata2.0.0
摘要: seata 官网 : https://seata.io/zh-cn/ seata下载地址: https://github.com/seata/seata 1、下载seata包 wget https://github.com/apache/incubator-seata/releases/downlo
阅读全文
posted @ 2023-08-28 17:22 苦逼yw
阅读(1624)
评论(0)
推荐(0)
2023年8月23日
centos7 rm -rf后恢复文件
摘要: 参考:https://blog.csdn.net/qq_27546717/article/details/122264334
阅读全文
posted @ 2023-08-23 15:06 苦逼yw
阅读(97)
评论(0)
推荐(0)
2023年8月19日
Springboot websocket简单使用
摘要: 1、在pom.xml导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> 2、在Spring
阅读全文
posted @ 2023-08-19 22:27 苦逼yw
阅读(246)
评论(0)
推荐(0)
2023年8月16日
Centos7 离线安装docker20
摘要: 参考:https://blog.csdn.net/lingfeian/article/details/125482271 1、解压上传好的安装包 tar -zxvf ./docker-20.10.9.tgz 2、将解压得到的文件复制到 /usr/bin目录下 cp docker/* /usr/bin
阅读全文
posted @ 2023-08-16 23:51 苦逼yw
阅读(274)
评论(0)
推荐(0)
Centos7 常用操作
摘要: 1、开放防火墙端口 firewall-cmd --zone=public --add-port=9092/tcp --permanent firewall-cmd --zone=public --add-port=7000-40000/tcp --permanent firewall-cmd --r
阅读全文
posted @ 2023-08-16 23:51 苦逼yw
阅读(120)
评论(0)
推荐(0)
2023年8月9日
Centos7 安装与使用 postgresql-11
摘要: 参考:https://blog.csdn.net/weixin_46732884/article/details/124050982 参考:https://www.fengnayun.com/news/content/293898.html 一、安装 1、添加PostgreSQL Yum存储库 yu
阅读全文
posted @ 2023-08-09 09:43 苦逼yw
阅读(335)
评论(0)
推荐(0)
2023年7月27日
Centos7 离线升级openssh到9.3p1
摘要: 参考:https://blog.csdn.net/qq_29768197/article/details/125048720 参考:https://blog.csdn.net/weixin_46739058/article/details/129189927 参考:https://blog.csdn
阅读全文
posted @ 2023-07-27 16:46 苦逼yw
阅读(1963)
评论(0)
推荐(0)
2023年7月24日
centos7 安装 minio RELEASE.2021-06-17
摘要: 1、下载执行包 wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2021-06-17T00-10-46Z 2、创建数据、日志文件夹 mkdir -p /data/minio/data/ mkd
阅读全文
posted @ 2023-07-24 11:28 苦逼yw
阅读(664)
评论(0)
推荐(0)
centos7 安装nacos 2.5.0
摘要: 1、在https://github.com/alibaba/nacos/releases/tag/2.5.0下载nacos-server-2.5.0.tar.gz wget https://github.com/alibaba/nacos/releases/download/2.5.0/nacos-
阅读全文
posted @ 2023-07-24 09:46 苦逼yw
阅读(830)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
16
下一页