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 start 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 :: git commit messages 
Shell :: git ignore folder command 
Shell :: gem install rails version 
Shell :: install docker-compose in centos 8 
Shell :: trailing whitespace git apply 
Shell :: search git history 
Shell :: how to install react native 
Shell :: remove folder with content cmd 
Shell :: wordpress mit ssh installieren 
Shell :: anaconda install package with version 
Shell :: pass parameters to bash script 
Shell :: meteor uninstall 
Shell :: conda install pandas 
Shell :: jq starts with 
Shell :: get public key pem from cert 
Shell :: x11 development libraries 
Shell :: nano line number 
Shell :: how to uninstall react-slick 
Shell :: install docker desktop on server 2019 
Shell :: linux change owner 
Shell :: print hello world in shell script 
Shell :: /gi regex 
Shell :: install node and npm ubuntu 
Shell :: Powershell TLS 
Shell :: git add ssh 
Shell :: git reset a folder 
Shell :: user.signingkey git 
Shell :: function in bash 
Shell :: npm insall serve globally 
Shell :: echo ros path 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =