Skip to content

Instantly share code, notes, and snippets.

View KellerFuchs's full-sized avatar

Queer Supervillainess KellerFuchs

  • In a /usr/local close to you.
View GitHub Profile
@lrvick
lrvick / 00-bypass-nginx-proxy.config
Last active April 27, 2016 01:02
Hack to bypass Nginx proxy in a ElasticBeanstalk deployment for UDP applications such as rsyslog
# Place in .ebextensions/00-bypass-nginx-proxy.config at the root of your appkication repository.
files:
"/tmp/setup_iptables.sh":
mode: "000755"
content: |
#!/bin/sh
# remove rules added by us (marked by the "added_by_ebextension" comment), if any
iptables-save | grep -v added_by_ebextension | iptables-restore
@lrvick
lrvick / README.md
Last active February 2, 2022 06:40
Basecamp BS - How to deal with a clueless non-technical manager that insists you log every last second of your day in Basecamp.

Basecamp BS

How to deal with a clueless non-technical manager that insists you log every last second of your day in Basecamp.

I used this for a few weeks to randomly fill in Basecamp time logs to free up time to actually do my job. He was actually commented how satisfied he was with the level of detail I was logging. Since he didn't catch on on his own, I finally explained it was all random scripted nonsense to prove the point that micro time-management serves no purpose. He never brought up time logging again

@grugq
grugq / gist:03167bed45e774551155
Last active April 6, 2024 10:12
operational pgp - draft

Operational PGP

This is a guide on how to email securely.

There are many guides on how to install and use PGP to encrypt email. This is not one of them. This is a guide on secure communication using email with PGP encryption. If you are not familiar with PGP, please read another guide first. If you are comfortable using PGP to encrypt and decrypt emails, this guide will raise your security to the next level.

@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #