Author Archives: deepak

About deepak

Name:Deepak Kumar Country:India Education:B.Tech(Mechanical Engg.), MBA(Information Technology) Expertise:ISO, CMMI, ITIL, SQA, SQC, Web Development, Business & System Analysis, Business Process Analysis & Design, E-Business(B2B,B2C), Information Management & Strategy. Technologies:PHP, CSS, JAVA,AJAX, MySQL, Oracle etc. Interested In:Quality Assurance, Freelance Web Development, System Analysis & Friends

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

Posted in Linux, developer | Tagged , , , , , | View Comments

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

Posted in Linux, developer | Tagged , , | View Comments

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

Posted in General, Linux, Technology, security | Tagged , , | View Comments

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

Posted in General | View Comments

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

Posted in General | View Comments

Congratulations to Indian Cricket Team

April 02, 2011 India wins the cricket world cup. What a day it was, I was watching cricket on TV with my friends. I enjoyed the moment a lot, its an unforgettable feeling. India over comes all the odds & criticism … Continue reading

Posted in General, Gyan By Me, Sports | Tagged , , | View Comments

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

Posted in Linux, Technology, developer | Tagged , , , | View Comments

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

Posted in General | View Comments

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

Posted in symfony2 | Tagged , | View Comments

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

Posted in Technology, cheatsheet, php | Tagged , , , | View Comments