User contributions for Weijia
Appearance
28 August 2025
- 19:1519:15, 28 August 2025 diff hist +306 N Translations:Install NixOS on Amazon EC2/6/zh Created page with "目前,[https://github.com/nix-community/nixos-generators nixos-generators] 项目是创建您自己的 NixOS AMI 的最佳方法。请遵循 <code>nixos-generators</code> 提供的说明,然后遵循 [https://docs.aws.amazon.com/vm-import/latest/userguide/what-is-vmimport.html AWS 提供的介绍]。" current
- 19:1519:15, 28 August 2025 diff hist −20 Install NixOS on Amazon EC2/zh Created page with "== 创建 NixOS AMI =="
- 19:1519:15, 28 August 2025 diff hist +22 N Translations:Install NixOS on Amazon EC2/5/zh Created page with "== 创建 NixOS AMI ==" current
- 19:1519:15, 28 August 2025 diff hist −89 Install NixOS on Amazon EC2/zh Created page with "这些 AMI 的默认用户是 <code>root</code>。没有默认密码,而是使用在 EC2 创建过程中选择的 SSH 密钥进行身份验证。"
- 19:1519:15, 28 August 2025 diff hist +147 N Translations:Install NixOS on Amazon EC2/4/zh Created page with "这些 AMI 的默认用户是 <code>root</code>。没有默认密码,而是使用在 EC2 创建过程中选择的 SSH 密钥进行身份验证。" current
- 19:1419:14, 28 August 2025 diff hist −66 Install NixOS on Amazon EC2/zh Created page with "AWS 上可用的 NixOS AMI 列表位于 [https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/virtualisation/amazon-ec2-amis.nix 此处],更新的列表位于:[https://nixos.github.io/amis/ 此处](参见 [https://discourse.nixos.org/t/ami-for-nixos-23-11/36860/7 此讨论线程])。"
- 19:1419:14, 28 August 2025 diff hist +298 N Translations:Install NixOS on Amazon EC2/3/zh Created page with "AWS 上可用的 NixOS AMI 列表位于 [https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/virtualisation/amazon-ec2-amis.nix 此处],更新的列表位于:[https://nixos.github.io/amis/ 此处](参见 [https://discourse.nixos.org/t/ami-for-nixos-23-11/36860/7 此讨论线程])。" current
- 19:1419:14, 28 August 2025 diff hist −19 Install NixOS on Amazon EC2/zh Created page with "== 公共 NixOS AMIs =="
- 19:1419:14, 28 August 2025 diff hist +23 N Translations:Install NixOS on Amazon EC2/2/zh Created page with "== 公共 NixOS AMIs ==" current
- 19:1419:14, 28 August 2025 diff hist −75 Install NixOS on Amazon EC2/zh Created page with "Amazon EC2 是一个广泛使用的云部署平台,隶属于亚马逊网络服务 (AWS)。NixOS 主要通过 AMI 和 [https://github.com/nix-community/nixos-generators nixos-generators] 项目支持该平台。"
- 19:1419:14, 28 August 2025 diff hist +212 N Translations:Install NixOS on Amazon EC2/1/zh Created page with "Amazon EC2 是一个广泛使用的云部署平台,隶属于亚马逊网络服务 (AWS)。NixOS 主要通过 AMI 和 [https://github.com/nix-community/nixos-generators nixos-generators] 项目支持该平台。" current
- 19:1419:14, 28 August 2025 diff hist +2,264 N Install NixOS on Amazon EC2/zh Created page with "在 Amazon EC2 上安装 NixOS"
- 19:1319:13, 28 August 2025 diff hist +30 N Translations:Install NixOS on Amazon EC2/Page display title/zh Created page with "在 Amazon EC2 上安装 NixOS" current
- 19:0719:07, 28 August 2025 diff hist −58 Honk/zh Created page with "它被记录在 [https://nixos.org/manual/nixos/stable/#module-services-honk NixOS 手册] 中。" current
- 19:0719:07, 28 August 2025 diff hist +97 N Translations:Honk/2/zh Created page with "它被记录在 [https://nixos.org/manual/nixos/stable/#module-services-honk NixOS 手册] 中。" current
- 19:0719:07, 28 August 2025 diff hist −44 Honk/zh Created page with "在 NixOS 上使用 [https://humungus.tedunangst.com/r/honk Honk],您可以以最少的设置步骤快速配置完整的 ActivityPub 服务器。" Tags: Mobile edit Mobile web edit
- 19:0719:07, 28 August 2025 diff hist +147 N Translations:Honk/1/zh Created page with "在 NixOS 上使用 [https://humungus.tedunangst.com/r/honk Honk],您可以以最少的设置步骤快速配置完整的 ActivityPub 服务器。" current
- 19:0719:07, 28 August 2025 diff hist +481 N Honk/zh Created page with "Honk"
- 19:0719:07, 28 August 2025 diff hist +4 N Translations:Honk/Page display title/zh Created page with "Honk" current
- 19:0519:05, 28 August 2025 diff hist −101 Doas/zh Created page with "<syntaxhighlight lang="nix"> security.doas.enable = true; security.sudo.enable = false; security.doas.extraRules = [{ users = ["foo"]; # 可选,在运行命令时保留环境变量 # 例如,在应用配置时保留你的 NIX_PATH keepEnv = true; persist = true; # 可选,在成功验证后,一段时间内无需询问密码 }]; </syntaxhighlight>" Tags: Mobile edit Mobile web edit
- 19:0519:05, 28 August 2025 diff hist +367 N Translations:Doas/6/zh Created page with "<syntaxhighlight lang="nix"> security.doas.enable = true; security.sudo.enable = false; security.doas.extraRules = [{ users = ["foo"]; # 可选,在运行命令时保留环境变量 # 例如,在应用配置时保留你的 NIX_PATH keepEnv = true; persist = true; # 可选,在成功验证后,一段时间内无需询问密码 }]; </syntaxhighlight>" current
- 19:0519:05, 28 August 2025 diff hist −90 Doas/zh Created page with "以下配置将使用户 <code>foo</code> 能够通过 <code>doas</code> 以超级用户身份执行命令,同时禁用 <code>sudo</code> 命令。"
- 19:0519:05, 28 August 2025 diff hist +149 N Translations:Doas/5/zh Created page with "以下配置将使用户 <code>foo</code> 能够通过 <code>doas</code> 以超级用户身份执行命令,同时禁用 <code>sudo</code> 命令。" current
- 19:0519:05, 28 August 2025 diff hist −30 Doas/zh Created page with "== 配置 =="
- 19:0519:05, 28 August 2025 diff hist +12 N Translations:Doas/4/zh Created page with "== 配置 ==" current
- 19:0519:05, 28 August 2025 diff hist +6 Doas/zh No edit summary
- 19:0519:05, 28 August 2025 diff hist +6 Translations:Doas/3/zh No edit summary current
- 19:0419:04, 28 August 2025 diff hist −76 Doas/zh Created page with "基于 Flake 的配置需要将 git 作为系统软件安装才能重构。"
- 19:0419:04, 28 August 2025 diff hist +75 N Translations:Doas/3/zh Created page with "基于 Flake 的配置需要将 git 作为系统软件安装才能重构。"
- 19:0419:04, 28 August 2025 diff hist −69 Doas/zh Created page with "由于与 sudo 的兼容性问题,不建议使用 doas。"
- 19:0419:04, 28 August 2025 diff hist +59 N Translations:Doas/2/zh Created page with "由于与 sudo 的兼容性问题,不建议使用 doas。" current
- 19:0419:04, 28 August 2025 diff hist −76 Doas/zh Created page with "[https://en.wikipedia.org/wiki/Doas doas] 是一个以其他用户(通常是超级用户)身份执行命令的实用程序。由于其配置简便、用法简单,它通常被视作 sudo 的替代品。"
- 19:0419:04, 28 August 2025 diff hist +207 N Translations:Doas/1/zh Created page with "[https://en.wikipedia.org/wiki/Doas doas] 是一个以其他用户(通常是超级用户)身份执行命令的实用程序。由于其配置简便、用法简单,它通常被视作 sudo 的替代品。" current
- 19:0419:04, 28 August 2025 diff hist +1,397 N Doas/zh Created page with "Doas" Tags: Mobile edit Mobile web edit
- 19:0419:04, 28 August 2025 diff hist +4 N Translations:Doas/Page display title/zh Created page with "Doas" current
- 19:0219:02, 28 August 2025 diff hist −30 Steam/zh Created page with "== 参考 ==" Tags: Mobile edit Mobile web edit
- 19:0219:02, 28 August 2025 diff hist +12 N Translations:Steam/54/zh Created page with "== 参考 ==" current
- 19:0219:02, 28 August 2025 diff hist −24 Steam/zh Created page with "=== 已知问题 ==="
- 19:0219:02, 28 August 2025 diff hist +20 N Translations:Steam/52/zh Created page with "=== 已知问题 ===" current
- 19:0219:02, 28 August 2025 diff hist −3 Steam/zh Created page with "=== 额外游戏手柄的 udev 规则 ==="
- 19:0219:02, 28 August 2025 diff hist +41 N Translations:Steam/48/zh Created page with "=== 额外游戏手柄的 udev 规则 ===" current
- 19:0219:02, 28 August 2025 diff hist +6 Steam/zh Created page with "=== 与 Steam 使用时 Gamescope 无法启动 ==="
- 19:0219:02, 28 August 2025 diff hist +50 N Translations:Steam/46/zh Created page with "=== 与 Steam 使用时 Gamescope 无法启动 ===" current
- 19:0219:02, 28 August 2025 diff hist −56 Steam/zh Created page with "=== SteamVR ==="
- 19:0219:02, 28 August 2025 diff hist +15 N Translations:Steam/44/zh Created page with "=== SteamVR ===" current
- 19:0219:02, 28 August 2025 diff hist −18 Steam/zh Created page with "=== 游戏无法启动 ==="
- 19:0219:02, 28 August 2025 diff hist +26 N Translations:Steam/37/zh Created page with "=== 游戏无法启动 ===" current
- 19:0219:02, 28 August 2025 diff hist −21 Steam/zh Created page with "=== Steam 未更新 ==="
- 19:0219:02, 28 August 2025 diff hist +23 N Translations:Steam/35/zh Created page with "=== Steam 未更新 ===" current
- 19:0119:01, 28 August 2025 diff hist +3 Steam/zh Created page with "=== Steam 无法启动。我该怎么办? ==="