Skip to content

Instantly share code, notes, and snippets.

View worldwise001's full-sized avatar
🌸

Sarah Harvey worldwise001

🌸
View GitHub Profile
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>
<title>Mail Filters</title>
<id>tag:mail.google.com,2008:filters:1441150918069,1441152729189,1514931430096,3566681520295870698,4571699068684945648,z0000001568913719296*0569792241890883702</id>
<updated>2019-11-19T04:52:52Z</updated>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:1441150918069</id>
<updated>2019-11-19T04:52:52Z</updated>

Keybase proof

I hereby claim:

  • I am worldwise001 on github.
  • I am sharvey (https://keybase.io/sharvey) on keybase.
  • I have a public key ASDrwSAtXV1aXtdl26TamBTkAVgDgMgK-m1P9NmA-bB3Cgo

To claim this, I am signing this object:

{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
@worldwise001
worldwise001 / uwsgi@.service
Created May 10, 2020 05:50
systemd unit for uwsgi
[Unit]
Description=%i uWSGI app
After=network.target
[Service]
ExecStart=/srv/http/%i/venv/bin/uwsgi --ini /srv/http/%i/uwsgi.ini --logto /var/log/uwsgi/%i.log --force-cwd /srv/http/%i --uid http --gid http -b 32768 --http-socket /tmp/%i.sock --vacuum
Restart=on-failure
KillSignal=SIGQUIT
Type=notify
StandardError=syslog
@worldwise001
worldwise001 / refresh.sh
Last active May 10, 2020 05:55
artifact "build" + "deploy" script
#!/bin/bash
if [[ "$1" = "" ]]; then
echo "need to specify app as argument"
exit 1
fi
app="$1"
pushd /srv/http
@worldwise001
worldwise001 / .gpgrc
Created December 3, 2022 02:31
gpg config
GPG_AGENT_SOCKET="$HOME/.gnupg/S.gpg-agent.ssh"
if [ ! -S $GPG_AGENT_SOCKET ]; then
gpg-agent --use-standard-socket --daemon >/dev/null 2>&1
export GPG_TTY=$(tty)
fi
unset SSH_AGENT_PID
export SSH_AUTH_SOCK=$GPG_AGENT_SOCKET
@worldwise001
worldwise001 / .zshrc
Created December 3, 2022 02:32
my zshrc
# Opt out of homebrew analytics collection
export HOMEBREW_NO_ANALYTICS=1
### COLORS ###
autoload -U colors && colors
### GIT CONFIGURATION ###
autoload -Uz vcs_info
@worldwise001
worldwise001 / .bashrc
Created June 13, 2019 04:24
my bashrc for mac os
#
# ~/.bashrc
#
# If not running interactively, don't do anything
#[[ $- != *i* ]] && return
### COLORS ###
export COLOR_NC='\e[0m' # No Color