Skip to content

Instantly share code, notes, and snippets.

@snambi
Last active November 8, 2023 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snambi/df4504d5ec0c1a61d841d3baf1d9522f to your computer and use it in GitHub Desktop.
Save snambi/df4504d5ec0c1a61d841d3baf1d9522f to your computer and use it in GitHub Desktop.
Tech Tips

Important links and tips

All You Need to Know to Build Your First LLM App

https://towardsdatascience.com/all-you-need-to-know-to-build-your-first-llm-app-eb982c78ffac

Setup ZSH

https://www.josean.com/posts/terminal-setup

Mounting a openstack swift volume into ubuntu

http://www.darwinbiler.com/openstack-creating-and-attaching-a-volume-into-an-instance/

Profilers

https://www.markhansen.co.nz/profilerpedia/ https://github.com/benfred/py-spy

Running local docker images in minikube

https://medium.com/bb-tutorials-and-thoughts/how-to-use-own-local-doker-images-with-minikube-2c1ed0b0968

Running Docker as a non-root user in Linux

https://ostechnix.com/how-to-run-docker-as-non-root-user-in-linux/

Markdown TOC generator

https://github.com/ekalinin/github-markdown-toc

helm push-artifactory plugin

https://github.com/belitre/helm-push-artifactory-plugin

Useful Kubernetes commands

https://medium.com/better-programming/awesome-kubernetes-command-line-hacks-8bd3604e394f

running Mac OSX as a VM

https://www.bit-101.com/blog/2020/09/catalina-vm/

Kubevious - A Kubernetes Dashboard

https://github.com/kubevious/kubevious

Useful kubernetes tools

https://medium.com/free-code-camp/how-to-set-up-a-serious-kubernetes-terminal-dd07cab51cd4

Useful K8S dashboards

https://www.virtuallyghetto.com/2020/04/useful-interactive-terminal-and-graphical-ui-tools-for-kubernetes.html

Custom CRDs in K8S

https://medium.com/velotio-perspectives/extending-kubernetes-apis-with-custom-resource-definitions-crds-139c99ed3477

Tiny CA with a Raspberry PI and YukiKey

https://smallstep.com/blog/build-a-tiny-ca-with-raspberry-pi-yubikey/

How to manage multiple contexts in k8s

https://medium.com/capital-one-tech/managing-kubernetes-contexts-for-multiple-clusters-eed174288efe

Networking Guide

https://beej.us/guide/bgnet/html/

C Tips

https://tmewett.com/c-tips/#do-not-use-these-functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment