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 :: check if service is running server 
Shell :: bash split line and get element 
Shell :: assign contents of file to variable bash 
Shell :: scp download 
Shell :: tcpdump filter ip address 
Shell :: get additional parameters linux scripting 
Shell :: git tutorial remove branches on local that do not exist on remote 
Shell :: list enviroment variables 
Shell :: uninstall all nuget packages 
Shell :: migrate has no installation candidate 
Shell :: show applications shortcut ubuntu 
Shell :: vadersentiment pip install 
Shell :: adb screenrecord 
Shell :: how to install git in ubuntu ? 
Shell :: java to jar 
Shell :: how to run .sh script in mac 
Shell :: command to create or change a password for a user 
Shell :: add mirror list arch linux 
Shell :: TypeError [ERR_INVALID_ARG_TYPE]: The "from" argument must be of type string. Received undefined at validateString (internal/validators.js:120:11) 
Shell :: set muiltiple ssh keys for different github accounts on one computer 
Shell :: cuda driver install in ubuntu 
Shell :: git revert one file 
Shell :: run file linux 
Shell :: rsync only updated files 
Shell :: cmd substring replace 
Shell :: kill port cli 
Shell :: git add all files command 
Shell :: install aws cli v2 mac 
Shell :: push an existing repository from the command line 
Shell :: install elasticsearch on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =