Skip to content

Instantly share code, notes, and snippets.

@tejainece
Created June 29, 2014 08:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejainece/9a6006151ddac86bce38 to your computer and use it in GitHub Desktop.
Save tejainece/9a6006151ddac86bce38 to your computer and use it in GitHub Desktop.
Enable suspend/hibernate in ubuntu or linux with a swap parition
fallocate -l 16GB /swapfile
mkswap /swapfile
swapon /swapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment