Great, huh? Anyway, here's an useful tip if your are interested.
In your .bashrc file, add the following line:
alias ins="sudo apt-get install"
Then when you need to install something, just type:
ins something
However the bad thing is that when you're TABing if you're not sure about the package name, there won't be any suggestion.
You can also alias other frequently used commands like:
ls -al
No comments:
Post a Comment