openssl keys

create the private key openssl genrsa -des3 -out domain.com.key 2048 create the csr cert openssl req -new -key domain.com.key -o...

installing evolus-pencil on ubuntu x 86 arch .

download the evolus-pencil from http://code.google.com/p/evoluspencil/downloads/list and install on ubuntu x86 arch dpkg -i --force...

date range function in perl

This is a date range function that give you a array of all the dates you specify in datestart and dateend sub daterange { my $dat...

To show custom background image for UIToolbar in both i0S 4.0 and iOS 5.0.

UIImage *toolBarImage = [UIImage imageNamed: @"toolBar_brown.png"];    if ([toolBar respondsToSelector:@selector(setBackgroundImag...