TIPS:
1.可以使用虛擬終端,即在桌面環(huán)境下?按 Ctrl+Alt+T罪佳,或者桌面下直接右鍵,選擇Open terminal蕾管;
2.umount? 卸載
3.進入某一文件夾操作:cd /tmp ;或者?當前文件夾界面右擊-進入終端
4.重啟:reboot
5.注銷:log out
6.解壓? ?tar -xzf 文件名
7.Sudo su?進入root權(quán)限??每句命令前加sudo? 臨時root權(quán)限
實現(xiàn)與主機文件傳輸:
安裝Vmware tools https://blog.csdn.net/teacher20133/article/details/54601816
問題記錄:
提示:You must restart your X session before any mouse or graphics changes takeeffect.You can now run VMware Tools by invoking"/usr/bin/vmware-toolbox-cmd" from thecommand line or by invoking"/usr/bin/vmware-toolbox" from the command line during an X server session.Toenable advanced X features (e.g., guest resolution fit, drag and drop, and fileand text copy/paste), you will need to do one (or more) of the following:1.Manually start /usr/bin/vmware-user2. Log out and log back into your desktopsession; and,3. Restart your X session.Enjoy,--the VMware team
對于這個,你只需重啟一下虛擬機即可佑稠。
在主機新建文件夾linuxshare秒梅,在設置中啟用對應
看/mnt目錄,已經(jīng)存在文件夾hgfs,而且里面有對應共享文件夾幔嫂。
ubuntu16.04下載地址:
中科大源
?????http://mirrors.ustc.edu.cn/ubuntu-releases/16.04/
阿里云開源鏡像站
?????http://mirrors.aliyun.com/ubuntu-releases/16.04/
蘭州大學開源鏡像站
?????http://mirror.lzu.edu.cn/ubuntu-releases/16.04/
北京理工大學開源
?????http://mirror.bit.edu.cn/ubuntu-releases/16.04/
浙江大學
?????http://mirrors.zju.edu.cn/ubuntu-releases/16.04/
anaconda3安裝
https://blog.csdn.net/u012318074/article/details/77074665
keras安裝:?pip install keras
驗證:?????????? python?? >>>import keras
返回??Using TensorFlow backend.??? 即成功