General Info

Install node.js

Here's how to install node.js on your cPanel server yum install openssl-devel cd /usr/local/src wget http://nodejs.org/dist/v0.6.8/node-v0.6.8.tar.gz tar zxvf node-v0.6.8.tar.gz cd node-v0.6.8 ./configure make make install If you get the error:…

Continue ReadingInstall node.js

prettyping.sh

From CrazyTerabyte Blog

prettyping.sh – A better UI for watching ping responses

Do you run ping tool very often? Do you find yourself squeezing your eyes to see if a packet has been lost? Do you want to have a better view of the latency and of the lost packets over time? Then you need prettyping.sh, a wrapper around the standard ping tool with the objective to make the output prettier, by making it colorful, more compact, and easier to read. How? Look at the following animated GIF (being played at 4× the actual speed):

(more…)

Continue Readingprettyping.sh

CoVim

From fredkschott.com

Today we’re announcing CoVim, a plugin that adds multi-user, real-time collaboration to your favorite (or least favorite) text editor. CoVim allows you to remotely code, write, edit, and collaborate, all within your custom Vim configuration. Originally started as a senior capstone project for Tufts University, we’re now open-sourcing it to give the world one of Vim’s most requested features. Think Google Docs for Vim.

Work on CoVim started almost a year ago. I wanted to explore this concept of a shared classroom note-taking platform (someone should still do that, by the way) while my project partner Sam Haney wanted to explore something a bit more well-known and dependable. We decided to meet each other halfway, and CoVim was born.

(more…)

Continue ReadingCoVim