Archive

Archive for the ‘Technobabble’ Category

Open source in churches

October 31st, 2006

I stumbled upon a blog today from chuchblogger that referenced an effort called The Freely Project.  The Freely Project has an article questioning the viability of open source in the church infrastructure.  As a volunteer in the I/T department for my church, I find this an interesting proposition.  Few points come to mind:

  1. Cost – there is considerable upside in using Open Source software from a cost perspective.  Microsoft tends to be expensive.  Fortunately, churches can apply for a 501c3 account and purchase Microsoft software at a greatly reduced price.  I can’t speak to Apple as I have no experience purchasing or maintaining Mac environments.  Open Source certainly wins when everything is free, however.
  2. Support – this is a tricky item.  OS is great from a community support perspective.  Microsoft has a considerable amount of knowledge out on the Internet regarding support of the various products.  There is also a fairly substantial knowledge base already established based on the sheer volume of people that work with and understand Microsoft.  Where Open Source struggles on this is the volunteer aspect.  Churches typically will have volunteer I/T departments (until they reach a fairly substantial size).  My experience has been that most people who are volunteers in the church are not technical people and if they are, they are not *nix gurus.  They are typically software development or engineering folks that have considerable experience using the Microsoft suite of products.  I have to give Microsoft the edge on this one.
  3. Reliability - I am sure this point will be oft debated but I am going to speak from my own personal experience only.  Microsoft’s products are fairly reliable for the first few months on a new system.  It’s not until you have installed several pieces of software, tweaked this and that and un-installed some other systems that the operating system starts crawling or breaking.  Compatibility can be an issue, but not a wide spread issue.  Linux, on the other hand, seems to stay reliable for quite some time.  It is rock solid and simply doesn’t break.  Now, if you have a person who doesn’t really know what they are doing, it is easy to mess up a Linux install.  If I look at a typical church deployment (this is not to say that some uber-geeks wouldn’t do a rock solid deployment that couldn’t break), I would argue that the reliability of Microsoft is acceptable.
  4. Customer Experience - end user experience is key.  If the church staff, volunteers, etc. can’t use the system, it is all for naught.  My experience is that pastor’s know enough about computers to be dangerous.  Their office staff are somewhere close but with less reservations about messing around on the computer.  End result? Lots of problems on the computer because they “tried” something.  Unpredictable results in Microsoft will quickly become reload issues within Linux.  Until the majority of the market adopts Linux as their desktop of choice at home, I think Microsoft would have to have the edge here.

This list is not exhaustive, by any means.  I would recommend Linux, hands down, if the office staff was familiar and there were willing volunteers to help manage/support the environment.  Short of that (which would be my expectations), a Microsoft deployment leveraging a 501c3 account will best serve many churches — from a new plant to mid-size.

Jason Worthen Christianity, Personal, Quiet Time, Technobabble

Google goes boom

October 26th, 2006

Google - Down

Seems to me that Google may be experiencing some stability issues. Haven’t seen that in awhile. Maybe they forgot to pay the data center bill? :-)

Jason Worthen Technobabble

Bye-bye router!

December 2nd, 2005

I come home on Monday night and my wife tells me that none of the computers can connect to the Internet. I imagine having to reset the router, reboot or the typical type of troubleshooting. When I walk into the closet to look at the DSL router, no lights. “No problem,” I think, “I will just turn it off and back on and it will be good-to-go. Strike 1. “It must be the power cable!” Switch out the power cable. Strike 2. “Wow. I wonder if the Christmas lights somehow tripped the circuit. I will plug the power cord into a different outlet where I know things are working.” Strike 3.

I call up SBC DSL (it’s roughly 9pm CST at this time) to explain the situation and look at my options. They have two routers I can purchase: Netopia Cayman and something called 2Wire. I have no clue about either router and I can’t get on the Internet. Oh boy — what to do, what to do. I ask them for a price on the Netopia router and they tell me $109. “Hrmm… that’s not too bad of a cost but I wonder what I can pick it up for at Fry’s or the like?” I think to myself. Well, what the heck… “Order it.” $16 in next day shipping and $109 for a router later, I hang up the phone wondering if maybe it will show up the next day. Fat chance.

Thursday, the router shows up. 2 minutes to get the bad boy unpacked and plugged in, 2 minutes to get a hold of SBC DSL tech support. One password reset later, I am talking to the tech support rep about NAT routing and if it should be enabled. At this point, I realize that I am dealing with level 1 tech support and begin navigating my options and configuring the router myself. 5 minutes later, I am back on the Internet. Not too bad, actually!

Overall, I am happy with the quality of service I am getting from SBC DSL. I was impressed that they were available at 9pm both nights to help me and enabled me to get back online in two days. Thanks SBC!

Jason Worthen Technobabble

Reload of the server — greaaaat.

November 6th, 2005

Yep, I rebuilt the Linux machine tonight. I did pretty well until I got to the WordPress part and then I realized how poorly I had control on this stuff. Oh yeah, I didn’t have a backup of my new theme — oops. I didn’t remember all of the plug-ins I was running so that became another fiasco.

All that said… I am back up. I am limping in several areas but up and functioning. Hopefully I won’t make this mistake again… right?

Jason Worthen Technobabble

Permalinks finally resolved!

October 24th, 2005

Warning: Geek talk forthcoming…

After playing with Gallery 2, I was finally able to find the issue with permalinks and why they would never work for me with Wordpress. It comes down to a simple configuration option within httpd.conf. I did not have the AllowOverride option configured properly. I had “AllowOverride None” and I should have had “AllowOverride FileInfo Options”. Once I made this simple change — viola! Permalinks work without the /index.php/ in front of the bases.

Now I am off to the Wordpress support forums to try to inform others that may be struggling with this same issue….

Jason Worthen Technobabble