Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

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

how install xampp in ubuntu

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

xampp install in linux fedora

#follow below link
https://computingforgeeks.com/how-to-install-xampp-on-fedora/
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu shell touch multiple files 
Shell :: ubuntu cmd firewall give access to port 
Shell :: opencv install 
Shell :: delete git remote heroku 
Shell :: how to unmount drive in ubuntu 
Shell :: az login acr -n 
Shell :: install poetry 
Shell :: git reset file 
Shell :: nvm install ubuntu 
Shell :: live-server command 
Shell :: startup folder location 
Shell :: how to completely remove haproxy from ubuntu 
Shell :: snap-update-ns failed with code 1 
Shell :: install tailwindcss nodejs 
Shell :: bash grep find lines that start with word 
Shell :: install node js redhat 8 
Shell :: how to add project to bitbucket 
Shell :: expo install react native gesture 
Shell :: bash delete a range of lines from a file 
Shell :: check if a port is working 
Shell :: install imagick 
Shell :: node check installed modules 
Shell :: gzip version check 
Shell :: command to check the free disk space 
Shell :: delete ppa repository ubuntu 
Shell :: npm install production only 
Shell :: gitlab add remote upstream 
Shell :: how to run verilog files in linux 
Shell :: add change to your last commit 
Shell :: how to reverse a git pull 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =