Skip to content

Instantly share code, notes, and snippets.

@Ne00n
Created August 3, 2023 12:20
Show Gist options
  • Save Ne00n/2ef88cf27291397e2dfcd092230d8f14 to your computer and use it in GitHub Desktop.
Save Ne00n/2ef88cf27291397e2dfcd092230d8f14 to your computer and use it in GitHub Desktop.
swaaap
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