Jeff Geerling

Results 1857 comments of Jeff Geerling

Yeah, I think we could update those suggestions (and maybe bump the defaults to at least 512/1G) since when I wrote this originally, I think it was on Solr 1.4...

Over on YouTube, [billiamthesecond pointed out](https://www.youtube.com/watch?v=o5wOzNzShrA&lc=Ugy1OsjJEaRukHJBBzp4AaABAg.9PGMU3-qOSt9PJ2LK2VHA8) this project: [Arduino desk bell notifications](https://www.billiam.org/2021/03/08/desk-bell-alerts). It stuffs an Arduino inside the bell. Might be able to modify the project to use an ESP...

And that linked to this [Kickstarter alert bell](https://aaronparecki.com/2017/11/13/5/kickstarter-desk-bell).

This should be working (with the patch I just committed above), but the IMAP server I'm using seems to not be happy with the code (I keep getting the error...

To be honest, I haven't thought about that at all, since I was cleaning up and improving Kastang's code, and was mostly focused on getting things working well. If I...

Agreed... while I haven't had need to do attachments in any of the projects for which I'm using Imap, I can see the utility. I'd like to keep it clean...

I'm going to try to wrap [`imap_fetchstructure()`](http://www.php.net/manual/en/function.imap-fetchstructure.php) with something like a `getAttachments()` method... helpful post: [Extracting attachments from an email message using PHP IMAP functions](http://www.electrictoolbox.com/extract-attachments-email-php-imap/).

Yeah, that's correct. I'll have to find another good guide that covers Mac/Windows/Linux to link to instead.

Still need to add this in... right now my new site is not running cron.

@Virgus - Just to note, I haven't tried this playbook on Ubuntu for Pi before, only Raspberry Pi OS. Some packages might be different between the two.