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

install xampp on Linux

1: download for linux from -> https://www.apachefriends.org/download.html
2: enable permision to run the installer -> chmod 777 ./xampp-linux-x64-8.1.2-0-installer.run
3: finally run -> xampp-linux-x64-8.1.2-0-installer.run
###########################################################
start server -> sudo '/opt/lampp/xampp' start
sudo '/opt/lampp/xampp' restart
reload server -> sudo '/opt/lampp/xampp' reload
stop server -> sudo '/opt/lampp/xampp' start
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 diff between one file 
Shell :: docker pull command 
Shell :: aircrack-ng install command 
Shell :: handle git diverged 
Shell :: downloading and updating vscode 
Shell :: on hotspot and wifi at the same time arch linux 
Shell :: how to install nginx on centos 7 
Shell :: mkdir -p shell 
Shell :: pulling a branch from github 
Shell :: utorrent for linux 
Shell :: install mongodb on ec2 ubuntu 18.04 
Shell :: bash xargs 
Shell :: git log files only 
Shell :: Automatically run program on Linux startup via systemd 
Shell :: NGINX systemd service file 
Shell :: change resolution of a video 
Shell :: awk field separator space 
Shell :: how to get process id in linux 
Shell :: linux find files older than 15 minutes 
Shell :: Unable to upgrade Flutter: no origin repository configured. 
Shell :: makefile parameter 
Shell :: tar extract command windows 
Shell :: ngrok sing up 
Shell :: mkdir create all subdirectories 
Shell :: linux find md5 checksum 
Shell :: change default location screen mac 
Shell :: trash linux command 
Shell :: .gitignore everything except 
Shell :: generate self signed certificate for localhost 
Shell :: install wordpress linux 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =