Software

µFeed

[git]

uFeed is a micro RSS feed parser for POSIX. uFeed has no networking, no display capabilities, and does no string manipulation. It extracts meaningful information from a RSS stream into TSV format for convenient use by other programs.

Example: Open NASA's photo of the day:
$ curl -s https://www.nasa.gov/feeds/iotd-feed/ | ufeed | dmenu | cut -f2 | xargs firefox

SSRS

[git]

Simple Spaced Repetition Software (SSRS) provides a unified spaced repetition interface. SSRS can be used either through the single header file or provided CLI.

Notes

Index

IWD Configuration for WolfieNet-Secure

[hotlink]

If you use IWD, the auto-detected linux SecureW2 configuration tool might not work for you. Thankfully, you can access the CA Certificate and configure the connection manually!

You will need to download the most up-to-date CA certificate from the non-specific OS SecureW2 page. Replace all strings in angled brackets with information relevant to you. You will need to provide the absolute path to the CA certificate; e.g. /var/lib/iwd/sbu.cer.

/var/lib/iwd/WolfieNet-Secure.8021x

[Security]
EAP-Method=PEAP
EAP-Identity=anonymous@stonybrook.edu
EAP-PEAP-CACert=</path/to/CACert.cer>
EAP-PEAP-Phase2-Method=MSCHAPV2
EAP-PEAP-Phase2-Identity=<Your NetID Username>
EAP-PEAP-Phase2-Password=<Your NetID Password>
EAP-PEAP-ServerDomainMask=*.stonybrook.edu

[Settings]
AutoConnect=true