Linux运维共6篇
全系统换源一键脚本(小白版)-优选小栈

全系统换源一键脚本(小白版)

小白也能搞懂的Linux一键换源脚本:https://linuxmirrors.cn/ 这时我们就要用官网的CDN和国内镜像脚本了https://linuxmirrors.cn/use/ 实测Gitee全区域可用 还特别快 bash <(curl -sSL https...
Docker 可能会导致网卡问题-优选小栈

Docker 可能会导致网卡问题

Docker 默认网卡与宿主机网络冲突:Docker 默认使用 docker0 网桥,IP 地址范围可能与宿主机或局域网中的其他设备冲突,导致网络连接问题。 Docker-Compose 创建的网卡与宿主机网络冲突:使用 d...
晨瑞的头像-优选小栈晨瑞9天前
0356
Missing dependencies: unzip. Please install them and try again.-优选小栈

Missing dependencies: unzip. Please install them and try again.

当你遇到“Missing dependencies: unzip. Please install them and try again.”这样的错误时,通常是因为你的系统中缺少unzip工具, 而这个工具是用来解压.zip文件的。下面是如何在各种操作系...
晨瑞的头像-优选小栈晨瑞9天前
04612
Debian11轻松升级Debian12 Debian13-优选小栈

Debian11轻松升级Debian12 Debian13

想让你的 Debian 11 (Bullseye) 升级到 Debian 12 (Bookworm)?Debian 13(trixie)?这篇教程简单直接,带你完成整个过程。跟着步骤走,轻松升级! 准备工作 1. 备份数据 升级前备份重要文件。...
晨瑞的头像-优选小栈晨瑞9天前
02513
解决 Debian中的 Locale 设置问题-优选小栈

解决 Debian中的 Locale 设置问题

在 Debian 系统中,启动终端时遇到以下错误提示: sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US...
晨瑞的头像-优选小栈晨瑞9天前
0435
Debian-linux运维-locale配置(locale failed)-优选小栈

Debian-linux运维-locale配置(locale failed)

可能遇到以下报错: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset) LC_ALL = (unset) enable docker可能遇到报错: 这些...
晨瑞的头像-优选小栈晨瑞9天前
04915