Joshua Jacobs
An experiment in social thinking
  • About
  • Archives
  • Links
  • Gallery

Boston College Will Stop Offering New Students E-Mail Accounts – The Chronicle of Higher Education

By Josh On August 25, 2009 · Leave a Comment

As the article below states, Boston College has stopped offering e-mail accounts to new students, as of 2009. They have, instead, created an e-mail forwarding service so, for example, josh@mandala-designs.com would forward to my hotmail, gmail, yahoo, whatever account I wanted to use.

This is an interesting trend. I wish I were at the meetings [...]

Continue Reading →

SSH with Keys HOWTO: SSH with Keys in a console window

By Josh On August 20, 2009 · Leave a Comment

When setting up passwordless logins I always seem to miss a step. The following link is a useful resource.

SSH with Keys HOWTO: SSH with Keys in a console window.

Continue Reading →

Find Last Month’s Date, or DateAdd with MS SQL

By Josh On August 19, 2009 · Leave a Comment

I need to find all the records that were last modified more than one month ago, and delete them. How do I create the date dynamically with MS SQL?

dateadd(month, -1, current_timestamp)

To see it in action run this:

select dateadd(month, -1, current_timestamp)

For more information, see the MS docs: http://msdn.microsoft.com/en-us/library/ms186819.aspx

Continue Reading →

Remove SVN From Directory Tree

By Josh On August 12, 2009 · Leave a Comment

This little script will remove all SVN dirs from a directory tree:

find . -name “.svn” -type d -exec rm -rf {} \;

Credit to http://snippets.dzone.com/posts/show/2486

Continue Reading →

Amazon S3 downtime

By Josh On August 11, 2009 · Leave a Comment

According to Pingdom, Amazon S3 uptime for 8/9/2009 was 32.84%! Downtime today is already at 12h 44m. That’s pretty disturbing. I ran a google news search and found nothing related to this outage: http://news.google.com/news?q=amazon%20s3%20downtime&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&um=1&ie=UTF-8&sa=N&hl=en&tab=wn

Here are some links that were forwarded from my colleague, Len.

Regarding a PayPal outage: http://www.businessinsider.com/outage-costs-paypal-users-at-least-7-million-2009-8

Regarding an Amazon [...]

Continue Reading →

SugarCrm Community vs SugarCrm Commercial

By Josh On August 7, 2009 · 2 Comments

SugarCrm is one of the most recent software apps to catch my attention. I’ve heard a lot about it in the past, but until recently have not played with it. Recently, we installed on our server garden and I’ve been very impressed. While it starts as a contact management system, it has some design features [...]

Continue Reading →

CFX_PayFlowPro Installation

By Josh On August 3, 2009 · 2 Comments

Introduction

PayPal is depracating their old PayFlowPro API’s and so we needed to upgrade to the new SDK. Despite PayPal’s efforts, this is not a simple task.

First I reviewed PayPal’s docs: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/gateway_update_custom_dev . The PayPal link walks you through determining if you need to upgrade, and then directing you to the correct SDK.

[...]

Continue Reading →
  • Categories

    • Bash
    • Business
    • Education
    • Education
    • Entertainment
    • Family
    • Friends
    • General
    • Hosting
    • Java
    • Play
    • Programming
    • Project Management
    • Publishing
    • Songs
    • SQL
    • To Read
    • Ultimate 52 Pickup
    • Uncategorized
    • Web Development
    • Work
  • Articles

    • November 2011
    • December 2010
    • November 2010
    • September 2010
    • July 2010
    • June 2010
    • February 2010
    • September 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009
    • April 2009
    • March 2009
    • February 2009
  • Calendar

    August 2009
    S M T W T F S
    « Jul   Sep »
     1
    2345678
    9101112131415
    16171819202122
    23242526272829
    3031  
  • Meta

    • Log in
    • Entries (RSS)
"I'll have to read this in-depth ember.js tutorial later: http://t.co/zOQwCsCL" — jmandala

Joshua Jacobs

Pages

  • About
  • Archives
  • Gallery
  • Links

The Latest

  • The Lean Startup
    I recently read The Lean Startup and really enjoyed it. If you […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
© 2010 Joshua Jacobs
Platform by PageLines