VMware vCloud Director: An Introduction

Cloud computing is growing at a spectacular pace. Most organizations are either using cloud technology or developing products that support it. VMware’s cloud management tool is called vCloud Director (vCD), which works on Infrastructure-as-a-Service (IaaS) architecture. Some key points related to vCloud Director have been mentioned below: VMware vCloud Director uses

How to Run Commands on Remote Windows Machine Using Python Paramiko Module

Paramiko (Python Module) works on SSHv2 protocol. It provides both client and server functionality. Paramiko module can be used if SSH server is running on the target machine. Target machine can be Linux or Windows system. For Linux systems, SSH packages are already available hence we can use it easily. But for Windows systems, SSH package