Imagine a company offers a parking lot to all its employees, but in order for employees to use this parking lot, they must affix a large vinyl graphic with their full legal name on the rear window of the car, on the sides of the car, and on the hood of the car.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
####################################### | |
# pubess: PUBkey External Sync Script # | |
####################################### | |
## ships "with the safety on" [L{40,42}] | |
# !! be sure to set your username here !! | |
# if you don't, the author considers it an invitation to visit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this slow-and-dirty one-liner has been split for readability | |
for p in $(gcloud projects list | cut -d ' ' -f 1 | grep -v PROJECT_ID); do \ | |
gcloud config set project "${p}" && \ | |
echo "${p}:" && \ | |
gcloud iam service-accounts list \ | |
| grep '12345678901'; \ | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-4.4$ cat CAPSTITLES | |
SR IMPORTANT PERSON | |
JR SOMETHING OTHERTHING | |
DIR JANITORIAL | |
HEAD OF ALL NECKS | |
PLEB | |
SEÑOR DIVERSITY ADVOCATE | |
SR. PERIOD TESTER | |
LEAD, PUNCTUATION TESTERS | |
WOULD,THIS,WORK,ON,A,CSV? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:latest | |
# This'll put Jira Server on top of debian | |
# by way of the the binary installer. | |
# | |
# Total size should be ~525.8MB | |
# | |
# based loosely on @kelseyhightower's | |
# CentOS+tarball variant: goo.gl/xPgmq3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# gnome and chrome and chrome remote desktop access | |
# chrome itself is not required, but is included here. | |
# other desktops can be used w/ light script changes. | |
# tested on: | |
# - ubuntu xenial GCE instance | |
# - debian stretch crostini container on a Pixelbook (eve) | |
# running ChromeOS v67.0.3383.0 (dev channel) | |
# _without_ being in developer mode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# iTerm: a simple payload-free iTerm installer | |
# | |
# Author: @packetpilot | |
# Created: 2017-09-19 | |
# Last Modified: 2017-09-19 | |
# | |
include /usr/local/share/luggage/luggage.make | |
TITLE=iTerm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
## Omnibus GitLab CE on Tiny Instance (1vCPU, 1GB RAM) | |
## - These changes (for gitlab.rb) allow CE to run reliably below min sys reqs. | |
## - Total memory should be >= 2GB, so a ~1GB swapfile is recommended. | |
## - These changes do NOT provide smooth operation/UX, so use wisely(/alone). | |
################################################################################ | |
################################################################################ | |
## GitLab Unicorn | |
##! Tweak unicorn settings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----subj---- | |
Scheduled Outage Alert: $thing, %a %e-%b %H:%M to %H:%M %Z | |
----body---- | |
Start Time: | |
%a %e-%b %H:%M %Z | |
Expected End Time: | |
%a %e-%b %H:%M %Z | |
Services Impacted: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<tal xmlns="http://bmw.com/2005/psdz.data.tal" schemaVersion="5.0.0" refSchemaFile="tal.xsd" status="Executable"> | |
<ExecProperties supportsParallelMostFlash="false"/> | |
<talLine diagAddress="18" baseVariant="EGS4" status="Executable" id="tl_1"> | |
<blFlash status="Executable"> | |
<blFlashTA status="Executable"> | |
<sgbmid> | |
<processClass>BTLD</processClass> | |
<id>00001F6C</id> | |
<mainVersion>SOMETHING</mainVersion> |
NewerOlder