⛔️ Commands might be for older version. Please check software versions before running ⛔️
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
alias ..='cd ..' | |
alias c='clear' | |
alias process='ps -eaf | grep ' | |
alias q='exit' | |
alias l='ls' | |
alias ll='ls -l' | |
alias ss='source ~/.bash_aliases' | |
alias path='echo -e ${PATH//:/\\n}' | |
alias ports='netstat -tulanp tcp' | |
alias meminfo='free -m -l -t' |
OlderNewer