Which Anti Virus

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Saturday, 21 September 2013

Simple Demo Of RMI Registry Program

Posted on 20:18 by Unknown

Demointerface.java
/**
 *
 * @author Nish
 */

public interface DemoInterface extends java.rmi.Remote{
    
              public String sayDemo() throws java.rmi.RemoteException;

}

Demosever.java
import java.rmi.RemoteException;

import java.rmi.registry.LocateRegistry;

import java.rmi.server.UnicastRemoteObject;


/**
 *
 * @author Nish
 */

public class DemoServer implements DemoInterface{
    
String message;
    
public DemoServer(){
        
super();
    
}
    
public DemoServer(String msg){
        
message = msg;
   
 }    
    
@Override
    
public String sayDemo() throws RemoteException {

       return message;
    
}
    
public static void main(String []args){
  
      try {
            
DemoInterface  h = new DemoServer("Hello");
            
DemoInterface stub = (DemoInterface)UnicastRemoteObject.exportObject(h, 0);
            

java.rmi.registry.Registry reg = LocateRegistry.getRegistry();
  
          reg.rebind("Hello", stub);
            
System.out.println("Server is ready for Operation");
        
} 
catch (Exception ex) {}
        
    
}

}

Democlient.java

import java.rmi.registry.LocateRegistry;

import java.rmi.registry.Registry;

/**
 *
 * @author Nish
 */

public class DemoClient {
    
public static void main(String []args){
      
  try{
           
 Registry reg = LocateRegistry.getRegistry("localhost");

           DemoInterface h = (DemoInterface)reg.lookup("Hello");
            

System.out.println(h.sayDemo());
        
}
catch(Exception e){}
  
  }

}




Read More
Posted in java | No comments

Steps To Run RMI Program in JAVA

Posted on 20:06 by Unknown
Using the Following steps you can able to run your RMI program in JAVA 

1) First Comiple all java class
javac *.java
2) Then after start rmi registry
start rmiregistry
3) Then after generate stub and skelton using rmic,
rmic (implemented class)
4) Then after run server
java Server
5) Then after open new command prompt in same directory and run client
java Client
Read More
Posted in java | No comments

Sunday, 15 September 2013

To Convert a FAT Partition to NTFS

Posted on 07:47 by Unknown


Perform the following steps--

1) Open 'Command Prompt'.

2) At the command prompt, type the following-
CONVERT [driveletter]: /FS:NTFS.
'Convert.exe' will attempt to convert the partition to NTFS.

NOTE :- Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimum, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command.
Read More
Posted in general | No comments

Friday, 6 September 2013

Steps To Delete Viruses From your PenDrive

Posted on 18:45 by Unknown
If your Pen Drive is infected with any of the following viruses:
* Autorun.inf
* new folder.exe
* Iexplorer.vbs
* Bha.vbs
* nfo.exe
* New_Folder.exe
* ravmon.exe
* RVHost.exe or any other files with extension. 



Actually this viruses are hidden and can't be seen even after you enable show hidden folders.
Following simple dos command will change the attributes of these files ,there after you can remove it by pressing delete key.
Follow these steps:

Step1.:Type cmd in Run


Step2.: Switch to the drive on which pen drive is connected (like C:\> h: enter)

Step3.: type exactly as attrib -s -h *.* /s /d and hit enter (don't forget spaces).

Now you can see hidden virus files and you can delete them.
Read More
Posted in general | No comments

Get to Unblocked Websites Using Google! - Google as proxy!

Posted on 18:41 by Unknown
Many are kids that go to school this will be helpful to them. I have seen tons of tutorials on using a cracker and using a proxy etc. But you need to realize that some schools block that too.

Ok, let's start from the beginning. We all know that Google is more than a search engine; we do use it as provider for email, mapping, news and many other services. Google is now also a free proxy service. Proxy is a device that stands between a PC and the internet, providing all the connections to the world wide web. What a proxy does is to receive all data from a requested site, so when you access web pages all data come from proxy.



The purpose of this is simple. To access blocked site.

Here is how to use it.

1) Open up your browser.
2) Go to - http://www.google.com/translate?langpair...inname.com OR you can also go to http://www.systranet.com/web

