CLI & Snippets
Netzwerk schnell checken
Section titled “Netzwerk schnell checken”ip a # IPs anzeigenip r # Routennslookup host.tlddig +short mx kit-it-koblenz.de~/.ssh/config
Section titled “~/.ssh/config”Host gideon HostName 10.0.10.2 User joshua IdentityFile ~/.ssh/id_ed25519Git-Commands
Section titled “Git-Commands”git st # alias für statusgit co # checkout/switchgit cm # commit -m "msg"