Changes between Version 320 and Version 321 of WikiStart
- Timestamp:
- Apr 4, 2019, 9:21:54 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v320 v321 56 56 * [https://unglue.it/work/136224/ Shotts, The Linux Command Line] (un testo per approfondire la conoscenza della shell testual 57 57 * [https://www.memrise.com/course/86904/solab-unimi/ Memrise] (utile per memorizzare i comandi principali) 58 * [https://cmdchallenge.com CMD Challenge] (un po' di esercizi )58 * [https://cmdchallenge.com CMD Challenge] (un po' di esercizi; per chi volesse cimentarsi in esercizi più orientati alla sicurezza: `ssh -p 2220 -l bandit0 -x bandit.labs.overthewire.org`, password bandit0) 59 59 * [https://doi.org/10.1145/5948.315654 Knuth vs. McInroy] (accessibile gratuitamente da IP unimi o via [https://users.unimi.it/banchedati/istruzioni_proxy_unimi.html proxy]; TLDR; `tr -cs A-Za-z '\n' | tr A-Z a-z | sort | uniq -c | sort -rn | head`) 60 60 * [http://www.linusakesson.net/programming/tty/index.php The TTY demystified]