In the domain name type the site you are trying to access and press enter. Thats it!

Its that simple. That will translate the page from ES = Spanish to EN = English. It will act as a proxy and you can surf without any hesitation!
Read More
Posted in general, Hacking | No comments

Steps To Find Manufacturing Date Of Your Computer

Posted on 18:30 by Unknown
WANT TO KNOW THE MANUFACTURING DATE OF YOUR COMPUTER??

Follow the Steps:
1) Open run and type debug & hit OK
2) In command prompt type DF000:FFF5 hit enter...!
Read More
Posted in general | No comments

Sunday, 1 September 2013

Password Vulnerability in All Browser

Posted on 19:20 by Unknown
How to Get Password Of Any Site using's Browser's  Vulnerability

Step 1 - Open any browser and open any website like facebook.com


Step 2 - Give your credentials (Username and Password)

Step 3 - Now right click on password pane where you input your password than choose last option > Inspect Element.

Step 4 - Now you got the Element console and automatically one line is selected, where you can see
<input type="password" class="inputtext" and so on.

Step 5 - You just simply click on "password" and rename or replace it with word "text" (without quotes) and press Enter key.

Step 6 - Now you got the password.
Read More
Posted in general, Hacking | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Different Types Of Computer Ports
  • Features Of Android KitKat
    1) The new Phone (Dialer) app is now linked online with Google Maps. This means if your type Big Bazaar in Phone app (Not Search) and if tha...
  • C Program Library files(Header Files)
    1. <stdio.h>: input and output  function in program. 2. <conio.h>: to clear screen and  pause information function. 3. <ctype...
  • Free Download E-DRAW MAX
    link 1 : http://hotfile.com/dl/ 254163134/8de2252/EDM.rar.html
  • Different Operating System and Their RAM Support
    Windows 8 64 bit Enterprise  Professional : 512 GB Windows 8 64 bit :128 GB Windows 8 32 bit : 4 GB Windows 7 64 bit Ultimate, Enterprise ...
  • How To Protect Your Computer From Keyloggers
    A keylogger is a small program that stores each keystroke a user types on a specific computer's keyboard. It is capable to send log file...
  • GTU Paper Solution and Material as Per GTU syllabus
    Go to this website and download the Study material of GTU Syllabus. http://gtu-paper.blogspot.com/
  • How to read the barcodes???
    Trick to read the barcodes The first 3 digits of the barcode is the country code wherein the product was made. CODE COUNTRY 00-13 USA & ...
  • How to Hackers Erase Tracks After Hacking
    Whenever someone comes in contact with another person, place, or thing, something of that person is left behind. This means that the attacke...
  • Shutdown Your Friend’s PC While Chatting
    Shutdown Your Friend’s PC While Chatting   Hey, Here this the trick for shutdown your friend’s PC while you are chat with friend.Here is som...

Categories

  • Android
  • Android Apps
  • apps
  • BlackBerry
  • Cprog
  • dfd
  • erd
  • Facebook
  • general
  • Hacking
  • HTC
  • ios
  • java
  • Mobile
  • nokia
  • Samsung
  • Srs
  • Window Apps
  • Windows 8

Blog Archive

  • ▼  2013 (91)
    • ▼  November (6)
      • GTU Paper Solution and Material as Per GTU syllabus
      • Different Operating System and Their RAM Support
      • Free Download E-DRAW MAX
      • Play HIGH GRAPHIC GAMES like-GTA on your PC withou...
      • C Program Library files(Header Files)
      • Features Of Android KitKat
    • ►  October (5)
    • ►  September (17)
    • ►  August (3)
    • ►  July (8)
    • ►  June (13)
    • ►  May (12)
    • ►  April (27)
Powered by Blogger.

About Me

Unknown
View my complete profile