proton(wine) 和 windows 虚拟机共用同一个 AppData 目的是在 linux(proton/wine) 和 windows 虚拟机之间共享一些东西。例如:游戏存档和,好吧,游戏存档。 2024-11-07 #proton
rclone 官方介绍:Rclone (“rsync for cloud storage”) is a command-line program to sync files and directories to and from different cloud storage providers. 2024-10-30 #rclone
在没有按住 Shift 键时隐藏 GRUB 界面 为了获取更快的启动速度,而不用等 GRUB 倒计时,可以命令 GRUB 在启动时隐藏目录,仅在 Shift 被按住的时候才显示 2024-05-09 Linux #GRUB
ansible 快速开始 1.前置条件准备至少三台虚拟机,我的环境如下: OS IP hostname Fedora Linux 39 (Server Edition) 10.1.1.130 fd-master Fedora Linux 39 (Server Edition) 10.1.1.131 fd-node1 Fedora Linux 39 (Server Edition) 10.1.1.132 2024-04-13 Linux #ansible