How to install JavaScript tools for Nagios
Node Install Node on the Nagios machine (My Nagios XI VM running CentOS… for other platforms see nodejs.org) wget http://nodejs.tchol.org/repocfg/el/nodejs-stable-release.noarch.rpm sudo yum localinstall –nogpgcheck nodejs-stable-release.noarch.rpm sudo yum install nodejs-compat-symlinks npm rm nodejs-stable-release.noarch.rpmwget http://nodejs.tchol.org/repocfg/el/nodejs-stable-release.noarch.rpm sudo yum localinstall –nogpgcheck nodejs-stable-release.noarch.rpm sudo yum…
Looking for innocence
I want programming computers to be like coloring with crayons and playing with duplo blocks… I just want to make computers suck less. — Ryan Dahl, creator of Nodejs.
Toggling light/dark Solarized color theme in Emacs 23
I never write about Emacs because I’m such a n00b and most of my ELisp “programming” has consisted of pasting random code from the Internet into my ~/.emacs file and hoping it works. But finally today I wrote a lick…