Skip to content

Instantly share code, notes, and snippets.

View j-fuentes's full-sized avatar

Jose Fuentes Castillo j-fuentes

View GitHub Profile
@rueycheng
rueycheng / GNU-Make.md
Last active April 29, 2024 01:39
GNU Make cheatsheet
@ColCh
ColCh / README.md
Last active January 25, 2023 13:31
Git pre-push hook to confirm pushing to master
@sheerun
sheerun / certgen.rb
Last active April 10, 2022 15:39
Docker TLS certificate generator
# Generates necessary certificates to ~/.docker
#
# Usage:
# bundle install
# ruby certgen.rb <domain>
require 'certificate_authority'
require 'fileutils'
if ARGV.empty?