diff --git a/20-Area/21-Person/消费--电子类/已有/ThinkpadX1Gen6/软件列表(Fedora41).md b/20-Area/21-Person/消费--电子类/已有/ThinkpadX1Gen6/软件列表(Fedora41).md index 887224d..750b744 100644 --- a/20-Area/21-Person/消费--电子类/已有/ThinkpadX1Gen6/软件列表(Fedora41).md +++ b/20-Area/21-Person/消费--电子类/已有/ThinkpadX1Gen6/软件列表(Fedora41).md @@ -63,9 +63,8 @@ - tilix fedora dnf - 输入法 - Fcitx5 - - 其他系统 - - Waydroid - - Wine + - 其他系统软件 - Virtual Machine Manager / Qemu - - docker - - + - docker/podman + - Waydroid + diff --git a/20-Area/22-Work/221-Linux/App/Appimage.md b/20-Area/22-Work/221-Linux/App/Appimage.md new file mode 100644 index 0000000..6a3caf8 --- /dev/null +++ b/20-Area/22-Work/221-Linux/App/Appimage.md @@ -0,0 +1,17 @@ +- 安装方式 + - 下载.appimage的文件 + - 使用github工具AppImageManager https://github.com/nemonic27/AppImageManager +- 对应用的所有操作使用均使用AppImageManager + - `./AppImageManager.py --help` + `usage: AppImageManager.py [-h] {list,show,delete,install} ...` + `A simple CLI to manage AppImage applications.` + + `positional arguments:` + `{list,show,delete,install}` + `list List all installed AppImages` + `show Show details of a specific AppImage` + `delete Delete a specific AppImage` + `install Install AppImage` + `options:` + `-h, --help show this help message and exit` + diff --git a/20-Area/22-Work/221-Linux/SystemApp/内核开发包.md b/20-Area/22-Work/221-Linux/Kernel/内核开发包.md similarity index 100% rename from 20-Area/22-Work/221-Linux/SystemApp/内核开发包.md rename to 20-Area/22-Work/221-Linux/Kernel/内核开发包.md diff --git a/20-Area/21-Person/消费--电子类/已有/Tomato3700x/Docker/docker环境部署.md b/20-Area/22-Work/221-Linux/SystemApp/Container/docker环境部署.md similarity index 100% rename from 20-Area/21-Person/消费--电子类/已有/Tomato3700x/Docker/docker环境部署.md rename to 20-Area/22-Work/221-Linux/SystemApp/Container/docker环境部署.md diff --git a/20-Area/22-Work/221-Linux/SystemApp/Container/podman简介以及常用操作.md b/20-Area/22-Work/221-Linux/SystemApp/Container/podman简介以及常用操作.md new file mode 100644 index 0000000..feaec95 --- /dev/null +++ b/20-Area/22-Work/221-Linux/SystemApp/Container/podman简介以及常用操作.md @@ -0,0 +1,9 @@ +- 背景 + - redhat出品 + - rootless + - 无守护进程 +- 安装 + - 从flathub中安装podman-desktop ,让其自动依赖安装。 +- 常用操作 + - 下载镜像 // 加上docker.io + - podman pull docker.io/xhofe/alist:latest diff --git a/20-Area/22-Work/221-Linux/SystemApp/Gnome/application.md b/20-Area/22-Work/221-Linux/SystemApp/Gnome/application.md new file mode 100644 index 0000000..aaa1787 --- /dev/null +++ b/20-Area/22-Work/221-Linux/SystemApp/Gnome/application.md @@ -0,0 +1,5 @@ +- 应用路径 + - ~/.local/share/applications + - /usr/share/applications +- 应用生成方式 + - 详见 [[Appimage]] \ No newline at end of file