Social Icons

Ana Bujan

1 min read

Install global npm packages without sudo

This is useful for avoiding permission errors like Error: EACCES: permission denied, mkdir when installing an npm package without sudo, cause sudo npm i -g looks off to me. Script: mkdir ~/.npm-global npm config set prefix...

1 min read

Ubuntu Local Network Share

When setting up an ubuntu local network share, you can use SSH or Samba to access files between machines. This guide covers both methods. SSH Destination machine Destination host has to have SSH package installed, in...