curl -sL https://get.rke2.io | sh
systemctl daemon-reload
systemctl start rke2-server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############ NEW ALIAS ########################### | |
alias up='apt update && apt full-upgrade -y && apt -y autoremove' | |
alias os='cat /etc/os-release' | |
alias aptin='apt -y install' | |
alias snapin='snap install' | |
alias brewin='brew install' | |
alias dock='docker' | |
alias dops='docker ps' | |
alias ku='kubectl' | |
alias kubectl='k3s kubectl' |