Skip to content

Instantly share code, notes, and snippets.

View clvx's full-sized avatar

Luis Michael Ibarra clvx

View GitHub Profile
@roalcantara
roalcantara / XDG.cheat-sheet.md
Last active April 10, 2024 21:56
XDG cheat sheet

XDG - Base Directory Specification

Directories

Base

The intended use-case for BaseDirectories is to query the paths of user-invisible standard directories that have been defined according to the conventions of the operating system the library is running on.

@IanColdwater
IanColdwater / twittermute.txt
Last active April 22, 2024 17:26
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
#!/bin/sh
CHART=$1
HR=$2
usage() {
echo "$(basename $0) </path/to/chart/> </path/to/helmrelease>"
}
if test ! -d "${CHART}"
@caglar10ur
caglar10ur / microk8s
Last active January 9, 2024 19:29
microk8s setup with istio
snap install microk8s --classic
sudo ufw default allow routed
sudo iptables -P FORWARD ACCEPT
microk8s.enable dns dashboard metrics-server
# grafana/dashboard
# http://IP:8080/api/v1/namespaces/kube-system/services/monitoring-grafana/proxy/
# http://IP:8080/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/pod?namespace=default
microk8s.enable istio