Home » 2014 » February » 08

Suppose you have installed one or more OS on virtual machine and you want to transfer files from your host computer to your virtual machine OS(Windows/Linux),  you can do it very easily.

 
Follow below simple steps:
  1. Select the VM OS in the vmware and from the menus, Go to VM-> Setting. See  figure.
  2. Go to second tab "Options" and then select shared folder.You will find that it is disabled.
  3. ... Read more »
Category: Technical Solution | Views: 1468 | Added by: shanky | Date: 2014-02-08 | Comments (0)

RPC package has an RPC compiler (rpcgen) that automatically generates the client and server stubs.

RPC package uses XDR (eXternal Data Representation) to represent data sent between client and server stubs.


Remote Date Example

From Stevens Unix Networking book.

Running rpcgen msg.x generates msg.h, msg_clnt.c andmsge_svc.c. The header file is included with both client and server. The respective C source files are linked with client and server code.

< ... Read more »

Category: Technical Solution | Views: 1350 | Added by: shanky | Date: 2014-02-08 | Comments (0)