User:E.zn/eth--host

From XPUB & Lens-Based wiki







___________________________________x


_ _ _ _ _


xx
x


___________________________________node.js


_ _ _ _ _ download


curl -fsSL https://deb.nodesource.com/setup_15.x | bash -
» »»»» src : nodesource
» »»»» more on -fsSL flag


_ _ _ _ _ install


apt-get install -y nodejs
apt-get install -y build-essential


_ _ _ _ _ link


sudo ln -s /usr/bin/nodejs /usr/bin/node


___________________________________npm


_ _ _ _ _ install


apt update
apt install aptitude
aptitude install npm


___________________________________database


_ _ _ _ _ install mariadb


apt install mariadb-server-10.3


_ _ _ _ _ install php


sudo apt -y install php7.3


___________________________________git


_ _ _ _ _ install


aptitude install git