Main public logs
Appearance
Combined display of all available logs of Official NixOS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:23, 23 February 2025 Mayer talk contribs created page Translations:NixOS Installation Guide/52/zh (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>")