--- /dev/null
+CLI
+*********
+
+* Terminale: sintassi comandi, uso degli spazi
+ whoami, pwd, date
+
+* --help, man, flags oggetti
+* Uso di tab
+* hystory -c
+
+
+Shortcuts
+----------
+
+- frecce di scorrimento per history
+- CTRL A
+- CTRL e
+- ALT B word / CTRL B
+- CTRL B
+
+* CTRL U
+ kill all left of
+* CTRL k
+ kill all right of
+
+* \`. last object
+* ~. kill ssh
+
+Streams
+----------
+- http://ryanstutorials.net/linuxtutorial/piping.php
+
+STDRIN , STDROUT, STRDERR
+* redirection on files >, >>,
+
+ Handle Name Description
+ 0 stdin Standard input
+ 1 stdout Standard output
+ 2 stderr Standard error
+
+Redirecting the standard error (stderr) and stdout to file
+command-name &>file
+
+Pipes
+===========
+
+* wc -l
+* head
+* tail
+
+
+Editor
+--------
+
+* Pager: more
+* Vim or nano
--- /dev/null
+Patch
+========
+
+Diff sorgente dest
+Diff normale e' in informatico,
+
+Show diff -c
+ Context
+ https://www.computerhope.com/unix/udiff.htm
+
+Show diff with kompare
+ kompare source diff
+
+With Git:
+
+ git difftool
+ git diff --cached
+ allready added
+
+ git config diff.tool "kompare"
+
+
+
+Archivi
+------------
+
+Diff si puo' applicare anche a directories
+ -q show only files
+ -r recursivo
+
+
+Notebook
+-----------
+
+-requirements:
+- muoversi nel filesystem
+- comandi
+- pager / editor di testo
+
+- git book
+$ git config user.name "John Doe"
+$ git config user.email johndoe@example.com
+git config --list
Status: ci stiamo preparando all'uso dei potenziometri per input anaogici - output analogici. Serve sapere un po' di bit/byte per BYTE / INT e ragionare sulle resistenze (conduttivita') per capire come funziona un potenziometro.
-- Operatori binari basi
+- Operatori binari base
Tipi di dati: bit e int e long, signed and unsigned, long
- http://www.ladyada.net/learn/arduino/lesson4.html