Skip to content

Instantly share code, notes, and snippets.

View nh4ttruong's full-sized avatar
🥛
Hey bro, don’t deploy on Fridays

Nhật Trường nh4ttruong

🥛
Hey bro, don’t deploy on Fridays
View GitHub Profile
@janeczku
janeczku / rke2-nginx-lb.md
Created November 10, 2023 13:41
Configure RKE2 to expose the Nginx Ingress behind a Metallb VIP
  1. Before installing RKE2 on the node create the following file:
# /var/lib/rancher/rke2/server/manifests/rke2-ingress-nginx-config.yaml
---
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
  name: rke2-ingress-nginx
 namespace: kube-system
@superseb
superseb / rke2-commands.md
Last active October 24, 2025 08:14
RKE2 commands

RKE2 commands

  • Updated on May 29 to accommodate etcd container not having /bin/sh available anymore.

Install

curl -sL https://get.rke2.io | sh
systemctl daemon-reload
systemctl start rke2-server
@sundowndev
sundowndev / GoogleDorking.md
Last active November 1, 2025 02:03
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"