Skip to content

Instantly share code, notes, and snippets.

@mnestor
mnestor / keybase.md
Last active September 30, 2015 19:01

Keybase proof

I hereby claim:

  • I am mnestor on github.
  • I am mnestor79 (https://keybase.io/mnestor79) on keybase.
  • I have a public key whose fingerprint is 6EA0 DCD9 62A6 DC00 DCAB 35E8 5B4B EFED 5F00 8360

To claim this, I am signing this object:

@mnestor
mnestor / README.md
Created July 21, 2017 20:28 — forked from jamesramsay/README.md
Gmail: delete old emails automatically

Gmail: delete old emails automatically

Automatically deletes old emails that match the specified label.

Get started

  • Create a new Google Apps Script at https://script.google.com
  • Overwrite the placeholder with the javascript below
  • Update the following constants:
  • LABEL_TO_DELETE: the label that should be have old messages deleted
@mnestor
mnestor / backup.sh
Last active December 19, 2022 23:28
Proxmox offsite backup script
# Resides in /root
#!/bin/bash
bash /etc/pve/scripts/s3-backup.sh "$@"