Skip to content

Instantly share code, notes, and snippets.

View koletyst's full-sized avatar
🔒

Icelyn koletyst

🔒
View GitHub Profile
@JoelSpeed
JoelSpeed / kind-docker-proxy.yaml
Last active March 25, 2024 19:06
Expose Kind docker daemon
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: docker-proxy
namespace: kube-system
labels:
app: docker-proxy
spec:
selector:
@adeluccar
adeluccar / gist:d105299f2d5af55e3e96f9b989e7eb48
Created August 8, 2017 22:50
How to Flatten the History of a Git Repository Safely
git checkout --orphan future-master
git add -A  # Add all files and commit them
git commit
git branch -D master  # Deletes the master branch
git branch -m master  # Rename the current branch to master
git push -f origin master  # Force push master branch to github
git gc --aggressive --prune=all     # remove the old files
2070 Paradigm Shift Transcript
Transcribed by Edwin Finch
Sam, you're a legend. Enjoy
==============================
Whew.
Hey.
@leonardofed
leonardofed / README.md
Last active June 17, 2024 14:54
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.