2020年2月8日 星期六

Install Ubuntu 18.04

清理出一塊磁碟 free space
run USB boot (win 10 不用特別關掉security boot)
手動割硬碟
/ ~20GB
/home 剩下全部
18.04開始不需要swap

重新安裝
在安裝程式跑到如何分割硬碟那邊的時候
手動
把舊的安裝了ubuntu的磁碟區塊刪掉 ( 打勾, 在下面按減號)
產生free space
然後把free space設定為 "/"
然後就可以開始安裝了

(不用擔心swap空間的問題)


安裝 gcin
https://hyperrate.com/thread.php?tid=28044
https://samwhelp.github.io/note-about-gcin/ubuntu/18.04/#/install-default

安裝新硬碟
https://blog.gtwang.org/linux/linux-add-format-mount-harddisk/
在/etc/fstab那邊要按照現在的格式填
最後手動mount沒有成功
但重新開機就自動mount了
但是要先改權限
sudo chown -R ownerID 硬碟掛載點
sudo chgrp -R grpID 硬碟掛載點
不然會無法寫入

掛載google drive
https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/how-to-integrate-google-drive-on-ubuntu-18-04-bionic-beaver.html
(結果不好用 =.=)

Command line Grive
https://blog.gtwang.org/linux/use-grive-to-sync-google-drive/
(還是覺得不好用,常常忘記)

Gnome Extensions
把左邊側欄換到螢幕底部
-Dash to panel
App菜單,不要一堆icon冒出來蓋滿畫面
-Arc Menu

改視窗的樣式
安裝Tweaks
Appearance --> Themes --> Radiance (米色視窗)

https://www.omgubuntu.co.uk/2018/04/things-to-do-after-installing-ubuntu-18-04

Dropbox選擇性同步
先安裝整個dropbox資料夾
https://www.ostechnix.com/install-dropbox-in-ubuntu-18-04-lts-desktop/
把dropbox資料夾移動到指定的硬碟
https://www.dropbox.com/zh_TW/help/desktop-web/move-dropbox-folder
然後用symbolic link連到我想去的地

記得要紀錄MSI cubi如何設定boot setting進入Grub

LibreOffice MS Office 字型

sudo apt-get install ttf-mscorefonts-installer
隱藏關卡…如何同意configuration of installer
https://askubuntu.com/questions/16225/how-can-i-accept-the-microsoft-eula-agreement-for-ttf-mscorefonts-installer


sudo fc-cache -f -v
 
一段時間以後無法Boot進ubuntu
 
https://blog.csdn.net/qq_34562959/article/details/81095716
我做到boot repair就停止了 


沒有留言:

張貼留言

Ubuntu 18.06 booting stuck

Syndrome: Purple screen -->security mode shows Loading linux 4.15.0-106-generic Loading initial ramdisk Solution: Go to boot manue Securi...