Repository con le esercitazioni del corso di Calcolatori Elettronici a.a. 2017/18 (aulaweb)
git clone https://github.com/packmad/Linux-C-Programming.git
al termine dell'operazione verrà creata la cartella Linux-C-Programming
cd Linux-C-Programming
git pull
Attenzione: se si modifica un file all'interno del repository il comando git pull
restituirà un errore.
Per lavorare sui sorgenti bisogna copiare i file interessati in un sottoalbero differente da Linux-C-Programming
ALP :== Advanced Linux Programming book
- 00_Resources: free books
- 01_Cprogramming: quick refresher about C programming
- 02_WritingGNULinuxSoftware: ALP chapter 2 source codes
- 03_Processes: ALP chapter 3 source codes
- 04_Threads: ALP chapter 4 source codes
- 05_Interprocess Communication: ALP chapter 5 source codes
- Various: various source codes
Recommended readings: