Friday, August 24, 2012

Dell Studio xps 16 ,No sound in Ubuntu

Dell Studio xps ,has a problem with sound in Ubuntu.
Actually machine detects the sound card properly
but cannot hear the sound.So you have to manually
edit the following file

Go to your Terminal and type:
$sudo gedit /etc/modprobe.d/alsa-base.conf

Then add following line at the end of the file
options snd-hda-intel model = dell-m6

Then reboot the system
When next Login you will hear the Ubuntu Login sound

Thank you
Jasintha

Tuesday, August 2, 2011

NTLM

NTLM is window authentication system. It's one of the most complex authentication system 

Wednesday, February 10, 2010

How to open maven project using IDE


we need to bind our project with our favourite IDE to develop it easily .This is quite easy work with maven.you have to build some maven plugin which relates to your IDE .Go to your source checkout path and try with following command.(pom.xml should be available in your path)

for Eclipse IDE
path$ mvn eclipse:eclipse

for Intelij IDEA
path$ mvn idea:idea

Netbeans IDE
you need to install netbean-mvn plugin this can be done using IDE plugin manager,so no need to type commands

Good Luck!

Monday, December 28, 2009

How to set your own domain name to your blogger

Most of the people create their blogs in e-blogger but they use common domain name which is provided by the e-blogger .This is quite ok, but it looses your identity .So here I am publishing how to set your domain to e-blogger

First of all you should have a domain name or you should ready to buy a domain name.if you still did not buy your domain name it will quite easy to set your domain to the your blogger.
you need a google account ,you can use your existing g-mail account. Then first login to blogger and create a blogger account using domain names which is provided by blogger.After that login to your account.Then you see the dashboard of the blogger
Then click setting link in the board.In the setting page go to publisher tab, it appears in second menu bar of the setting page.Then you will see every thing you wish .Good Luck you all ..!