All blog posts from March 2008

Installing Git on CentOS 4.6

March 29, 2008

I currently have a VPS that has CentOS installed and went to install Git via Yum, but it didn't seem to have it in the default repos. I've tracked down the following repos and you just need to follow the steps below to get it installed:

$ sudo touch /etc/yum.repos.d/atrpms.repo /etc/yum.repos.d/dag…

Read more

Ruby standard out piping problems on Ubuntu

March 29, 2008

I've been having problems where the output of binaries was not being redirected properly from within Ruby when invoked as followed:

  >> `ls -l &> /dev/null`
  => "total 4 drwxr-xr-x 2 dinsley dinsley 4096 2007-05-08 20:00 Peepcode - Rest"

If the shell supports this piping convention, it should ret…

Read more

TinyMCE syntax highlighted code editor

March 29, 2008

We're currently using the super-improved TinyMCE version 3.0rc1, which apparently has gone through an entire rewrite for the 3.0 release. Aside from making TinyMCE incredibly faster and more efficient, they also implemented an awesome API for easily creating plugins. I decided to test the new API ou…

Read more

Displaying all 3 posts
powered by viviti