What Does GitHub’s npm Acquisition Mean For Developers?

Microsoft’s open-source shopping spree has claimed another victim: npm. [Nat Friedman], CEO of GitHub (owned by Microsoft), announced the move recently on the GitHub blog.

So what motivated the acquisition, and what changes are we likely to see as a result of it? There are some obvious upsides and integrations, …read more

Continue reading What Does GitHub’s npm Acquisition Mean For Developers?

unable to access the dpkg database directory /var/lib/dpkg: No such file or directory [on hold]

sudo dpkg –configure -a

gave this error down below
dpkg: error: unable to access the dpkg database directory /var/lib/dpkg: No such file or directory
tried
sudo rm /var/lib/dpkg
and
ps aux | grep -i apt
also lsof /var/li… Continue reading unable to access the dpkg database directory /var/lib/dpkg: No such file or directory [on hold]

The most secure way to allow downloading and installing an app on Mac, Windows, or Linux

I have been introduced to the anti-bash-script-piping stuff such as these:

Curl Bash Piping Wall of Shame (link broken)
Piping curl to s(hell)
Don’t Pipe to your Shell
The hidden dangers of piping curl and how to protect yo… Continue reading The most secure way to allow downloading and installing an app on Mac, Windows, or Linux