Search
 
SCRIPT & CODE EXAMPLE
 

PHP

remove xampp from ubuntu

 // creats an uninstall exec file
 sudo chmod +x /opt/lampp/uninstall
 
 // call the exec file to uninstall ( an user interface it will appear )
 sudo /opt/lampp/uninstall
 
Comment

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

remove xampp from ubuntu

sudo -i 
cd /opt/lampp 
./uninstall
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

PREVIOUS NEXT
Code Example
Php :: php convert date string to number 
Php :: open php ini from terminal 
Php :: get all errors view laravel 
Php :: how to get all rows from a table except some rows in laravel 
Php :: confirm password validation laravel 
Php :: checking php version 
Php :: get word between two characters php 
Php :: artisan refresh 
Php :: php verify associative array key eixsts 
Php :: Where do php count start 
Php :: path to php cli moodle in moodle 
Php :: php get first last loop 
Php :: laravel clear cache 
Php :: laravel wherehas 
Php :: insert php variable css 
Php :: run raw sql with doctrine manager 
Php :: laravel add column to existing table 
Php :: check if all values in array are equal php 
Php :: default index page for laravel in cpanel 
Php :: php search in object. array 
Php :: Add 2 hours to current time in cakephp 
Php :: create a user using tinker 
Php :: get field acf 
Php :: symfony request get all parameters 
Php :: laravel migration change default value 
Php :: PHP str_replace — Replace all occurrences of the search string with the replacement string 
Php :: How To Clear Laravel.Log In Laravel? 
Php :: how to validate use unique in laravel 8 controller 
Php :: php move_uploaded_file 
Php :: Skip WooCommerce Cart page and redirect to Checkout page 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =