Ubuntu alias

http://www.howtogeek.com/73768/how-to-use-aliases-to-customize-ubuntu-commands/

alias ='apt-get'
alias install='sudo apt-get install'
alias remove='sudo apt-get remove'
alias uninstall='sudo apt-get remove'
alias update='sudo apt-get update'

Bu Yazı ile İlişkili Diğer Yazılarım

Yorum yapın

This site uses Akismet to reduce spam. Learn how your comment data is processed.