Forgot your password?
typodupeerror

Comment Searching email archives (Score 1) 282

I have had the same issue, email archives that are complete from the mid-90s and sporadic emails from the 1980s. What I've been doing is archiving most of the messages in text files in mbox format , one file per month, and I gzip them after a certain period of time to conserve space.

Unfortunately 'grep' and similar utilities have been insufficient to do decent searches on them. What I ended up doing is building my own search utility in python. It allows me to specify multiple search terms, regular expressions or strings, search blocks of files (e.g. in this case finding blocks that are delimited by a starting '^From ' line), as well as automatically descending into directories, tar files, gzipped files, etc. With this I can easily run a search across any set of files that I desire (even if I've tarred and compressed them) and get out resulting output that I can read with a mail reader program such as Mutt. I've found it to be extremely useful for this, as well as almost all other search tasks that I do.

If you are interested in using it, I've made it available on github. It's at https://github.com/bruceisrael/search

Comment just lock-down networking (Score 1) 387

Don't worry about browsers or any specific applications; just use iptables to not allow networking except to a small set of IP addresses that are whitelisted (the site to submit results, for example, and anything else you want to allow). Make sure that no sites that allow pass-throughs are on that list (e.g. no SSH servers).

This still doesn't prevent having a parallel machine with network access (a laptop, tablet, or smartphone), but kiosk mode wouldn't prevent that anyway.

Comment Re:Anything like this in Sci-Fi? (Score 1) 332

FYI; In Thrice Upon A Time, http://www.amazon.com/Thrice-Upon-Time-James-Hogan/dp/0671319485, a scientist discovers the ability to sent particles back through time, affording the ability to send messages. At the same time, a giant fusion reactor starts to create mini-blackholes, and he needs to use this ability to send information back to correct things before disaster strikes. Published in 1980, it appears to predict and foreshadow much of the LHC issues, fears and discussions.
See http://en.wikipedia.org/wiki/Thrice_Upon_a_Time for more info.

GNU is Not Unix

CloudLeft Public License Closes User Data Loophole 70

FreedomFighter writes "In a Cloud Standards breakthrough, the FSF is teaming up with major cloud computing vendors to form the Free and Open Cloud Alliance (FOCA), a trade marketing association supporting Free(TM) and Open Cloud Computing (FOCC). The new CloudLeft Public License (CPL) is based on the ideas that data wants to be Free(TM) and all your Cloud(TM) are belong to us. It closes the 'user data loophole' by requiring the release of not only the source code for a CloudLeft platform but also the data passing through it. This renders most security issues void while appropriately setting the users' expectation of privacy. 'In the past, I've said that "cloud" is complete gibberish, but while discussing fashion during my weekly squash game with Stallman he convinced me that this was a great opportunity.' said Larry Ellison, CEO of Oracle. RMS, who previously said that 'cloud' is worse than stupidity was also pleased about the return of the advertising clause, requiring the use of the 'GNU/Cloud' name, as he is 'tired of haranguing the GNU/Linux community about this.' Full details will be available next Monday, including the first marketing and outreach program — 'FOCC: IT in 2009.'"

Slashdot Top Deals

The computer is to the information industry roughly what the central power station is to the electrical industry. -- Peter Drucker

Working...