create swap in ubuntu code example
Example 1: create swapfile ubuntu
sudo dd if=/dev/zero of=/swapfile bs=1024 count=1048576
Example 2: create swapfile ubuntu
sudo nano /etc/fstab
sudo dd if=/dev/zero of=/swapfile bs=1024 count=1048576
sudo nano /etc/fstab