Re: emails It took me just about 3 (thankfully not continuous) hours to figure out how to send emails on this. Interesting. For my own [reference](https://infoheap.com/linux-send-mail-from-command-line-using-mailutils/). In shorter terms, cat Filename | mail Somebody(OnceToldMe) -s "subject" I should make a tutorial section for things that stump me.