On Friday, December 3, 2010, the unmanned X-37B space plane glided back to Earth and landed in California after 220 days in orbit about our planet.
The U.S. Air Force’s X-37B space plane is secretly flying around the Earth. But, you can see it fly over your local sky by knowing when and where to look. Find out here!
The U.S. Air Force’s secretive X-37B OTV-1 prototype space plane is scheduled to have its maiden flight on Thursday, April 22, 2010. It will be launched from the Cape Canaveral Air Force Station in Florida for a test flight into space.
A lot of space stuff is flying over your local sky at the end of May 2011 and the beginning of June 2011, like NASA’s Nanosail-D, the first solar sail to orbit Earth, and the space shuttle Endeavour, as it is docked to the International Space Station.
Hi all.
i've created an encrypted volume with the following commands:
Quote:
dd if=/dev/urandom of=./secret bs=1M count=10
sudo losetup /dev/loop0 /home/skoinga/secret
sudo cryptsetup -c aes -y create secret /dev/loop0
sudo mke2fs -j /dev/mapper/secret
I can successfully mount and write on that volume.
When I dismount this volume and try to remont, I got this
On July 8, 2010, the first Space Based Space Surveillance satellite is set for launch for its mission to detect and track space objects, including space junk, in orbit about the Earth. The ability to track such objects will increase from thousands to millions.
I run Ubuntu 12.04 on a headless server.
I've set up an Ubuntu One account.
I have installed ubuntuone-sso-login.py and generated a key with it.
I have run:
u1sync --init --oauth=[here I've put the key with cut and past from the step before] [directory name]
And I always get this error message :
u1sync: error: --oauth requires a key and secret together in the form KEY:SECRET
What have I
I saw this problem in an online hacking competition.
My client gave me a key and a secret to manage his EC2 things, but to make one of my AMI's available to run I have to fill in the Account Number. Is it possible to deduce the account number from the key and the secret?
Obviously I also asked the client for this information, but since it's weekend and I'm not fond of waiting I wanted to see if I could figure it out myself.