操作系统 & 服务器
Ubuntu 22.04 apt连管道符 | 提示:apt does not have a stable CLI interface
2024-02-20 •
在 Ubuntu 22.04 中终端内使用 apt 命令通过管道符 | 与其他命令组合执行时(例如:sudo apt search --names-only firefox | grep zh)提示警告: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 。在终端内使用 | 连接多个命...
网站启用https用Let's Encrypt Certbot免费SSL证书
2024-02-20 •
网站不启用 https 会给网站带来一定的安全风险,本文将介绍如何在 Debian 等Linux系统,FreeBSD系统上安装 let's encrypt certbot,使用 let's encrypt certbot 获取免费 SSL 证书,以及如何为网站启用 https 协议。 本文提供的安装 Let's Encrypt Certbot 获取免费 SSL 证书为网站启用 Https ...
AlmaLinux 9 安装 Pantheon 桌面环境(依据官网文档)
2024-02-20 •
在本文中,我们将介绍如何在 Almalinux 9 中安装 Pantheon。Pantheon 是一个类 Apple 桌面的 Linux 桌面环境。如果你喜欢 Apple 桌面,你可以安装 Pantheon 桌面环境。安装 AlmaLinux 时推荐选择最小安装,先不安装 AlmaLinux 附带的桌面环境(AlmaLinux默认的桌面环境是 Gnome),然后,我们在 AlmaLinux ...
Ubuntu 2204 解决登陆 XFCE 桌面:failed to start session
2024-02-20 •
在 Ubuntu 22.04 中安装了 XFCE 桌面环境后,并且安装了 lightdm 显示管理器,但是在登陆界面输入密码后,无法登陆 Ubuntu 2204 系统,提示错误:failed to start session。 本文如下内容将介绍如何在 Ubuntu 2204 系统解决登陆 XFCE 桌面环境时遇到的 failed to start session 错误。 "faile...