摘要: 1. 在安装过程中遇到的 软件源,获取不到,就先跳过 2. 安装成功后,再次开机,用root登录,发现没有ssh 3. 需要先配置源,注意要用 https,参考 https://mirrors.ustc.edu.cn/, 这个里面写的不对,一定要改成https nano /etc/apt/sourc 阅读全文
posted @ 2026-08-28 19:48 年华似水゛ 阅读(32) 评论(0) 推荐(0)
摘要: Debian + XRDP + KDE Plasma 6 安装与排障总结 一、基础安装 # 1. 安装 KDE Plasma 桌面 sudo apt install -y kde-plasma-desktop sddm # 2. 安装 XRDP 及依赖(关键:dbus-x11 常被遗漏) sudo 阅读全文
posted @ 2026-08-25 13:56 年华似水゛ 阅读(20) 评论(0) 推荐(0)
摘要: 环境: fedora44 gnome 问题: 在桌面 右键无法打开 terminal ,环境是fedora gnome 解决: 这是 GNOME 桌面缺少终端模拟器导致的。Fedora 最小化安装或容器环境经常不带 gnome-terminal # 安装 GNOME Terminal dnf ins 阅读全文
posted @ 2026-08-25 10:28 年华似水゛ 阅读(10) 评论(0) 推荐(0)
摘要: fedora-gnome-remote-desktop配置 关键字:fedora44 gnome桌面,远程桌面,gnome官方的rdp功能,非xrdp 查看状态 $ grdctl --system status Init TPM credentials failed because No TPM d 阅读全文
posted @ 2026-08-18 14:17 年华似水゛ 阅读(13) 评论(0) 推荐(0)
摘要: 采用 header only 的方案: 基础配置 CMakeLists.txt 文件如下: # Copyright(c) 2019 spdlog authors Distributed under the MIT License (http://opensource.org/licenses/MIT 阅读全文
posted @ 2026-07-20 15:13 年华似水゛ 阅读(16) 评论(0) 推荐(0)
摘要: 原文:Windows 终端Terminal安装保姆级教程_windows terminal安装教程-CSDN博客 微软官方安装指南: Windows 终端安装 | Microsoft Learn 有两种安装方式: 1、微软应用商店(UWP应用)Windows Terminal - Windows官方 阅读全文
posted @ 2026-07-09 10:02 年华似水゛ 阅读(54) 评论(0) 推荐(0)
摘要: 第一步,在代码仓库的url 后面加上compare 第二步,选择对比的2个branch 即可 下面就能看到对比的分支了 阅读全文
posted @ 2026-07-03 15:30 年华似水゛ 阅读(24) 评论(0) 推荐(0)
摘要: docker容器内服务开机自启动实现方案(以ssh服务为例) 原文链接: https://blog.csdn.net/qq_38603541/article/details/124028994 一、问题 在搭建AWD场景的时候,经常会使用ubuntu容器,会在容器内安装ssh服务,但是会发现当容器重 阅读全文
posted @ 2026-04-20 14:45 年华似水゛ 阅读(91) 评论(0) 推荐(0)
摘要: 在 Git 中,将最近的 3 个 commit 压缩(squash)成 1 个 commit,最常用的方法是使用 交互式变基(interactive rebase)。 步骤:压缩最近 3 个 commit 为 1 个 1. 确保你在正确的分支上 git status # 确保当前分支是你想操作的分支 阅读全文
posted @ 2026-01-22 15:11 年华似水゛ 阅读(137) 评论(0) 推荐(0)
摘要: 问题:root用户下,命令行没有高亮,看起来非常的累; 在root下编辑: vim ~/.bashrc 看到: 36 # uncomment for a colored prompt, if the terminal has the capability; turned 37 # off by de 阅读全文
posted @ 2026-01-04 18:10 年华似水゛ 阅读(46) 评论(0) 推荐(0)