If you find a diver conflicted device in the device manager, It is difficult to identify the device. Most time it will be names as “Unknown device” “PCI Device”. There are some softwares to identify the device manufacture. Here I explained how to identify this device manually Open Device manager Run command (devmgmt.msc) Take the properties of the device which …
Read More »Monthly Archives: April 2011
Create a simple web based file server
HFS is an open source application to create a simple file server. It is a lightweight file server with file size of 600 Kbyte. This is a standalone application. So you can setup your web based file server in minutes. Good for small offices / instant file sharing. This server can be used as anonymous or with user accounts. File …
Read More »ftp commands from batch script
This article explained how to automate the ftp activities from batch file. It will helps to automated file moving process. This example batch file is for upload backup files to ftp server. Here we used an additional configuration file ( ftp.cfg ) for FTP commands. Configuration file should be in the same directory of batch file, or specify the path …
Read More »Secure file transfer from Windows to Linux using RSA key
PSCP is a command line application which is a free implementation of scp for win 32 platform . This tool is used for securely copying between computer systems. It uses the SSH (secure shell) protocol, which makes it impossible for other people on the network to snoop on your password or on the data you are transferring. PSCP can run …
Read More »