Linux vmWare setup notes for Ubuntu
阿新 • • 發佈:2018-11-11
Didirectional drag and drop, copy and paste
sudo apt-get install open-vm-tools
sudo apt-get install open-vm*
Get gcc and g++ compiler
sudo apt-get update
sudo apt-get install build-essential
- If the VMware cannot connect to the Internet, have a look at this
page: https://blog.csdn.net/main_h_/article/details/56291977
and https://blog.csdn.net/qq_36069590/article/details/79695292 - To setup ftp in ubuntu
https://blog.csdn.net/runfan1014/article/details/54708065 - To upload and download file using ftp
https://www.howtoforge.com/tutorial/how-to-use-ftp-on-the-linux-shell/ - To upload and download file using scp
https://blog.csdn.net/jiangkai_nju/article/details/7338177 - To set up ssh on ubuntu
sudo apt-get install openssh-server
- error while loading shared libraries: libQtGui.so.4: cannot open
shared object file: No such file or directory
To install libqtgui4:
sudo apt-get install libqtgui4:amd64
Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
> sudo rm /var/lib/apt/lists/* -vf
> sudo apt-get update