From b0fb8392227844e895b0c4f2fb6d2cd60956136e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 17 Oct 2023 21:05:01 +0200 Subject: Added files --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 readme.md (limited to 'readme.md') 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 * * * * /almanot` to check every 10 +minutes. -- cgit v1.2.3