Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:How on earth... (Score 3, Informative) 299

Q20: Are Social Security numbers reused after a person dies?

A: No. We do not reassign a Social Security number (SSN) after the number holder's death. Even though we have issued over 415 million SSNs so far, and we assign about 5 and one-half million new numbers a year, the current numbering system will provide us with enough new numbers for several generations into the future with no changes in the numbering system.

Comment Re:Minimum mass of a Petabyte (Score 1) 495

Here is a light hearted blog that may be of interest to you, from a coworker in my previous life:

http://blog.theplanet.com/2007/05/24/the-data-center-alive-and-well/

...

The article covered some math that had been performed to determine the true, actual weight of the data that makes up the Internet. Starting with the weight of a single electron (2 x 10^-30 pound), the author broke down the number of electrons required to charge a single capacitor (the charge equaling a âoe1â in binary) in a computerâ(TM)s memory (40,000), assuming a roughly 50 â" 50 split on 1â(TM)s and 0â(TM)s in a typical 50 kilobyte e-mail. The resulting sum can then be used to determine an electron count per message (8 billion), landing us at a weight for a single e-mail of two ten-thousandths of a quadrillionth of an ounce. Now extrapolate that math across the whole of all Internet traffic; all the e-mail, Web pages, music, videos, instant messages and everything else we all contribute to the Internet. Data-wise you arrive at a mind-blowing 40 Petabyte number. However, that 40 Petabytes only equates to a weight of 1.3 x 10^-8 pound. Thatâ(TM)s right ⦠in real-world terms, all that data equals the weight of the smallest possible grain of sand, one measuring only two-thousandths of an inch across.

Idle

Submission + - Doctor Who Fan Dies, Has Themed Funeral (dailymail.co.uk)

The Grim Reefer2 writes: Sebastian Neale, a 26 year old from South Wales and mega-fan of the Doctor Who series, passed away recently due to head injuries and was given a proper Dr. Who themed send off. The funeral music was swapped out in favor of the Dr. Who's theme song and mourners were greeted with the Doctor's words, "I'm a time lord ... I'm not a human being. I walk in eternity." Instead of Bible verses, the funeral consisted of quotes from classic Who scripts, including William Hartnell's famous speech from "The Dalek Invasion Of Earth": "One day, I will come back. Yes, I shall come back. Until then there must be no regrets, no tears, no anxieties. Just go forward in all your beliefs, and prove to me that I am not mistaken in mine."

Comment Re:This is almost an ipv6 mandate. (Score 1) 857

The unintended consequence of this is that every user on a system is going to get a fixed ipv6 ip and ipv4 traffic would be gradually phased out. Why bother with the administrative burden of issuing an IP address via dhcp and tracking it, when, you could have an ipv6 theoretically assigned to a customer for the life of a device.

You _ARE_ kidding, right?

Maybe you should check out some information about ipv6 before you make more of a fool of yourself.

There is quite a bit of confusion, and it appears that people like you are the ones that are spreading it. How about just a little ipv6 delivery model to end customers?

Comment Re:Shell history tricks (Score 1) 2362

How could you not include ^R and ^S

^Rstring # recall the last command with string in it

This can then be used again and again, ^R^R , to go back through each of those commands

This allows you to jump back 1, 2, 3, 4... or however many commands in history that include any specific string.

Pass up the command by hitting ^R too many times?
^S to the rescue! ^S then goes forward in your match history

Do not use ^S outside of ^R though, or it will freeze your terminals output(commands still run even though you do not get any output until the following is done) for which you will need to ^Q to unfreeze.

As for other history tricks that you did not get in to... All great!

echo !-2:2
^replacethis^withthis
!?string?
echo !!:$:h
echo !!:$:e
echo !!:$:r
echo repeat this twice !#:1*
fc
shopt -s histverify
export HISTIGNORE="&:[ ]*:fg:bg:jobs:kill:exit:logout"



here is a simple cheat-sheet for some of the stuff.

Software

Norwegian Standards Body Members Resign Over OOXML 208

tsa writes "Ars Technica reports that 13 of the 23 members from the technical committee of the Norwegian standards body, the organization that manages technical standards for the country, have resigned because of the way the OOXML standardization was handled. We've previously discussed Norway's protest and ISO's rejection of other appeals. From the article: 'The standardization process for Microsoft's office format has been plagued with controversy. Critics have challenged the validity of its ISO approval and allege that procedural irregularities and outright misconduct marred the voting process in national standards bodies around the world. Norway has faced particularly close scrutiny because the country reversed its vote against approval despite strong opposition to the format by a majority of the members who participated in the technical committee.'"
Security

Submission + - Storm botnet spams Youtube exploit (blogspot.com)

cottagetrees writes: Security researcher Roger Thompson at Exploit Prevention Labs posted about a big Storm botnet spam that tells the recipient their face is all over 'net on a YouTube video. The hyperlink to the video looks innocent enough, though the html under the link takes the user to an exploitive IP address that attempts a driveby download of the Q4Rollup exploit, a package of about a dozen encrypted exploits. If the user is unpatched against anything, they're hit. Here's the text of the spam I personally received this morning: "Subject: Who is that your with? lol Date: Sat, 25 Aug 2007 09:40:32 -0400 From: To: OMG, what are you doing man. This video of you is all over the net. here is the link I got http://www.youtube.com/watch?v=pAqQ2G671GV (in the html email, the actual hyperlink is to a different address, which I confirmed was exploitive by pasting it into LinkScanner Online at http://linkscanner.explabs.com/linkscanner/default .asp I test all my suspicious hyperlinks here.)
Security

US Blocks Entry For German Black Hat Presenter 348

bushwhacker2000 alerts us to the dilemma of Thomas Dullien, a prominent security researcher who has been a fixture at the annual Black Hat security conference. Dullien was denied entry into the US on his way to this year's conference. Dullien, a German reverse-engineering expert known in hacker circles as "Halvar Flake," said he was blocked from entering the US on the technicality that he had (years ago) signed a contract with Black Hat as an individual, not as his company. Customs agents said he would need an H1-B visa to perform the contracted two days of training at Black Hat, and put him on the next plane back to Germany.

Slashdot Top Deals

Never trust an operating system.

Working...