Author Archives: deepak
How TO Install GoDaddy Wild Card SSL Certificate
This article presumes that you have already downloaded the wild card certificate after generating the private key and csr request. GoDaddy gives you two files: gd_bundle.crt yourdomain.com.crt Step 1. change httpd.conf file to create a virtualhost for https at port … Continue reading
scp command in linux to transfer files from one server to another
To transfer your files from one server to another use following command set. login to the server to which you have to copy the files(i.e. destination server) scp user1@server1:/full/path/to/source/file . Press enter it ll ask for the source server password.Provide … Continue reading
How to implement self signed SSL certificate in websites
Normal web traffic is sent unencrypted over the Internet. That is, anyone with access to the right tools can snoop all of that traffic. Obviously, this can lead to problems.The Secure Socket Layer(SSL) is used to encrypt the data stream … Continue reading
Hi
Friends I have been away from everything (work, sns, fun etc.) since last three months due to health reasons. I was just lying on my bed and did nothing as I was not able to move. After 3 months I … Continue reading
I hate you Array()
Dear Array(), You are most frequently used data structure in any programming language and so use full for every developer. But somehow I have developed a strong dislike for you. When ever I see you I feel like banging my head … Continue reading
Mysqldump on linux
Hi I am storing few linux commands for my own reference. 1) create tar file tar -cvf destination_folder_name source v indicates verbose. 2) mysql dump / mysql back up The most simple way is to issue this command: mysqldump -u … Continue reading
What do I do to be happy most?
Well it has become a treasure hunt for me, when I am depressed I like doing following … Look for inspiration I listen to steve jobs, randy pausch, JK Rowling etc … read books, read blogs Get shower start browsing … Continue reading
How to access symfony2 console?
Hi All
The most awesome feature symfony framework provides is CLI interface. Symfony2 is also packed with same cool CLI.
Just put symfony2 sandbox to your root directory (i tried with ubuntu setup). Point to your sf2 project dir and type “php symfony app/console” and hit enter.
It should show you all the commands available for Continue reading
Few PHP 5.3 Presentations & RegX Cheat Sheet I Liked
I happen to find these while reading/surfing, so thought of putting it here …. I would be adding more to this post ….
[pdf http://www.decentmind.com/wp-content/uploads/2011/01/php5.3.pdf ]
regular-expressions-cheat-sheet-v2.pdf
Courtesy: [http://ebookchoice.net/php-5-3-awesome.html#]
-deepak Continue reading


