I wanted to build a silent NAS server out of a Raspberry Pi and a USB 3 hard drive enclosure. I already build one in the previous article out of an old Celeron PC that was gifted to me. While the pc is a faster server in every way, I wanted something that was dead […]
List all globally installed npm packages
npm list -g –depth 0 You may have installed CLI tools globally in the past. This command (listed above) will show what you have installed. The new trend is to install cli locally so it is always up to date with each project.
Started a blog
Like everyone else on the internet, I have decided to start a blog. I’m planning to document my experiences with learning Javascript and perhaps review some tech toys. The first thing I’ve got to do is clean up this blogs design though..