Ubuntu Linux

Unable to access the Ubuntu VM via PuTTY, despite successful ping responses, install ssh service using command sudo apt-get install openssh-server

Check the status of ssh service using command sudo systemctl status ssh

Installing a Software on Ubuntu Linux using command sudo dpkg -i <software>.deb
For example, to install Visual Studio Code, sudo dpkg -i code_1.95.3-1731513102_amd64.deb



No comments:

Post a Comment