Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment An iptables recipie (Score 4, Insightful) 497

-A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -m recent --set --name SSH --rsource -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -m recent --update --seconds 60 --hitcount 8 --rttl --name SSH --rsource -j LOG --log-prefix "SSH_brute_force "
-A INPUT -p tcp -m tcp --dport 22 -m recent --update --seconds 60 --hitcount 8 --rttl --name SSH --rsource -j DROP

Stops 'em *somewhat* dead. If you want to whitelist hosts so they are not impacted by this rule, just add;

-A INPUT -s your.ip.address -p tcp -m tcp --dport 22 -m state --state NEW -j ACCEPT

Before the throttling ruleset.

Comment Oh come on... (Score 1) 272

"One of the researchers hopes that this could lead to artificially reducing the amount of sleep required in your average human."

Great, another non-problem close to being solved. Thanks science. All I need now is a 3rd arm so that I can work my Blackberry while typing on my laptop. Perhaps they can solve my pesky habit of taking "breaks from work".

How is it that all this technology and progress is enabling us to work even more? Wasn't all this crap supposed to make our lives easier and not harder? What will sleeping less accomplish exactly? Will it allow me to tweet more? Wonderful. Will it increase my happiness? I highly doubt it.

Comment Ditto - Re:Trackball (Score 1) 569

I'd mod this up if I could. It's the best peripheral I have ever used. It feels like a big old vintage trackball from Missile Command or Centipede, and it has a bunch of good options for the 4 buttons and the mousewheel. It's very precise and easy to control. Great for massive copying and pasting jobs.

Here's some related desk pr0n...

http://www.flickr.com/photos/simoncarr/3415723327/
http://www.flickr.com/photos/simoncarr/1691475117/

Science

Race For the "God Particle" Heats Up 397

SpuriousLogic writes "CERN is losing ground rapidly in the race to discover the elusive Higgs boson, its American rival claims. Fermilab say the odds of their Tevatron accelerator finding it first are now 50-50 at worst, and up to 96% at best. CERN's Lyn Evans admitted the accident which will halt the $7B Large Hadron Collider until September may cost them one of the biggest prizes in physics."
Games

Congressman Wants Health Warnings On Video Games 421

An anonymous reader writes "California Rep. Joe Baca has proposed a bill which would mandate placing health warning labels on any video game rated T (13+) or higher by the ESRB. The Video Game Health Labeling Act of 2009 would require a cigarette pack-like label that reads, 'WARNING: Excessive exposure to violent video games and other violent media has been linked to aggressive behavior.'"

Comment Re:Stay smarmy, slashdot (Score 1) 442

Just came here to say this and it's worth repeating. Total agreement with [not already in use].

The label "idiot" is something the tech/geek community seems to throw about liberally and it sort of makes me ashamed.

I find a lot of people brand someone an "idiot" because they don't share the same obsessive attention to detail that they do to one particular subject, but then turn around and wonder why that person is a success at another endeavor.

Just different strokes. Everyone can't be good at everything, and just because DudeFellaX is good at Perl, doesn't mean he knows sweet dick all about making money too like DudeFellaY might.

From another view.. you, dear article submitter, could be the idiot.

United States

Submission + - Helium crisis approaching (stltoday.com)

vrmlguy writes: "In ten years, the National Helium Reserve will be depleted, according to an article in the St. Louis Post Dispatch. An article in Science Daily echoes the concern, quoting Dr. Lee Sobotka, of Washington University in St. Louis: "Helium is non-renewable and irreplaceable. Its properties are unique and unlike hydrocarbon fuels (natural gas or oil), there are no biosynthetic ways to make an alternative to helium. All should make better efforts to recycle it." On Earth, Helium is found mixed with natural gas, but few producers capture it. The US created a stockpile in 1925 for use by military dirigibles, but stopped stockpiling it in 1995 as a cost-saving measure."
Math

A New Theory of Everything? 511

goatherder writes "The Telegraph is running a story about a new Unified Theory of Physics. Garrett Lisi has presented a paper called "An Exceptionally Simple Theory of Everything" which unifies the Standard Model with gravity — without using string theory. The trick was to use E8 geometry which you may remember from an earlier Slashdot article. Lisi's theory predicts 20 new particles which he hopes might turn up in the Large Hadron Collider."
Privacy

Hotel Connectivity Provider SuperClick Tracks You 175

saccade.com writes "During my last hotel stay, I thought it was a pretty strange that it took two browser re-directs before the hotel's Wi-Fi would show me the web page I browsed to. Picasa developer Michael Herf noticed the same the thing and dug a little deeper. He discovered: '...their page does some tracking of each new page you visit in your browser, outside what a normal proxy (which would have access to all your cookies and other information it shouldn't have, anyway) would do. This "adlog" hit appears to also track a "hotel ID" and some other data that identifies you more directly. Notably, I've observed these guys tracking HTTPS URLs, and of course you can't track those through a proxy.' Herf notes the Internet service provider, SuperClick, advertises that it 'allows hoteliers and conference center managers to leverage the investment they have made in their IP infrastructure to create advertising revenue, deliver targeted marketing and brand messages to guests and users on their network...'" Herf was on his honeymoon when he did this sleuthing. Now that's dedication.

Slashdot Top Deals

The reason computer chips are so small is computers don't eat much.

Working...