Lets share love

How ? copy url of this blog and share in your social network :) simple

12

Sunday, September 20, 2015

How to Add Nepali Unicode Tool to Your Website

This is very simple. 1. put this code in head of html file. <script src="nepali.js"></script>  Download nepali.js here. 2. Now put this code in body where you want to place box for unicode conversion. <form name="unicode"> <textarea onkeyup="conversion();" name="nepbox" rows="15" cols="60"></textarea> </form> And its done. If you need to download it whole. here is the link. Click Here to Downlo...

Thursday, September 17, 2015

How to use SSH keys with Putty in Digital Ocean

What is SSH keys SSH keys serve as a means of identifying yourself to an SSH server using public-key cryptography and challenge-response authentication. One immediate advantage this method has over traditional password authentication is that you can be authenticated by the server without ever having to send your password over the network. Anyone eavesdropping on your connection will not be able to intercept and crack your password because it is never actually transmitted. Additionally, using SSH keys for authentication virtually...

Friday, September 11, 2015

XAMPP, Apache - Error: Apache shutdown unexpectedly

Today morning i got this error after installing Skype in my windows. I do not use Skype so i had not installed it earlier. So after Skype installation i got this problem. This happens because Skype by default use same port that Apache uses. error shows like this: 16:50:25 [Apache] Status change detected: running 16:50:26 [Apache] Status change detected: stopped 16:50:26 [Apache] Error: Apache shutdown unexpectedly. 16:50:26 [Apache] This...