Created
August 3, 2023 12:20
-
-
Save Ne00n/2ef88cf27291397e2dfcd092230d8f14 to your computer and use it in GitHub Desktop.
swaaap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fallocate -l 1G /swapfile && chmod 600 /swapfile && mkswap /swapfile && swapon /swapfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment