My digital brain

npm throws error /usr/bin/env: node: No such file or directory

If the nodejs server was installed via the package manager, it is not in:
/usr/bin/env/node,
it is in:
/usr/bin/env/nodejs

To solve this problem, you should set a symlink

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

credits for this hint: digitalmediums at github

Use 2 Skype accounts on Linux

If you have more than one Skype account (to seperate private and business) and you want to use them simultaneous, you have to:

press ALT + F2

enter: skype --secondary

Credits: gvscroder at skype forum

« 4/4
© 2025 My digital brain. Generated with Hugo and Mainroad theme.