dd if=/dev/zero of=/swapfile bs=1024 count=100000
mkswap /swapfile
swapon /swapfile
/swapfile none swap sw 0 0
enjoy ;)
Simple but useful tips about software programing, Linux, technology in general, based on my everyday activities.
dd if=/dev/zero of=/swapfile bs=1024 count=100000
mkswap /swapfile
swapon /swapfile
/swapfile none swap sw 0 0