Create a new Debian server with Virtualmin
Increase SWAP if have 512 MB or below $> sudo dd if=/dev/zero of=/swap bs=1M count=1024 $> sudo mkswap /swap $> sudo swapon /swap $> nano /etc/fstab # add the following line /swap swap swap sw...
Just another Yipp.ca Blogs site
Increase SWAP if have 512 MB or below $> sudo dd if=/dev/zero of=/swap bs=1M count=1024 $> sudo mkswap /swap $> sudo swapon /swap $> nano /etc/fstab # add the following line /swap swap swap sw...
If you have 512 MB of SWAP or below you need to increase the SWAP $> sudo dd if=/dev/zero of=/swap bs=1M count=1024 $> sudo mkswap /swap $> sudo swapon /swap To make permanent, add...
To have nice and clean URLs in your app and hide the .php extension, you can enable Multiviews. If you use Virtualmin, see below how to achieve this. First you select your virtual server,...
Login into the admin panel. There are two ways to create subdomains. The way I prefer is this: Click on "Create Virtual Server" Select "Sub-server" as the type of virtual server on the top...
Recent Comments