Created
April 21, 2025 16:25
-
-
Save mpoerwito/c60f079209c8e7c59ce43d5d4f6d665b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
alias ll='ls -l' | |
alias la='ls -A' | |
alias l='ls -CF' | |
alias update='sudo apt update && sudo apt upgrade' | |
alias whatsmyip='curl ipinfo.io/ip' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment