Underfunded NSA Suffers Brownouts

This is really funny, NSA employee’s have problems trusting each other. Underfunded NSA Suffers Brownouts – An anonymous reader writes “Almost ten years after the an internal report, and a year after a Baltimore sun story warned that the electrical system at the fort Meade NSA HQ couldn’t keep up with the growing electricity demand … the problem has got worse. The ‘NSA has had to resort to partial, rolling brownouts at its computer farms and scheduled power outages and some offices are experiencing significant power disruptions’. NSA director Alexander testified to congress about this problem. It is suggested he wanted to add more than $800 million to the 07 budget. A recent public powerpoint presentation suggested 70% of of all intelligence spending goes to contractors. It also included a graph, without numbers, of this spending. It suggests that US intelligence spending is around $60 billion. An internal survey that showed NSA employees have problems trusting each other.” Read more of this story at Slashdot. [Slasdot]

This is really funny, NSA employee’s have problems trusting each other.

Underfunded NSA Suffers BrownoutsAn anonymous reader writes “Almost ten years after the an internal report, and a year after a Baltimore sun story warned that the electrical system at the fort Meade NSA HQ couldn’t keep up with the growing electricity demand … the problem has got worse. The ‘NSA has had to resort to partial, rolling brownouts at its computer farms and scheduled power outages and some offices are experiencing significant power disruptions’. NSA director Alexander testified to congress about this problem. It is suggested he wanted to add more than $800 million to the 07 budget. A recent public powerpoint presentation suggested 70% of of all intelligence spending goes to contractors. It also included a graph, without numbers, of this spending. It suggests that US intelligence spending is around $60 billion. An internal survey that showed NSA employees have problems trusting each other.”

Read more of this story at Slashdot.

[Slasdot]


Did you like this article?


0 Shares:
You May Also Like

Intel’s Dual-Processor Enthusiast Platform Q1 2008

Would you pay for a Dual Quad Core gaming system, that also has support for 4 way SLI multi-GPU configuration? Well, if you would, then its almost near with the new platform from Intel called Skulltrail. Specifically for gaming, its also possible that this rig could used for other applications. I'm sure Intel will be releasing a server/enterprise version shortly after.
Read More

Installing Drupal Part I

The Drupal setup portion was pretty easy, I just had to create a database and provide the database login credentials to the Drupal install page. This page is the default page of where you put the install. After this, I was able to post and do all sorts of things. I did hit a hitch though, when I started playing around with the Drupal "Administer/Site configuration Clean URLs/Clean URL's". At first it wasn't enabled, and of course for Search Engine Optimization I wanted them to work. I knew this could only be done by a .htaccess file, but where was it? Well, after further searching on Google I find this little article: http://drupal.org/node/15365 Where it tells you what needs to be in the missing .htaccess file, however the information they provided was: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] Which then gave me an Internal 500 server error, and I kinda new what was going on. But I was being kinda lazy about it. I checked the apache2 log: [Thu Jun 14 13:17:58 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: <Directory not allowed here, referer: http://geektank.net/?q=admin/settings/clean-urls You will need to remove the "<Directory" portions to make it work as .htaccess files can't have this information, otherwise they will get this error. Duh, I mean it even said on the the Drupal page about the information they provided: If you don't use the .htaccess that comes with Drupal you'll need to add some rewrite rules into your apache directory directive. Consult the .htaccess file in Drupal for examples of rules. I was still getting a 500 Internal Server Error, and I saw this in the apache2 error log: [Thu Jun 14 13:18:22 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://geektank.net/?q=admin/settings/clean-urls LOL, I didn't enable mod_rewrite in apache2. Mind you this is a new install of Debian Etch, so I just did a2enmod rewrite and viola, nice clean links! Now I just need to get the formatting down for Drupal. I'm use to MediaWiki, which powns.
Read More

How To: Stream Music From The iPhone In Ubuntu w/ Rhythmbox

I know that you can get your ipod working within Linux using gtkipod, and if you actually mount the file system on the ipod you can then write to it use gtkipod. I don't know why jailbreaking and mounting the iphone is required. Good read though.
How To: Stream Music From The iPhone In Ubuntu w/ Rhythmbox - >>>>>>>> This is the Best Damn Guide EVER written to stream media from your iPhone to your Ubuntu PC using Rythmbox.
Read More