Wednesday, 10 September, 2025г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

How to install XAMPP server in Ubuntu

How to install XAMPP server in UbuntuУ вашего броузера проблема в совместимости с HTML5
How to install XAMPP in Ubuntu? Download XAMPP Server: https://www.apachefriends.org/index.html in the downloads folder. By default Ubuntu does not allow files to be executed, thus you need to enable it. 1) Open downloads folder and select the .run file and go to its properties. 2) Go To permissions Tab and enable 'is executable' option 3) Now if you have root privilege you'll be able to double click on it and complete the installation process. 4) Or in the downloads folder open terminal and do sudo ./xampp-linux-x64-7.3.3-0-installer.run making sure you have the correct version. START XAMPP To start all the service (packaged inside XAMPP) sudo /opt/lampp/xampp start OR sudo /opt/lampp/lampp start Start XAMPP server Graphical tool to manage servers easily with the following commands: cd /opt/lampp and sudo ./manager-linux.run (or sudo ./manager-linux-x64.run) To stop XAMPP sudo /opt/lampp/xampp stop OR sudo /opt/lampp/lampp stop
Мой аккаунт