Category: Technology

0

An Exploration into Node.js

After hearing about all the cool things you can do with Node.js, I decided to spend some time exploring it and seeing what it could do. I will be writing up what I explore and I...

Avoid OpenShift SSH Timeout

OpenShift is a great platform, but I find it very annoying that SSH sessions timeout quickly. To disable the annoying timeout, once connected via SSH type: unset TMOUT to disable the timeout.