Bước 1: Download [DOWN]http://www.apachefriends.org/download.php?xampp-linux-1.7.3a.tar.gz[/DOWN] Bước 2: về root Mã: su cd đến thư mục chứ file download về, gõ lệnh giải nén Mã: tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt -C /opt sẽ tạo 1 thư mục lampp trong thư mục /opt của bạn. chú ý 1: hãy dùng lệnh này để cài xampp, nếu giải nén bằng công cụ của windows xampp sẽ không chạy. chú ý 2: Nó sẽ chép đè lên phiên bản trước. Bước 3: khởi động: Mã: /opt/lampp/lampp start nếu muốn xampp khởi động cùng linux của bạn hãy cho nó vô statup command. Sau khi gõ lệnh, nếu thấy những dòng này thì xampp đã chạy Mã: Starting XAMPP 1.7.3a... LAMPP: Starting Apache... LAMPP: Starting MySQL... LAMPP started. test: vô trình duyệt gõ http://localhost. nếu thấy trang này tức là xammpp đã chạy: nếu không thì gõ : Mã: /opt/lampp/lampp stop rồi start lại. bổ sung cho bạn những câu lệnh với xampp sau: Mã: start Starts XAMPP. stop Stops XAMPP. restart Stops and starts XAMPP. startapache Starts only the Apache. startssl Starts the Apache SSL support. This command activates the SSL support permanently, e.g. if you restarts XAMPP in the future SSL will stay activated. startmysql Starts only the MySQL database. startftp Starts the ProFTPD server. Via FTP you can upload files for your web server (user "nobody", password "lampp"). This command activates the ProFTPD permanently, e.g. if you restarts XAMPP in the future FTP will stay activated. stopapache Stops the Apache. stopssl Stops the Apache SSL support. This command deactivates the SSL support permanently, e.g. if you restarts XAMPP in the future SSL will stay deactivated. stopmysql Stops the MySQL database. stopftp Stops the ProFTPD server. This command deactivates the ProFTPD permanently, e.g. if you restarts XAMPP in the future FTP will stay deactivated. security Starts a small security check programm. muốn chạy xampp với SSL thì bạn gõ: Mã: /opt/lampp/lampp startssl lúc này địa chỉ localhost là https://localhost. gỡ bỏ: đơn giản là xóa nó đi: Mã: rm -rf /opt/lampp