Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Sunday, April 17, 2022

How To: Fix Xampp Installation Error in Ubuntu / Xubuntu

 



Xampp installation process may get killed half way through, try the following terminal command to solve the problem: 

sudo dd if=/dev/zero of=swapfile bs=1024 count=2000000

sudo mkswap -f swapfile

sudo swapon swapfile


 REFERENCE:

https://stackoverflow.com/questions/28268267/xampp-auto-killed-on-installation

No comments:

Post a Comment