Video may be blocked due to browser extensions. In the article you will find a solution to this problem.
Lesson notes
aliasto view all aliasesalias name='command'to create a new alias namednamefor the commandcommand(e.g.alias lss='ls | sort -r')unalias nameto unalias an alias namedname
Some useful aliases
alias c='clear'— clears the screen withcalias ..='cd ..'- quickly go one level up with..alias h='history'— quickly access history withh