| 1 | = Courses Accounts = |
| 2 | |
| 3 | |
| 4 | == Λειτουργικά Συστήματα Υπολογιστών (6ο εξάμηνο) == |
| 5 | |
| 6 | === danaos === |
| 7 | |
| 8 | Για ενεργοποίηση λογαριασμών: |
| 9 | |
| 10 | 1. `scripts-eangelou-20111008/clean_and_compress_homes.sh` Backup και σβήσιμο όλων των αρχείων από τα υπάρχοντα homes |
| 11 | 2. `scripts-vkoukis-20091014/script` Τρέξιμο του script και copy/paste τα passwd/shadow αναλόγως |
| 12 | 3. `make` στο `/var/yp` |
| 13 | 4. Δημιουργία mail aliases για τους βοηθούς (αναφορές / απορίες κλπ.) |
| 14 | 5. Δημιουργία του cleartext.txt για εκτύπωση, κόψιμο και μοίρασμα στις ομάδες. |
| 15 | Προσοχή: Υπάρχει περίπτωση το βήμα 1 να φτιάξει τεράστιο zipped αρχείο οπότε σε αυτή την περίπτωση είτε με κάποιο τρόπο αφαιρούμε από τα παλιά homes τα μεγάλα αρχεία ή απλά δεν κάνουμε backup τα homes.. :) |
| 16 | |
| 17 | {{{ |
| 18 | for i in oslab*;do echo "$i";rm -rf "$i";mkdir "$i";chown "$i":ntusers "$i";chmod go-rwx "$i";done |
| 19 | }}} |
| 20 | |
| 21 | == Παράλληλα Συστήματα Επεξεργασίας (9ο εξάμηνο) == |
| 22 | |
| 23 | Για το μάθημα των Παραλλήλων οι λογαριασμοί φτιάχνονται σε orion και scirouter: |
| 24 | |
| 25 | ==== ORION: ==== |
| 26 | 1. `./clean_and_compress_homes.sh` |
| 27 | Don't forget to fix the SEASON |
| 28 | 2. `mv cleartext cleartext_20XX_20XX` |
| 29 | Fill in the previous academic year |
| 30 | 3. `./create_users.sh` |
| 31 | 4. `./create_passwords.sh` |
| 32 | 5. `rm keyfile` |
| 33 | 6. `./create_keys.sh` |
| 34 | 7. `./format_cleartext.py cleartext > cleartext_formatted` |
| 35 | 8. `chmod 600 cleartext cleartext_formatted` |
| 36 | |
| 37 | ==== SCIROUTER: ==== |
| 38 | 9. `./reset_parlab_homes.sh` |
| 39 | 10. `./set_parlab_keys.sh keyfile` |
| 40 | Provide the keyfile that was generated at ORION in step 6 |
| 41 | 11. Give the `cleartext_formatted` file to the course instructor |
| 42 | |
| 43 | == Parallel Architectures for Machine Learning (Μεταπτυχιακό - Εαρινό) == |
| 44 | |
| 45 | Για το μεταπτυχιακό μάθημα οι λογαριασμοί φτιάχνονται σε orion και scirouter: |
| 46 | |
| 47 | 1. `ssh orion` |
| 48 | 2. `su -` |
| 49 | 3. `cd /home/parml/scripts/` |
| 50 | 4. `rm cleartext keyfile ## remove old cleartext and keyfile` |
| 51 | 5. ... update `SEASON` in `clean_and_compress_homes.sh` ... |
| 52 | 6. `chmod go-r homes-parml-2018-2019.tar.gz` |
| 53 | 7. `./clean_and_compress_homes.sh` |
| 54 | 8. `./create_users.sh` |
| 55 | 9. `./create_passwords.sh` |
| 56 | 10. `./create_keys.sh` |
| 57 | 11. print cleartext with the passwords |
| 58 | |
| 59 | Μετά πάμε να φτιάξουμε ότι χρειάζεται στον scirouter: |
| 60 | |
| 61 | 1. `ssh scirouter` |
| 62 | 2. `su -` |
| 63 | 3. `cd /home/parml/scripts` |
| 64 | 4. `rm keyfile passwd shadow` |
| 65 | 5. `tar cvfz homes-parml-2018-2019.tar.gz parml* # αν βγει πολύ μεγάλο το tar.gz ας μην το κρατήσουμε` |
| 66 | 6. `chmod go-r homes-parml-2018-2019.tar.gz` |
| 67 | 7. `rm -rv ../parml??` |
| 68 | 8. `./make_home_dirs.sh` |
| 69 | 9. ... copy `keyfile` from orion ... |
| 70 | 10. `./copy_keys.sh keyfile` |
| 71 | 11. `./create_user_files.sh` |
| 72 | 12. ... copy data from the generated `passwd` and `shadow` to `/etc/{passwd,shadow}` (remove old `parml??` entries) ... ## αυτό μάλλον δε χρειάζεται |