Meine .bash_aliases (gekürzt um arbeitsspezifisches):
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
alias g="./gradlew" alias cd..="cd .." alias here="xdg-open ." alias ifconfig='ip -c a' alias update="sudo apt update --allow-insecure-repositories && sudo apt upgrade -y --allow-unauthenticated && sudo apt autoremove -y --allow-unauthenticated && sudo snap refresh" alias docker-clean="docker system prune -a --volumes" alias docker-restart="sudo systemctl daemon-reload && sudo systemctl restart docker" alias reproxy="sudo systemctl restart systemd-resolved terminal-pac-proxy" alias internet="sudo service NetworkManager restart" alias wetter='curl http://v2.wttr.in/Hamburg' alias start='curl http://192.168.0.8/start.php' alias stop='curl http://192.168.0.8/stop.php' |
Die meisten davon werden euch egal sein – was mir egal ist 😎