Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script

SSH To Linux PC or Raspberry Pi From Ubuntu or Linux Distribution

Ubuntu, or another Linux distro makes it very easy to connect to another Linux box or Raspberry Pi from your pc, a Raspberry Pi, or a Linux live usb using ssh. If you have the adequate ssh client installed, and know the passwords, you can make connect to the other machine and take over with shell commands.

Install SSH Client On Ubuntu or Linux Distro

 root# sudo apt-get install openssh-client openssh-server 

Connect To Remote Linux Machine With SSH

This example demonstrates how quick and easy it is to connect to a Raspberry Pi using SSH. The computer doing the connecting is Ubuntu.

 root# ssh pi@192.168.0.102 pi@192.168.0.102's password:  Linux raspberrypi 3.6.11+ #474 PREEMPT Thu Jun 13 17:14:42 BST 2013 armv6l