OPERATING SYSTEMSOS Linux

Linux Ubuntu Setup for new software developer [HINDI]

Want to setup a new ubuntu system or make your system more productive.

in Hindi

This is a very good approach for java developer to setup its system and make your more productive and simple.

sudo -i
apt-get update
apt-get upgrade
apt-get install tmux vim snapd git
curl -s “https://get.sdkman.io” | bash
snap install intellij-idea-community –classic
snap install code –classic
snap install postman
snap install zoom-client
source “$HOME/.sdkman/bin/sdkman-init.sh”
apt-get install python3-pip
pip3 install youtube_dl
snap install simplescreenrecorder-brlin
snap install kdenlive
snap install docker
snap install beekeeper-studio

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *