Tuesday, July 24, 2012

HOW TO INSTALL NETBEANS ON UBUNTU


Here, I will show you the method to install NetBeans in Ubuntu. NetBeans is IDE[integrated development environment] for Java, PHP, Python, Javascript, Groovy and many others.

Now, I will show you the steps to install NetBeans on Ubuntu. And I also attach the image so you can easily understand. And at last the video is there in which the whole method is described.

Step-1: Open terminal and goto the NetBeans driectory and run the '.sh' file.

 

Step-2: Then it opens the install box automatically then accept the agreement and click next to some dialog box which can see in below snapshots.











Step-3: Confirm the installation by open NetBeans 'Application -> Programming -> NetBeans IDE' and enjoy NetBeans IDE.


















Tuesday, July 17, 2012

J2EE ebook The complete reference

Sunday, July 8, 2012

Tips & tricks to keep your PC safe


No two ways about it: If you're connected to the internet, your PC is at risk. You might not even know it, but hackers probably have access to the data on your computer if you've been lax with its security. And that's just for starters. They could be reading your emails when you do, viewing your bank passwords when you type them out, and even mount hack attacks on internet servers through your machine — while you remain blissfully clueless.

Thankfully, you don't have to spend "protection money" to ensure that your computer is safe. Free software will do a fine job of keeping your machine safe from the evils of Cyberia.

Get an antivirus
When it comes to antivirus programs, the impression is that paid versions are always better. Not true. Paid anti-viruses have more features —- like sandboxing (to isolate the web browser) or anti-spam (to filter emails) -— but the detection engine for virus scanning and real-time protection is more or less similar across guardian software.

Avira antivirus, avsat
Avira is said to have one of the best virus detection engines among all anti-virus programs, and that alone makes it worthy. It is also quite easy to use and does not slow down the system as much as other similar offerings. However, be careful while installing it. Go in for a custom install, and uncheck the box that installs the optional toolbar for browsers.

Microsoft Security Essentials (MSE)
Over the last couple of years, MSE has bloomed into a solid antivirus with an excellent detection rate. The virus scan is a little slow, but the fact that it is produced by the same company that makes Windows means it is very well integrated into the system. If you are looking for an antivirus that is easy to use and does its job without pestering you, give MSE a try. The only thing it requires from a user is a valid license for Windows.

And a firewall Software firewall will not stop a skilled hacker, but it still plays an important role in securing your PC. A firewall gives you the power to decide which programs or services on your computer can access the internet, and in what way. To that effect, the free version of ZoneAlarm gets our nod as the firewall of choice.

The rules in ZoneAlarm are easy to set and the applications accessing the Internet can be monitored and controlled with just a few clicks. Power users who are looking for advanced tools could try Komodo or Outpost. But for mainstream users, ZoneAlarm gets the job done easily and efficiently.

Now, vaccinate your pen drives Pen drives, often used on different computers, are the primary source of virus infections on home PCs. But of course, you can't stop using a pen drive for that reason. The solution is a digital vaccine.

Panda offers a USB vaccine that disables Autorun — a feature of Windows that is exploited by cyber scammers — and stops viruses. The tool is simple to use: Download it, plug in a pen drive and then select USB Drive Vaccination. This will make the pen drive immune to viruses unless you format it again. At the same time, clicking on 'Vaccinate the computer' will disable Autorun on the machine and make it more resistant to viruses that use USB drives to spread.

Safe practices for PC safety
Don't be click-happy. Download files or click on links shared only by people or websites you know and trust. Most importantly, use common sense while browsing the web. Run an anti-virus scan every day, and before opening archived (winZip or WinRAR) files. Update your antivirus or Windows without delay.

Finally, take care of pesky spies
Even the best antivirus programmes are sometimes unable to detect spyware — tiny programs that get installed on your PC without your permission to collect information about you, and serve you annoying pop-up ads.

To protect yourself from such 'spies' , you might want to consider Malwarebytes Anti-Malware . The free version of this utility lacks real-time protection, but with an antivirus active on your machine, it is not something that should bother you too much. Just scan your computer with Malwarebytes every month or so and you'll be fine.

Wednesday, July 4, 2012

How To Add facebook pop In Website?


                      hi friends. here is the tutorial for facebook pop (likes) for your bolg, wordpress blog, webstes

1.) Just Go To Your HTML File.
2.) Now Copy The Below Code And Paste It Between <body> </body>.
3.) Save It, Now You Are Done.
HTML or code:



<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js'></script>
<script src="https://gj37765.googlecode.com/svn/trunk/html/[www.gj37765.blogspot.com]jquery.colorbox-min.js"></script>
<link rel="stylesheet" href="https://gj37765.googlecode.com/svn/trunk/html/%5Bwww.gj37765.blogspot.com%5Dfbpopup.css" type="text/css" />
<script type="text/javascript">
jQuery(document).ready(function(){
if (document.cookie.indexOf('visited=flase') == -1) {
var fifteenDays = 1000*60*60*24*30;
var expires = new Date((new Date()).valueOf() + fifteenDays);
document.cookie = "visited=true;expires=" + expires.toUTCString();
$.colorbox({width:"400px", inline:true, href:"#mdfb"});
}
});
</script>
<div style='display:none'>
<div id='mdfb' style='padding:10px; background:#fff;'>
<h3 class="mdbox-title">Receive all updates via Facebook. Just Click the Like Button Below<center><p style="line-height:3px;" >▼</p></center></h3>
<center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fmybloglieber&amp;width=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23ffffff&amp;stream=false&amp;header=false&amp;height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true"></iframe>
</center><p style=" float:right; margin-right:35px; font-size:9px;" >Powered By <a style=" font-size:9px; color:#3B78CD; text-decoration:none;" href="http://softsekar.blogspot.com/">SSblogs</a></p>
</div></div>



Customization:
1.) Change Yellow Text According To Your Desire.
2.) Change Green Text With Your Facebook FanPage URL.
3.) Save And Done.



 
Animated Social Gadget - Blogger And Wordpress Tips