Translations:NixOS Installation Guide/52/zh: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 October 2025

23 February 2025

  • curprev 14:2314:23, 23 February 2025 Mayer talk contribs 232 bytes +232 Created page with "== Swap文件 == <syntaxhighlight lang="console"> $ sudo dd if=/dev/zero of=/mnt/.swapfile bs=1024 count=2097152 (2GB size) $ sudo chmod 600 /mnt/.swapfile $ sudo mkswap /mnt/.swapfile $ sudo swapon /mnt/.swapfile </syntaxhighlight>"