webpage

  • Run webpage in Visual Studio Code with Xampp on Ubuntu 22.04 LTS

    GUIDE Tonny Blair BLAIRTECH254. STEP1: Open xampp, To open the xampp go to terminal and type i) cd /opt/lampp ii) sudo ./manager-linux-x64.run STEP2: After opening, start the apache2 server and mysql server.If any error occur like apache2 and mysql server is not staring then type in the terminal. i) sudo apachectl stop ii) sudo service mysql stop in my case…

    Read More »
Back to top button