Skip to content

Instantly share code, notes, and snippets.

View matheus-goncalves's full-sized avatar

Matheus Gonçalves matheus-goncalves

View GitHub Profile
@matheus-goncalves
matheus-goncalves / kubectl commands
Last active March 23, 2021 20:21
Kubectl commands storage
DEBUG
kubectl get pods -n “namespace”
kubectl get services
kubectl get pods -n “namespace ”-o wide
kubectl logs {pod-name}
kubectl exec -it {pod-name} -- bin/bash
get all pods from all namespaces
kubectl get all -n namespace
kubectl describe endpoins
@cbrgm
cbrgm / install-ro.sh
Last active May 2, 2025 00:07
Install rAthena RagnarokOnline Server on Ubuntu 18.04
#!/bin/bash
######################################################
# Basic settings
######################################################
# server base directory
RAGNAROK_DIR=/rAthena
# mysql database settings
MYSQL_ROOT_PW="changeme"