Skip to content

Instantly share code, notes, and snippets.

@mhorst00
mhorst00 / homed-aeon.md
Last active September 17, 2024 18:37
Systemd-homed on OpenSUSE Aeon

Setting up systemd-homed on OpenSUSE Aeon

  1. Set up PAM correctly:
sudo pam-config -a --systemd_home
  1. Enable systemd-homed.service on boot:
sudo systemctl enable --now systemd-homed
@zoidy
zoidy / autoDeleteGmail.js
Last active September 17, 2024 13:12 — forked from jordanlambrecht/autoDeleteGmail.js
Auto Delete / Archive Emails in Gmail
/*
Original Sources:
- https://pixelbakery.com/recipes/gmail-automatically-delete-or-archive-emails
- https://benbjurstrom.com/purge-email
v1.1
https://gist.github.com/zoidy
Auto-archive and delete Gmail messages based on a defined retention period. Functionality:
- Uses Gmail labels to apply retention rules (archive or delete)