Skip to content

Instantly share code, notes, and snippets.

@mjavadhpour
Created December 14, 2016 07:53
Show Gist options
  • Select an option

  • Save mjavadhpour/6a6579115cf21ccaa4cabfd04f258c8a to your computer and use it in GitHub Desktop.

Select an option

Save mjavadhpour/6a6579115cf21ccaa4cabfd04f258c8a to your computer and use it in GitHub Desktop.
Create swap file for linux ubuntu
dd if=/dev/zero of=/media/fasthdd/swapfile.img bs=1024 count=10M
Mkswap ~/swapfile.img
add swap line to ======> etc/fstab
swapon ~/swapfile.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment