Skip to content

Instantly share code, notes, and snippets.

View afilbert's full-sized avatar
:shipit:
Building awesome products that customers love!

Aron Filbert afilbert

:shipit:
Building awesome products that customers love!
View GitHub Profile
@afilbert
afilbert / keybase.md
Created October 29, 2019 15:43
Keybase signature

Keybase proof

I hereby claim:

  • I am afilbert on github.
  • I am afilbert (https://keybase.io/afilbert) on keybase.
  • I have a public key ASD-Ku8QnEC2IV8LfkdUqs3tWBNjxcyv4f6-xQX0CvRYTgo

To claim this, I am signing this object:

@afilbert
afilbert / IHALLAMMWABBAAAAAAAAAAA.txt
Created February 6, 2018 17:02
IHALLAMMWABBAAAAAAAAAAA
{
"appointment": "2018-02-06T16:00:00Z",
"returning": true
}
@afilbert
afilbert / gist:6373861
Created August 29, 2013 03:10
Determine baselines for postgresql, bash script
#!/bin/bash
# Output lines suitable for sysctl configuration based
# on total amount of RAM on the system. The output
# will allow up to 50% of physical memory to be allocated
# into shared memory.
# On Linux, you can use it as follows (as root):
#
# ./shmsetup >> /etc/sysctl.conf