Glamorous headshot of the author. [bən ɛvənz]

Other [home]

Software [jump]
Notes [jump]

Software

µFeed

Micro RSS feed parser for POSIX

[git]

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.

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

SSRS

Simple Spaced Repetition Software

[git]

SSRS provides a unified spaced repetition interface which can be accessed through the single header file or through a provided CLI.

Notes

Table of Contents

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
[Return to Top]