How to link to php from xampp installation so i can just use php command instead of full path?
Assume your XAMPP installation is in default location /opt/lampp
This is the command to achieve that (in your case):
sudo ln -s /opt/lampp/bin/php/usr/bin/php
Assume your XAMPP installation is in default location /opt/lampp
This is the command to achieve that (in your case):
sudo ln -s /opt/lampp/bin/php/usr/bin/php
install composer
di CLI
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
chmod +x /usr/local/bin/composer
DONE!!
di CLI
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
chmod +x /usr/local/bin/composer
DONE!!
Install Node and NPM
curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install nodejs
cek version
nodejs -v
npm -v
curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install nodejs
cek version
nodejs -v
npm -v
Install git version
From your shell, install Git using apt-get:
sudo apt-get update
sudo apt-get install git
Verify the installation was successful by typing git --version:
git --version
git version 2.x.x
Configure your Git username and email using the following commands, replacing Emma's name with your own. These details will be associated with any commits that you create:
git config --global user.name "rhivent"
git config --global user.email "zzzzjrjr@gmail.com"
Install woeusb
USB Bootable window dengan OS linux
From your shell, install Git using apt-get:
sudo apt-get update
sudo apt-get install git
Verify the installation was successful by typing git --version:
git --version
git version 2.x.x
Configure your Git username and email using the following commands, replacing Emma's name with your own. These details will be associated with any commits that you create:
git config --global user.name "rhivent"
git config --global user.email "zzzzjrjr@gmail.com"
Install woeusb
USB Bootable window dengan OS linux
sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt update sudo apt install woeusb
Install multibootusb
http://multibootusb.org/page_download/
http://multibootusb.org/page_download/
0 comments:
Post a Comment