sabato 15 novembre 2008

Ride the tiger

Sometime I listen old song... This is one of best song never write!

Dio - Holy diver



Lyrics

Hmmmmhmmmm
Yeah Yeah

Holy Diver
You've been down too long in the midnight sea
Oh what's becoming of me

Ride the tiger
You can see his stripes but you know he's clean
Oh don't you see what I mean

Gotta get away
Holy Diver, yeah

got Shiny diamonds
Like the eyes of a cat in the black and blue
Something is coming for you, look out

Race for the morning
You can hide in the sun 'till you see the light
Oh we will pray it's all right

Gotta get away-get away

Between the velvet lies
There's the truth that's hard as steel
The vision never dies
Life's a never ending wheel, yeah

Holy Diver
You're the star of the masquerade
No need to look so afraid

Jump Jump
Jump on the tiger
You can feel his heart but you know he's mean
Some light can never be seen, yeah

Holy Diver
You've been down too long in the midnight sea
Oh what's becoming of me, No! Yeah

Ride the tiger
You can see his stripes but you know he's clean
Oh don't you see what I mean

Gotta get away, get away
Gotta get away, get away, yeah yeah
Holy Diver
Soul survivor
Your heart is clean
Yeah Holy Diver
Holy Diver
Holy Diver
Holy Diver
Your caught in the middle coming after you Holy Diver
Oh Holy Diver
Holy Diver
Get away, get away, get away, come on

lunedì 3 novembre 2008

How to compile OpenSSL 0.9.8i windows xp for dummies

What you need:

  • Active Perl available from http://www.activestate.com/ActivePerl

  • OpenSSL Source 0.9.8i

  • Visual C++ ( in my case Visual Studio 2008, VC90)

  • Microsoft Windows ( in my case Windows XP SP3)

Now Start

  1. Unpack openssl-0.9.8i.tar.gz in "c:\openssl-0.9.8i"

  2. Make a new directory for target build "c:\openssl-build"

Note: If we don't use the same level for the target director the build fail with error:

.\crypto\cversion.c(105) : error C2220: warning treated as error - no 'object' file generated

.\crypto\cversion.c(105) : warning C4129: 'o' : unrecognized character escape sequence

NMAKE : fatal error U1077: 'cl' : return code '0x2'

Stop.

I have browse various case and the bast case "for me" is use this configuration "c:\openssl-0.9.8i" and "c:\openssl-build"

  1. Open console

  2. Enable visual studio environment variable type:

C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat

Go in to source direcory

cd c:\openssl-0.9.8i

  1. Use perl to configure compilation file

perl Configure VC-WIN32 --prefix=c:/openssl-build

Note 1: it's very important type the directory in unix format (c:/openssl-build )and avoid the ms format (c:\openssl-build)

    Note 2: if you wont a software copatible with GPL licensise you don't want IDEA, RC5 and MDC2. Add to config command no-idea no-mdc2 no-rc5
    example :perl Configure no-idea no-mdc2 no-rc5 VC-WIN32 --prefix=c:/openssl-build

  1. Enable masm code type

    ms\do_masm

Compile the dll library type:

    nmake -f ms\ntdll.mak

    or static library

    nmake -f ms\nt.mak

Verify the correct status of lib

    make -f ms\ntdll.mak test or nmake -f ms\nt.mak test

  1. Finally install the lib in target directory (c:/openssl-build)

    make -f ms\ntdll.mak install or nmake -f ms\nt.mak install

Move in your project the target directory

  1. Delete c:/openssl-build and c:\openssl-0.9.8i

Good work








sabato 6 settembre 2008

Xdrive, Data Security check And AOL

Xdrive is a service to store file on a virtual hard disk online.
Today i want to test this service and i have start the registration.
The registration is very simple and require some basic data and a verification.
I have enter 5 times the verification word bat always he tall me that it's wrong!
Se you:

Image

Word Type

652FFWSS5

6M5P8V8V

3SQ59N7X



Now at the 5 time i say :"I'm a stupid man?"

No !

AOL have decided to close Xdrive. To avoid new registration he block the image validation! Now It's so difficult write 2 words lines to tall to the people that AOL don't want new client?

sabato 26 gennaio 2008