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 :: brew restart apache 
Shell :: git add file to last commit 
Shell :: oh my zsh autocomplete 
Shell :: gyp error npm install 
Shell :: install gcc in ubuntu 
Shell :: Missing essential plugin: org.jetbrains.android 
Shell :: The requested nginx plugin does not appear to be installed certbot 
Shell :: git reset to commit 
Shell :: gitignore ios project 
Shell :: upgrade shell tty 
Shell :: npm dev dependencies 
Shell :: tmux set zsh as default 
Shell :: how to install mongodb on ubuntu 22.04 
Shell :: install pypy3 ubuntu 
Shell :: process substitution <() bash 
Shell :: install nginx amazon linux 2 
Shell :: chocolatey terraform install 
Shell :: downgrade react 18 to 17 
Shell :: react native expo install 
Shell :: install ngrok ubuntu 
Shell :: log apache2 ubuntu 
Shell :: nvm update node 
Shell :: set remote url git 
Shell :: vlc download for linux 
Shell :: git command to remove file from staging area 
Shell :: anydesk install ubtunu 
Shell :: yarn list global packages 
Shell :: black web browser github 
Shell :: how to search file name in linux using wildcard 
Shell :: clone specific branch 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =