Skip to content

Instantly share code, notes, and snippets.

View ebenoist's full-sized avatar
🐛
writing bugs

Erik Benoist ebenoist

🐛
writing bugs
View GitHub Profile
@ebenoist
ebenoist / Dockerfile
Created May 27, 2020 15:08
Ubuntu + Ruby <3
FROM ubuntu:18.04
# skip installing gem documentation
RUN set -eux; \
mkdir -p /usr/local/etc; \
{ \
echo 'install: --no-document'; \
echo 'update: --no-document'; \
} >> /usr/local/etc/gemrc
@ebenoist
ebenoist / dbhist.sh
Created July 16, 2020 04:27 — forked from outcoldman/dbhist.sh
DBHist: bash history in sqlite
# The MIT License
# SPDX short identifier: MIT
# Further resources on the MIT License
# Copyright 2017 Denis Gladkikh (https://www.outcoldman.com/en/archive/2017/07/19/dbhist/)
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell