October 2008
5 posts
Slashdot | Greenspan Tells Congress Bad Data Hurt...
http://tech.slashdot.org/article.pl?sid=08/10/23/2212208&from=rss Ryan Wilson OnePipe Communications Inc. t.778.786.2222 c.604.716.2222 www.OnePipe.ca
Open source projects from http://www.thoughtbot.com/projects
Shoulda
The Shoulda Rails plugin is an eclectic set of additions to the Test::Unit framework that makes writing tests a breeze.
Paperclip
Paperclip is a plugin for Ruby on Rails’ Active Record that lets files work as simply as any other attributes do.
Financial Machines →
Quote from Warren Buffet
“this is an economic pearl harbour and I don’t mean to be melowdramatic. I’ve never used that phrase before” —PBS Charlie Rose October 2008
Passwordless SSH
How to have happy Passwordless SSH Access to your servers.
1. edit /etc/ssh/sshd_config on your server and ensure the following two lines are set:
RSAAuthentication yes
PubkeyAuthentication yes
2. on your client workstation generate your SSH keys if you havn’t done before with ssh-keygen
*just press enter and leave your passphrase blank*
3. copy the file on your client machine...