1.安裝
2.安裝tools,可以複製檔案
參考:快捷鍵:
ctrl+alt+t 命令列
ctrl+alt+l 鎖屏
更改/etc/apt/sources.list
阿里源:最後需要sudo apt-get updatedeb-src xenial main restricted #added by software-properties
deb xenial main restricted
deb-src xenial main restricted multiverse universe #added by software-properties
deb xenial-updates main restricted
deb-src xenial-updates main restricted multiverse universe #added by software-properties
deb xenial universe
deb xenial-updates universe
deb xenial multiverse
deb xenial-updates multiverse
deb xenial-backports main restricted universe multiverse
deb-src xenial-backports main restricted universe multiverse #added by software-properties
deb xenial partner
deb-src xenial partner
deb xenial-security main restricted
deb-src xenial-security main restricted multiverse universe #added by software-properties
deb xenial-security universe
deb xenial-security multiverse
deb bionic main multiverse restricted universe
deb bionic-updates main multiverse restricted universe
deb bionic-security main multiverse restricted universe
deb bionic-proposed main multiverse restricted universe
參考:4.更改中文/時區,安裝中文輸入法(sougou)
安裝輸入法時出現依賴問題,解決:sudo apt-get install –f
5.自帶了python/python3
安裝pip
sudo apt-get python-pip
sudo apt-get python3-pip
6.安裝pycharm
破解:更改hosts,live-server破解即可
7.虛擬機器被區域網內其他電腦訪問
需要用橋接模式
手動設定有線連線
ip位址與主機在同乙個網段
還需要設定:
進入vmware的 編輯 -> 虛擬網路編輯器 –> 選擇更改設定
將vmnet0(或其它型別為橋接模式的網路介面卡)橋接的網絡卡由預設的「自動」改為連上網際網路的網絡卡(無線或有線網絡卡)
確定即可;這時區域網內的其他主機就可以訪問到虛擬機器了
ubuntu 虛擬機器網絡卡
安裝的ubuntu16.04,完成之後ip是動態獲取的,於是項配置乙個靜態的ip,ubuntu16的物理網絡卡名字是ens33,和以前的eth0 之類的不一樣,不知道從什麼版本開始改的。直接修改 etc network inte ces檔案。新增如下幾行 iface ens33 inet stati...
虛擬機器ubuntu擴容
之前由於虛擬機器ubuntu分配空間太小,導致了空間不夠,然後決定對其擴容。一開始以為只需在虛擬機器編輯那裡擴充套件磁碟空間就夠了。後來才意識到那只是給ubuntu分配了磁碟空間,你還需要從ubuntu內部進行磁碟分割槽並掛載!本以為是很簡單的事情後來真的上手才發現全是坑。下面記錄一下詳細的步驟 1...
安裝ubuntu虛擬機器
1.安裝vmware workstation 2.安裝ubuntu 3.安裝vm tools 使用者vm workstation全屏,linux和windows之間複製東西。注意這個時候要把映象載入進來。4.設定root密碼 預設是沒有密碼的。5.更換映象源 6.其他操作 7.安裝sublime 不...