Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install nodejs from binary

cd /tmp
wget https://nodejs.org/dist/v14.17.6/node-v14.17.6-linux-x64.tar.xz
sudo tar -xJvf node-v14.17.6-linux-x64.tar.xz
sudo mkdir /usr/local/lib/node
sudo mv node-v14.17.6-linux-x64 /usr/local/lib/node/nodejs
echo -e '
export NODEJS_HOME=/usr/local/lib/node/nodejs' >>  $HOME/.profile
#Refresh profile
. ~/.profile
#Check
npm -version && node -v
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu install discord 
Shell :: run sudo command with password in one line 
Shell :: chalk Error [ERR_REQUIRE_ESM]: require() of ES Module 
Shell :: ubuntu install certbot apache 
Shell :: undo git merge 
Shell :: how to commit single / multiple file in git 
Shell :: batch delete folder 
Shell :: bash swap two columns in a file 
Shell :: bash adding to array 
Shell :: git fetch prune 
Shell :: how to setup git locally with ssh 
Shell :: linux check user group list 
Shell :: search by service terminal 
Shell :: bash find only first answer 
Shell :: linux file size 
Shell :: enable docker at boot 
Shell :: compress file in terminal 
Shell :: nano with line numbers 
Shell :: bash check diff starting at specific line 
Shell :: unzip linux gz 
Shell :: remove git tag 
Shell :: wsl folder linux windows access 
Shell :: uninstall vscode completely windows 10 
Shell :: install node on linux instance 
Shell :: powershell get empty folders 
Shell :: laravel generate random 6 digit number 
Shell :: docker image with wget 
Shell :: isntall jest cli 
Shell :: powershell install oh-my-posh 
Shell :: sqlmap enumerate tables in databases 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =