会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天涯已可
春暖花开,无风自摆!
博客园
首页
新随笔
联系
订阅
管理
2025年10月20日
centos7安装docker
摘要: 卸载原来 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ dock
阅读全文
posted @ 2025-10-20 14:15 天涯已可
阅读(12)
评论(0)
推荐(0)
2025年9月28日
ubuntu虚拟机磁盘扩展
摘要: 1. 确认磁盘空间已扩展, 通常虚拟机磁盘为sda sudo fdisk -l /dev/sda 2. 扩展分区(如果需要) 如果扩展的空间未分配到分区,需要先扩展分区: sudo parted /dev/sda (parted) resizepart 3 # 假设LVM在分区3 (parted)
阅读全文
posted @ 2025-09-28 22:02 天涯已可
阅读(13)
评论(0)
推荐(0)
2025年9月26日
ubuntu配置桥接网络
摘要: 虚拟机网络配置 network: version: 2 renderer: networkd ethernets: ens33: dhcp4: false bridges: br0: interfaces: [ens33] addresses: - 192.168.1.100/24 routes:
阅读全文
posted @ 2025-09-26 17:55 天涯已可
阅读(13)
评论(0)
推荐(0)
2025年9月13日
谷歌浏览器正规下载地址
摘要: Google Chrome 网络浏览器:完成下载和安装
阅读全文
posted @ 2025-09-13 11:22 天涯已可
阅读(9)
评论(0)
推荐(0)
2025年2月14日
mysql启动报错, libcrypto.so.3: cannot open shared object file
摘要: 原因:文件缺失或者不能直接读取 //先看看 mysql还缺不缺其他文件 ldd /etc/rc.d/init.d/mysqld not found 的基本上都是需要重新搞的,不然启动也会报错 这种文件一般在本地都是有的,没有的话需要自己去安装 find / -name libssl.so.3 建立软
阅读全文
posted @ 2025-02-14 13:24 天涯已可
阅读(340)
评论(0)
推荐(0)
2024年12月7日
minio集群搭建
摘要: 安装程序 wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio-20241029160148.0.0-1.x86_64.rpm -O minio.rpm sudo dnf install minio.rpm 单点运
阅读全文
posted @ 2024-12-07 16:40 天涯已可
阅读(261)
评论(0)
推荐(0)
2024年12月1日
nacos2.3使用pgsql做数据库
摘要: 1.下载插件:下载地址 2.修改nacos配置文件,conf/application.properties spring.datasource.platform=postgresql db.num=1 db.url.0=jdbc:postgresql://127.0.0.1:5432/nacos?t
阅读全文
posted @ 2024-12-01 17:18 天涯已可
阅读(386)
评论(0)
推荐(0)
2024年11月11日
解决报错No spring.config.import property has been defined
摘要: 引入依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-bootstrap</artifactId> </dependency>
阅读全文
posted @ 2024-11-11 01:52 天涯已可
阅读(412)
评论(0)
推荐(0)
2024年3月24日
cenots7升级openssl到 3.x
摘要: 原文地址:https://www.jianshu.com/p/e83595604846 升级步骤: Openssl官网:https://www.openssl.org/source/ #查看SSL版本 [root@cnki-120-145-80 ~]# openssl version OpenSSL
阅读全文
posted @ 2024-03-24 16:17 天涯已可
阅读(569)
评论(0)
推荐(0)
2024年1月16日
ubuntu22设置固定ip
摘要: network: ethernets: eth0: dhcp4: false addresses: [192.168.1.11/24] optional: true routes: - to: default via: 192.168.1.1 nameservers: addresses: [192
阅读全文
posted @ 2024-01-16 19:24 天涯已可
阅读(86)
评论(0)
推荐(0)
下一页
公告