Posts

Showing posts with the label SSH

Python Paramiko module

Image
Introduction: Figure [1] Raspberry Pi A computer by definition is a digital electronic machine that can be programmed to carry out sequences of arithmetic or logical operations (computation) automatically & looks like the image above. As we can see, its not possible to input commands and receive output from the physical device itself so we need some form of input and output device attachments. This is where a ' computer terminal ' comes in, its a device that can be used for entering data into, & transcribing data from a computer. Early computer terminals looked like the image below. You can see some familiar elements from modern day computers such as a keyboard in the image. Figure [2] Early computer terminal VT100 A later improvement to the computing world was the concept of ' time-sharing ' which is the sharing of a computing resource among many users at the same time by means of multiprogramming and multi-tasking. Main Section: A typical modern day data cente...