Home » Technical Solution
« 1 2 3 4 5 »

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: 1456 | 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: 1332 | Added by: shanky | Date: 2014-02-08 | Comments (0)

Sometimes your computer starts responding very slowly. It takes a lot of time to open any application. Even the MS explorer loads very slowly. It becomes difficult to work with ease.
 
You can speed up your computer using some simple tricks. Following steps can help you boost your computer greratly. Follow below steps on ypur system and feel the difference.
 
  1. Go to "Run"(press start button and R together) and type "%temp%" and press Enter. See the figure below. An MS explorer will open and you will find so many temporary files there. You can delete all those files. These files consumes your computer memory and slows down your computer. One must free this space very often.
  2. Again on "R ... Read more »
    Category: Technical Solution | Views: 1234 | Added by: shanky | Date: 2014-02-06 | Comments (0)

tzutill is a time zone utility in windows which can be used to set time zone of the computer form windows command prompt.
 
Go to your command prompt and type "tzutil /?"
 

C:\Users\shankar_bhagat>tzutil /?
Windows Time Zone Utility
Usage:
TZUTIL
Parameters:
    /? Displays usage information.
    /g Displays the current time zone ID.
    /s TimeZoneID[_dstoff]
      Sets the current time zone using the specified time zone ID.
       The _dstoff suffix disables Daylight Saving Time adjustments
       for th ... Read more »
Category: Technical Solution | Views: 2900 | Added by: shanky | Date: 2014-02-06 | Comments (0)

FTP is protocol used to send and receive files from an FTP server or a remote computer.
 
Using this tool, one can send , receive single or multiple files, can write or open to a local or remote file, create or delete a directory on a remote server/computer.

To establish an FTP connection to a remote computer or a FTP server we have to use below command in windows command prompt:
 
ftp ftpserver
The ftpserver here could  be ftp server to connect to or ip address of remote computer.This command prompts for a ... Read more »
Category: Technical Solution | Views: 1373 | Added by: shanky | Date: 2014-02-05 | Comments (0)

 

Difference between an Application Server and a Web server


1) Webserver serves pag ... Read more »

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

If you want to upload any files on internet(web space) and want to access them from any where from the world, here is the solution.

Go to uploadingit.com and do a free sign and use this unlimited free space to upload any files of any size.
If you are having a website and you dont have enough space to keep files, this is the best way.

Using its file manager, you can host any amount of files, documents, MP3, videos, images and much more on this free web hosting site.
Then you can simply provide link on your website to download or access these files and save space of your website.


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

There are so many service providers which allow users to create their website for free.
 
You can select any template for your website from thousands of freely available website templates.
They also provide Website builder from where you can design your website with ease. You dont have to be a website designer or html expert. A person knowing basics of html and javascript can design his/her website  very easily using their format.
 
For Eg.
 
Category: Technical Solution | Views: 1401 | Added by: shanky | Date: 2014-01-29 | Comments (0)

Suppose you are creating a game and you need a 3D object for your game.
For example, you need a 3D shooter man in your game. You can design any 3D object using Blender.
 
Here in this tutorial, you can design a 3D submarine and add animation also to it. For this you need Blender 3D software. You can download Blender 3D from here. You can also use 3DS MAX.
 
 
The pdf file contains step by step process to design a submarine.
 
Get the tutorial PDF ... Read more »
Category: Technical Solution | Views: 3354 | Added by: shanky | Date: 2014-01-28 | Comments (0)