Skip to content

Instantly share code, notes, and snippets.

@mpoerwito
Created April 21, 2025 16:25
Show Gist options
  • Save mpoerwito/c60f079209c8e7c59ce43d5d4f6d665b to your computer and use it in GitHub Desktop.
Save mpoerwito/c60f079209c8e7c59ce43d5d4f6d665b to your computer and use it in GitHub Desktop.
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