Sunday, 28 October 2012

Always remember in perl

Use eq to compare string and == to compare numeric

Tuesday, 16 October 2012

Need for Speed Most Wanted Lan Multiplayer problem

NFS MW is the best game ever made by EA that still millions are playing even after 7 years of its release. The best thing it had was the gameplay and the story. We often used to play LAN Multiplayer in it. But after installing Windows 7, most of the times it stopped working after connecting to the host player or while connecting to host player. The Need for speed is causing these problems because Windows is not providing him with enough privileges to connect to the port. So run it in as Administrator in Windows 7. Everything will work fine. :)

Tuesday, 24 July 2012

Download Youtube Videos from terminal

It is very simple to download videos from Linux terminal.
Just download the following package using this command in Ubuntu

$ sudo apt-get install youtube-dl

After the installation is complete, use the following command to download videos from youtube

youtube-dl www.youtube.com/watch?v=(random)

Videos by default are downloaded in home folder. Look in your home folder for downloaded videos