Skip to content

Instantly share code, notes, and snippets.

@tejainece
Created June 29, 2014 08:56
Show Gist options
  • Select an option

  • Save tejainece/9a6006151ddac86bce38 to your computer and use it in GitHub Desktop.

Select an option

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