How to increase swap space

Very simple and useful tutorial how to increase swap space. Source: http://askubuntu.com/questions/178712/how-to-increase-swap-space creat .img file sudo dd if=/dev/zero of=/swap.img bs=1M count=1000 note!: bs=1M count=1000 ==> 1GB (bs * count = size in megabytes ) other example : sudo dd if=/dev/zero