Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:we ditched vmware for xenserver 2 years back... (Score 4, Interesting) 86

The Zimbra Open Source Edition is probably a very good choice.
- 99% of all companies don't need features then the open source edition.
- it supports large mailboxes very well. ( some of our employees have 21gb mailboxes, it still runs smooth )
- You can buy a plugin for encryption if you really need it.
- Mail (IMAP), Calender (iCal) and adressbook (LDAP) sync is possible to almost any device.
- You can always get the commercial version if you need the extras.

I don't think you can remotely wipe your mail using an open source product but nowadays you might simply get any android of iphone device and use a wiping app. Maybe not as convenient but it works.

Spamassasin can work very well ( it certainly does for us ) using external blocklists and distributed mail analysis services ( dcc, razor2 ) in addition to it's core filters. We added greylisting as well. Everything runs as part of the Amavis product. We don't use Bayesian filtering though. While good on paper we found it to be to unpredictable in real life. ( people reporting valid mailing lists as spam instead of unsubscribing, etc ) Instead we added around 15 additional custom spam filter lines over the years but that's it. Now all our spam is gone. We filter mail for over 1500 domains and our customers have never been happier.

Comment Re:Quite actual - Not! (Score 1) 100

Well, at work i am using the debian 6 version on my desktop.
For a long time it was the only distribution you could find that would actually provide you with a stable and well working kde version.

I'll be upgrading when the debian 7 version comes out. whenever that will be.
And you know, that suits me just fine.

The only packages i upgraded are firefox, chrome, flash and libreoffice.
Other than that i had no need to run any linux distribution more current than debian 6.

Comment Re:What's the advantage? (Score 1) 106

From what i understood this is not what they do.
They check what key strokes have been entered in the past second and at what interval.
They then transmit all this information to the other side where this is being shown.
So while typing, one XML request / second is being send.

Still a lot of xml requests, but a nice compromise if you want natural typing in semi-realtime ( one second delay ).

Comment Re:Wonderful. (Score 1) 228

The Netherlands is the second country in the world to do so. ( Chili was the first ) I'd say that counts as "much earlier than anyone else".
It is however true that at the same other people are considering putting quite dangerous infrastructure in place ( mostly under child pornography banner )
Nevertheless, this is still a move in the right direction.

Comment Upgrade kernel + R1Soft (Score 3, Informative) 300

Just upgrade your kernel using a manual build of the 2.6 kernel.
Also install static versions of the modutils ( insmod, modprobe, etc )
Use an external ( a machine with decent software ) for this so your compile doesn't break.
I have done so in the past and it works fine. ( and plan an update for those machines, anything with 2.4 is way to old... )

After that you can just use R1Soft hot copy,
http://www.r1soft.com/tools/linux-hot-copy/

This program is free ( as in beer ) to download and works with every block device.
You can even write to a block device if you really need to.

Their commercial offerings are pretty good as good. ( and DO work with the 2.4 kernel )
We use it here at work.

I heard btrfs supports something like this as well.

Any way, good luck!

First Person Shooters (Games)

An Early Look At Next-Gen Shooter Bodycount 238

If you ask fans of first-person shooters what feature they'd like to see in a new game, their answers — now and for the past 15 years — probably involve destructible environments. Game developers have tried to satisfy this demand with scripted events, breakable objects, and more crates than you can shake a rocket launcher at. However, Bodycount, an upcoming game from Codemasters Guildford, is aiming to deliver what gamers have wanted for so long: the ability to blast apart whatever you please. Quoting the Guardian's games blog from their hands-on with the game: "... it's not just about effect, it's about access. In Bodycount, you can blow chunks out of thinner interior walls, allowing you to burst through and catch enemies by surprise. You can also brilliantly modify cover objects – if you're hiding behind a crate and want to take out enemies without popping up from behind it, shoot a hole in it. Bingo, you've got a comparatively safe firing vantage. The difference between this and say, Red Faction or Bad Company, is that the destruction isn't limited to pre-set building sections. It's everywhere. This should, of course, grind the processor to a halt, but the team has come up with a simple compromise to facilitate its vision. 'The trick is that we're not running full physics on everything,' explains lead coder, Jon Creighton. ... This is tied in with one of the best cover systems I've ever seen. While in a crouching position (gained by holding the left trigger down), you can use the left analogue stick to subtly look and aim around your cover object, ducking and peeking to gain that perfect view of the war zone. It's natural, it's comfortable and it's adaptive, and it will surely consign the whole 'locking on' mechanic to the graveyard of cover system history."
Games

StarCraft II Beta To Begin This Month 182

mrxak writes "It's official; Activision Blizzard's much-anticipated sequel to 12-year-old StarCraft is going to enter closed beta 'this month,' according to company President Mike Morhaime during an investor conference call. This comes in the wake of the SC2 beta forums showing up briefly on Battle.net. If you've got a Battle.net account, it's probably not too late to opt-in for upcoming Blizzard beta tests."
Image

Enterprise Security For the Executive 75

brothke writes "If Shakespeare were to write an information security tragedy, it would not be titled Hamlet, rather Bayuk. The story of Jennifer Bayuk is tragic in that she spent a decade as CISO at Bear, Stearns, building up its security group to be one of the best in the business; only to find it vaporized when the firm collapsed and was acquired by J.P. Morgan Clearing Corp. After all that toil and sweat, Bayuk was out of a job. (Full disclosure: Bayuk and I have given a presentation together in the past, and I did get a copy of this book for free.)" Read below for Ben's review.
Security

Alleged Ponzi Mastermind Hacked In Antigua 51

krebsonsecurity writes "Criminal hackers apparently involved in break-ins at several US financial institutions also appear to have dug up dirt on Robert Allen Stanford, a man slated to go on trial this month for his alleged part in an $8 billion Ponzi scheme. Quoting: 'In early 2008, while federal investigators were busy investigating disgraced financier Robert Allen Stanford for his part in an alleged $8 billion fraudulent investment scheme, Eastern European hackers were quietly hoovering up tens of thousands customer financial records from the Bank of Antigua, an institution formerly owned by the Stanford Group.'"

Comment Re:How does it deal with replication latency? (Score 1) 137

Thanks for the feedback!

I am really looking forward to it.

You know it's actually quite easy to have multiple block devices using drbd and make them available to your VM? You can specify as many drbd devices as you like in your config. I am currently using one for root and one for swap.

disk = [
  'drbd:drbd-server1-root,xvda1,w',
  'drbd:drbd-server1-swap,xvda2,w',
]

I am no expert at this but couldn't you use a third drbd block for storing the journal that keeps track of all the changes and use that for recovery?

I suppose it would cause some writes all over the disk, so that might get tricky to get optimized. But it does come with the advantage that it doesn't do any strange things to the data on the drbd device all the time :)

Either that, or i am completely misunderstanding you :)

Have fun and keep up the good work ;)

Slashdot Top Deals

"Experience has proved that some people indeed know everything." -- Russell Baker

Working...