Created
March 5, 2021 08:22
-
-
Save saniyathossain/5e58d24dd201107ac11f7b680cc46be3 to your computer and use it in GitHub Desktop.
Install-able software in Ubuntu for Development
This file contains hidden or 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
| 1. open terminal after desktop comes. | |
| 2. run | |
| sudo apt update | |
| 3. sudo apt upgrade | |
| 4. sudo apt autoremove | |
| 5. next install docker | |
| https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04 | |
| 6. install docker-compose | |
| https://docs.docker.com/compose/install | |
| note: in this page select linux option, then follow instructions. | |
| 7. after finish open software center | |
| 8. install vscode | |
| 9. install postman | |
| 10. install sublime text | |
| 11. install sublime merge (for git) | |
| 12. install git using following command | |
| sudo apt install git-all | |
| 13. install git flow using following command | |
| sudo apt install git-flow | |
| 14. install google chrome https://www.google.com/chrome/ (download .deb file and install) | |
| 15. install skype | |
| 16. install telegram | |
| 17. install openfortigui https://hadler.me/linux/openfortigui/ | |
| 18. install stoken via following command | |
| sudo apt install stoken | |
| 19. install termius https://termius.com/linux | |
| 20. install microsoft teams | |
| https://websiteforstudents.com/how-to-install-microsoft-teams-on-ubuntu-20-04-18-04/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot for sharing.