Skip to content

Instantly share code, notes, and snippets.

View AlejandroSilva's full-sized avatar
🐰

Alejandro Silva AlejandroSilva

🐰
View GitHub Profile
@AlejandroSilva
AlejandroSilva / private-docker-regs-with-free-tiers.markdown
Created April 4, 2025 05:35 — forked from JakubOboza/private-docker-regs-with-free-tiers.markdown
Private Docker registry with free tiers for Developers.

List of sites with free tier limits

  • Docker Hub - One private repo/image spot for free
  • Three Scale - Very generous free tier 50GB of space, 500 Pulls a month etc..
  • Canister - 20 private repos with almost no limits on free tier
  • Code Fresh - Free tier for developers

Setup your own private registry

@AlejandroSilva
AlejandroSilva / never_gonna_give_you_up.sh
Created May 24, 2019 21:13 — forked from ccnokes/never_gonna_give_you_up.sh
Plays Rick Astley's "Never Gonna Give You Up" in Spotify
#!/bin/bash
osascript <<EOD
tell application "Spotify"
activate
play track "spotify:track:4uLU6hMCjMI75M1A2tKUQC"
play
end tell
EOD

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example