Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:It's not the first (Score 1) 316

It's not even the first commercial one. There has been several in commercial operation for over a year in Spain. There have been another 5 opened this year and there are another 25+ in construction. All are generally 50MW capacity too, 10 times the capacity of this one in Italy. Lack of research by the people who regurgitated the press release .... sorry, I mean "wrote the article".

PlayStation (Games)

US Air Force Buying Another 2,200 PS3s 144

bleedingpegasus sends word that the US Air Force will be grabbing up 2,200 new PlayStation 3 consoles for research into supercomputing. They already have a cluster made from 336 of the old-style (non-Slim) consoles, which they've used for a variety of purposes, including "processing multiple radar images into higher resolution composite images (known as synthetic aperture radar image formation), high-def video processing, and 'neuromorphic computing.'" According to the Justification Review Document (DOC), "Once the hardware configuration is implemented, software code will be developed in-house for cluster implementation utilizing a Linux-based operating software."

Comment Re:I own a Nokia E61 (Score 2, Informative) 235

Not 100% sure if/how self-signed certs might differ from this, but we made our own certification authority for internal use using these instructions then it's possible convert the root certificate from X509 to DER format like this:

openssl x509 -in ROOTCERT.pem -outtype DER -out ROOTCERT.der

... and now it can be opened and installed on your Symbian phone.

It's necessary to specify the trust level of the certificate after install to say for purposes you want to trust the certificate (to authenticate secure web sites, email, application installs, etc.) The method of doing this will vary by phone but IIRC my S60v3 phone prompted me at the moment of install, whereas my 9300 Communicator required setting manually in the security settings in Control Panel.

If you want to serve DER files from a web server, they should be delivered with mime type application/x-x509-ca-cert.

Slashdot Top Deals

Type louder, please.

Working...