Thursday, December 18, 2014

Earthquake jolted Nepal

Another small Earthquake shake felt in Nepal.

Dec 18, 2014
Earthquake shake at: 9:18 pm, Thursday Night.
Scale : 5.0 Magnitude
Epicenter: Namche Bazar, Nepal  / Near by 26 Km SSE of Zuobude, China 
This event has been reviewed by a seismologist.

Wednesday, December 17, 2014

Ukali Orali haruma - Tara Devi | Lyrics and Chord


Singer: Tara Devi

F#m..............
Ukali Orali haruma
F#m.........................
Vangaynj Ani Chautariharuma

Timi Aaunu - Aastha Band | Lyrics and Chord

Band:   Aastha
Album: Aatmaa


E..............C#m..........
timi aaunu malai bhetna tehi

Tuesday, December 16, 2014

Nepal Passport Department - Get MRPs by May 15

Any Nepali found to be staying with a manual passport abroad may be deemed as illegal, warned by Department of Passport. They urged, by the May next year, people needs to replace their handwritten passports by machine readable ones.


Friday, December 5, 2014

Wamp and laravel installation, virtual host works but localhost not working

Problem:

I've been installing laravel framework on XAMPP/WAMP and made necessary changes on virtual host apache configurations so that I could pass local URL as http://laravel.dev, instead of http://localhost/laravel/public. It worked fine for this case. Then I typed on the browser http://laravel.dev/ the applications works correctly but when I try to work with other projects on localhost the browser show me the next message:


Not Found : The requested URL / was not found on this server.

Solution:

Tuesday, December 2, 2014

Setting up Git and TortoiseGit with Bitbucket in Windows

This article is targeted to those who has already been familiar with Git, TortoiseGit and Bitbucket. And therefore the details of these artifacts are not mentioned here. However, if you are not familiar with these then please go through the below links for the details on these, which is itself recommended for this article.

URLs:

Git :- http://git-scm.com
TortoiseGit :- https://code.google.com/p/tortoisegit
Bitbucket :- https://bitbucket.org

Actually, I was able to install Git and TortoiseGit on my Windows and also had created a single user account on Bitbucket. But I could not find the way to integrate the TortoiseGit (Windows Shell Interface) with my Bitbucket account. In my opinion, it is inappropriate to use Git Bash (CLI, Command Line Interface) to push, pull, commit the files on BitBucket. Therefore I was searching for the UI mechanism for this where I found an interface, TortoiseGit.

Here are the steps what I found to work with: