To save time it is possible to create a short cut for Linux commands by creating an alias. To do so:
- open ~/.bashrc or /etc/bash.bashrc in any text editor
- Add each commnad using this formula: 'alias <name>=<"command"> e.g. alias install ="sudo apt-get install"
- Then save it and log out and log in again in to the system
- Enjoy :)