1、分割槽:當安裝軟體時發現/home中沒有空間了,本來先重做系統重新分割槽(太蠢了),後來從網上查到可以用gparted:
安裝: sudo get-apt install gparted
啟動:sudo gparted
之後將未分配的空間移到想要擴容區域的旁邊進行設定。
2、檢視分割槽:
$cat /proc/partitions
3、新增hosts
進入root許可權下替換hosts
sudo su
cp hosts /etc/hosts
exit
修改後執行
sudo systemctl restart networkmanager
工作總結 遇到的錯誤
2017 05 25 1 這倆天做了乙個junit,裡面先寫的mock,然後呼叫的時候這個mock就匹配不了,最後檢查出來是包名字不對,查了好久才查到。2 恩 對 還有在專案裡要想改包名字,千萬不要在專案本身上改,去找資料夾,這樣改不容易錯還容易做。3 list裡面加上物件就是往list裡面放值,乙...
mysql 遇到的問題 錯誤總結
1.can t connect to local mysql server through socket var run mysqld mysqld.sock 2 解決辦法 重啟mysql伺服器 2.密碼不符合安全策略 密碼太簡單 目的 為了設定簡單密碼 解決辦法 1 使用命令 show varia...
學習中遇到的錯誤總結
commons lang commons lang 2.5 commons logging commons logging 1.1.1 commons beanutils commons beanutils 1.7.0 commons collections commons collections ...