add manual

This commit is contained in:
nitros 2025-05-04 12:17:54 +07:00
parent fb98e4533f
commit c58caf45b6

View File

@ -59,5 +59,21 @@ certbot renew
scp /home/nit/Soft/notes.txt user1@87.242.117.48:/home/user1/Docs ***Пример копирования файла по ssh на сервер
scp user1@87.242.117.48:/home/user1/Docs/notes.txt /home/nit/Soft/ ***Пример копирования файла по ssh с сервера
***************************************************************************
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"
# Download and install Node.js:
nvm install 22
# Verify the Node.js version:
node -v # Should print "v22.14.0".
nvm current # Should print "v22.14.0".
# Verify npm version:
npm -v # Should print "10.9.2".
******************************************************************************