Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re: Progenitors? (Score 1) 686

Not just unlikely. Highly unlikely. The why has nothing to do with probability and everything to do with age. The universe was already 13 billion years old when life happened on Earth. All.of the elements necessary to create life had already existed for 9 or 10 billion years.
Ubuntu

Journal Journal: Slicehost Subversion Setup

Working through the slicehost article:

http://articles.slicehost.com/2007/9/5/introduction-to-svnserve

I ran into an error.

[~]
$ >iptables-restore [~]
$ >iptables-save > /etc/iptables.test.rules

which seemed to work. At least, it didn't barf.

Java

Journal Journal: My Slicehost

So I've finally gotten around to setting up my slicehost. Probably should have done this long ago, but there you go.

https://www.google.com/bookmarks/l#!threadID=GH1qPr-RecmU/BDREyZQoQ2LHt0bcm

Java

Journal Journal: Maven Logging Properties

Just a quick note about setting Maven logging preferences. Useful for maintaining separate logging.properties files. In this case a simple configuration for deployment with all logging set on WARNING and a local debugging configuration with more detail on a fine grain package by package basis.

-Djava.util.logging.config.file=${build.testOutputDirectory}/logging.properties

Slashdot Top Deals

"The one charm of marriage is that it makes a life of deception a neccessity." - Oscar Wilde

Working...