User:Annasandri/2

From XPUB & Lens-Based wiki

16/09

Sedicisettembre.gif

16/09

Introduction on UNIX

UNIX is a family of operating systems, multitasking & multiuser.
It was born from the evolution of a previous project called Multics. In 1983 Richard Stallman wrote the GNU General Public Licence to permit people to work on it and to modify it.
Philosophy:

  • write programs that do one thing and do it well;
  • write programs to work together;
  • make it easy to write text and run programs;
  • support interactive use instead of batch processing

Rasberry Pi

The Rasberry Pi is a single board computer designed to host Unix based operative systems.
It was created in the UK by the Rasberry pi Foundation with the aim of bringing programming into education. It permits several machines and users to interact with the same computer.

30.09

Introduction to GIT

Git is a free and open source distributed version control system designed to handle and keep traces of projects like code, processes, images ecc. ecc.
To use a distributed version control system means that everyone has his working copy of the repository that keeps track of his changes and the different releases made by him or by his colleagues.
Github= web repository based on git

SSH Keys

SSH means SICURE SHELL.They are used to create a secure connection to the device and increase security in a system.
Cryptographic system that uses pairs of keys:

  • a public key;
  • a private key (which is associated with a machine in particular);