Archive for June, 2009

Goosh – Unoffical Google Shell

Goosh.org is a creation by one of the Google Dev’s, tho outside of Google, to bring the shell to Google. You can search within it, it acts like a shell and it sits right in your browser.  Go check it out and have a play.  I’m yet to see what it can do but will […]

Posted on June 6, 2009 at 11:20 am by Jordan Carter · Permalink · Leave a comment
In: News · Tagged with: , ,

Google Native Client

Google has been working on a product which will slowly change the delivery and usage of native applications.  See here What do I mean?  Well 10 years ago, you went to your local computer shop and purchased whatever software you wanted.  Took it home, installed and then used it.  The following release you would go […]

Posted on June 5, 2009 at 10:37 am by Jordan Carter · Permalink · Leave a comment
In: News · Tagged with: ,

The Internet, The toast machine I can’t open up

Do you remember those days as a child, struggling to unscrewed the last screw holding some curious machine, breaking it apart just to get at what makes it tick?  Slowly going through all the bits inside and trying to figure what it does and how it does it. Well I don’t, I wasn’t much for […]

Posted on June 4, 2009 at 11:06 pm by Jordan Carter · Permalink · One Comment
In: Uncategorized · Tagged with: 

Crack Zip Password

There is a tool fcrackzip which will bruteforce zip file encryption. See here at ubuntugeek.com Make sure to use the -u option otherwise you will probably be overloaded with many “possible” passwords and no confirmed passwords, as I found.  I have tried it on a simple text file zipped with password “pass”, found the password […]

Posted on June 4, 2009 at 12:33 am by Jordan Carter · Permalink · Leave a comment
In: Ubuntu Tricks · Tagged with: 

Routes Error using Phusion Passenger, Apache, Rails 2.2.2 and RailsBaseURI

Rails can’t find the page, but it should be the root directory. It works when I script/server, it just won’t load with Passenger properly. Solutions in google groups Add config.action_controller.relative_url_root = “/appName” to your environment.rb file.

Posted on June 3, 2009 at 1:03 pm by Jordan Carter · Permalink · Leave a comment
In: Server Config · Tagged with: , ,

svn2git – How To – svn2git not found

I have tried to move a svn repo to git thismorning and have been having great trouble. Firstly, I work from a Mac.  This is not by choice, but was my only option.  It was that or paper and pen.. Now I have been working here for a while I have a linux build in […]

Posted on June 2, 2009 at 11:59 pm by Jordan Carter · Permalink · 2 Comments
In: Server Config, Web Development · Tagged with: 

Github public key authentication rejected

So you just added another public key to your github account so you can deploy your app on your new server. You jump down into a folder you want to put it into (/var/rails) in my case. You notice you need to add sudo to the front so that git can create the folder it […]

Posted on June 2, 2009 at 12:41 pm by Jordan Carter · Permalink · Leave a comment
In: Server Config · Tagged with: ,

Rails Premcache with Memcached

Great write up about how to use memcached to speed up additional requests. http://blog.caboo.se/articles/2006/10/14/premcache-caching-and-precaching-with-memcached One thing I can’t seem to find is a good write up on some basic fragment caching with memcache.  Will write my own in a few days.

Posted on June 1, 2009 at 12:29 pm by Jordan Carter · Permalink · Leave a comment
In: Uncategorized · Tagged with: