How to run a web server off a usb flash drive
Monday, November 19th, 2007Actually, turns out to be really easy:
Install Slax on the USB flash drive. Here’s how I did it.
Download the Xampp module for Slax. I got version 1.6.2 from here.
Copy the Xampp_1_*_.mo file that you downloaded to the modules folder on your USB flash drive.
Boot off the USB flash drive.
Open a terminal and type:
/opt/lampp/lampp start
Open Konqueror […]