Skip to content

Instantly share code, notes, and snippets.

@joesken
joesken / gmail-github-filters.md
Created June 2, 2022 13:43 — forked from ldez/gmail-github-filters.md
Gmail and GitHub - Filters

Gmail and GitHub

Create new filters and create new labels.

Pull Request

label: gh-pull-request

@joesken
joesken / purgevarnishsingle
Last active January 19, 2018 16:50 — forked from blindpet/purgevarnishsingle
clear one url home page varnish cache
Enter varnish admin
varnishadm
clear cache for index home page only
ban req.http.host ~ www.example.com && req.url ~ "^/$"
clear cache for specific page