πŸ“• Node [[ubuntu]]
↳ πŸ““ Resource @bmann/ubuntu
πŸ“„ ubuntu.md by @bmann

Add a user to sudo group

usermod -aG sudo <username>

Count files recursively in a directory

find <directory> -type f | wc -l

Also suppress permission denied errors:

find <directory> -type f 2> /dev/null | wc -l

Reference Articles

Installing node / yarn on Ubuntu 18

https://linuxize.com/post/how-to-install-yarn-on-ubuntu-18-04/

Loading pushes...

Rendering context...