Skip to content

Instantly share code, notes, and snippets.

View seocam's full-sized avatar

Sergio Oliveira seocam

  • Uber
  • Brazil
  • 10:23 (UTC -03:00)
View GitHub Profile
--- system-roles-deps.txt 2020-06-02 12:46:13.146055326 -0300
+++ ipalib-deps.txt 2020-06-02 12:45:59.787913620 -0300
@@ -1,12 +1,30 @@
+acl-0:2.2.53-5.fc32.x86_64
alternatives-0:1.11-6.fc32.x86_64
+audit-libs-0:3.0-0.19.20191104git1c2f876.fc32.x86_64
basesystem-0:11-9.fc32.noarch
bash-0:5.0.11-2.fc32.x86_64
bzip2-libs-0:1.0.8-2.fc32.x86_64
ca-certificates-0:2020.2.40-3.fc32.noarch
@seocam
seocam / Dockerfile
Last active August 11, 2021 20:59
Dockerfile using distroless with gosu
FROM debian as build
WORKDIR /build/
RUN set -eux; \
apt-get update && \
@seocam
seocam / keybase.md
Created August 26, 2021 22:14
keybase.md

Keybase proof

I hereby claim:

  • I am seocam on github.
  • I am seocam (https://keybase.io/seocam) on keybase.
  • I have a public key whose fingerprint is 8F5B 857B 2378 69E2 F218 8AD7 5A6E BDB4 578C 2F92

To claim this, I am signing this object:

@seocam
seocam / swap-displays.sh
Last active July 15, 2025 05:08
Script to swap display positions on OS X
#!/bin/bash
# Usage: ./swap-displays.sh 0 1
# Swaps display 0 (laptop display) position with the display 1 position.
# Also works for more displays, for example:
# ./swap-displays.sh 1 2
# Must install displayplacer before using:
# https://github.com/jakehilborn/displayplacer