摘要: 扩容 已有磁盘扩容 系统盘已满, 通过扩容多了100G, 但是执行df -h发现/dev/vda3仍然还是原来的容量 此时需要执行resize2fs /dev/vda3, 再次查看就正常了. 阅读全文
posted @ 2025-03-29 11:18 yw610523 阅读(27) 评论(0) 推荐(0)
摘要: docker-installer # git config --global user.name Young4Dream # git config --global user.email Young4Dream@noreply.gitcode.com git clone https://gitcod 阅读全文
posted @ 2025-03-12 11:24 yw610523 阅读(49) 评论(0) 推荐(0)
摘要: 背景 Ollama官方提供了一键式安装脚本,但因国内网络问题,效率太低,所以探索更为快捷方式。 我的系统信息如下 root@yan:/mnt/d/data# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Des 阅读全文
posted @ 2025-03-11 14:30 yw610523 阅读(458) 评论(0) 推荐(0)