themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to install node.js on Debian

$ sudo -s
# curl -sL https://deb.nodesource.com/setup_15.x | bash -
# apt install -y nodejs