diff options
author | Marvin Borner | 2023-10-17 21:05:01 +0200 |
---|---|---|
committer | Marvin Borner | 2023-10-17 21:05:01 +0200 |
commit | b0fb8392227844e895b0c4f2fb6d2cd60956136e (patch) | |
tree | 41bf23d1385336af1027875041e6b18639566459 /readme.md |
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..b33d3e5 --- /dev/null +++ b/readme.md @@ -0,0 +1,18 @@ +# Tools/config for University of Tübingen + +## Config + +- eduroam for iwd: Move `eduroam.8021x` to `/var/lib/iwd/`. Move the + public certificate `eduroam.crt` to `/opt/eduroam.crt`. Don't forget + to assign the correct permissions. + +## Scripts + +- `almanot`: Get notifications if something on Alma changes. Uses the + official RSS feed endpoint. +- `iliasnot`: Get notifications for changes of course pages. + *UNOFFICIAL* scraping method, only use this script if you have + permission to scrape the website! + +Then `crontab -e` and `*/10 * * * * <PATH>/almanot` to check every 10 +minutes. |