Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to start xampp in ubuntu

sudo /opt/lampp/lampp start
cd /opt/lampp/
ls
sudo ./manager-linux-x64.run 
Comment

to stop XAMPP ubuntu

sudo /opt/lampp/lampp start

sudo /opt/lampp/lampp stop
Comment

xamp start ubuntu

sudo /opt/lampp/manager-linux-x64.run
Comment

open XAMPP in ubuntu

>>> cd /opt/lampp/

>>> ls 

>>> sudo ./manager-linux-x64.run 
Comment

how to use xampp in ubuntu

 sudo '/opt/lampp/xampp' start
 sudo '/opt/lampp/xampp' reload
 sudo '/opt/lampp/xampp' restart
 sudo '/opt/lampp/xampp' stop
Comment

xampp ubuntu

sudo chmod 755 xampp-linux-x64-7.3.5.1-installer.run
Comment

how to start xampp in ubuntu from terminal

# open terminal 
Ctrl+Alt+T

# then type below command
sudo /opt/lampp/lampp start
Comment

how to start xampp in ubuntu

# open terminal 
Ctrl+Alt+T

# then type below command
sudo /opt/lampp/lampp start
Comment

how install xampp in ubuntu

$ sudo apt install net-tools
/*    */
Comment

xampp ubuntu

ls –l xampp-linux-x64-7.3.5.1-installer.run
Comment

xampp ubuntu

sudo ./[package_name]
Comment

PREVIOUS NEXT
Code Example
Shell :: find linux with extension 
Shell :: how to make all directory 775 
Shell :: how to add a gif to your website 
Shell :: split screen into 4 ubuntu 
Shell :: adding remote origin git 
Shell :: install jekyll 
Shell :: ionic capacitor v3 add android 
Shell :: get file size in bash 
Shell :: how to view all processes in powershell 
Shell :: emogi app linux 
Shell :: how to install pip on linux 
Shell :: install typescript in node project 
Shell :: mac update path permanently 
Shell :: heroku rebuild 
Shell :: Ubuntu free ports in use 
Shell :: powershell write to file 
Shell :: uninstall/remove libreoffice from ubuntu 
Shell :: run spec file using pyinstaller 
Shell :: linux file path 
Shell :: npm uninstall 
Shell :: yarn start --reset-cache 
Shell :: grep nth line after match 
Shell :: IlluminateHttpExceptionsPostTooLargeException Ubuntu 
Shell :: how to update an existing repository in github 
Shell :: how to run eslint on the whole project 
Shell :: terminal command as parameter 
Shell :: gnutls_handshake() failed: An unexpected TLS packet was received. 
Shell :: install extension pgcrypto 
Shell :: get files changed in branch 
Shell :: snap install slack 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =