在东芝 Portege Z20T-C-12J 上同时安装 Windows 和 Ubuntu

在东芝 Portege Z20T-C-12J 上同时安装 Windows 和 Ubuntu

在 Linux 上安装 Ubuntu 有什么问题吗?东芝 Portege z20t-c-12j

我调整了 Windows 分区的大小,因此有 80GB 的可用空间,然后我使用了 Ubuntu 19.04 USB-live-distribution,临时系统中的一切似乎都运行良好。

在此设备上安装 Ubuntu 时有什么需要特别注意的吗?

答案1

安装过程中没有出现任何问题。只需在 USB 设备上安装 Ubuntu 即可网启动或者鲁弗斯(Unetbootin 可以保留您的 USB 设备上的现有数据,并将安装映像添加为额外的文件夹)。

但这些是我安装后做的优化:

针对东芝 portege z20t-c-12j 安装 Ubuntu 的优化

缺少应用程序的基础安装

echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
SYSTEMLANG=de
apt install unp audacious gimp gimp-help-de pidgin pidgin-otr haveged language-pack-$SYSTEMLANG language-pack-$SYSTEMLANG-base firefox-locale-de hunspell-$SYSTEMLANG-$SYSTEMLANG libreoffice-l10n-$SYSTEMLANG thunderbird-locale-$SYSTEMLANG inkscape fail2ban ncdu ccze dfc screen tmux sshfs keepass2 workrave dolphin chromium-browser krusader krename kompare kate p7zip audacity ttf-mscorefonts-installer ubuntu-restricted-extras etckeeper xfce4-goodies redshift meld htop atop fonts-ubuntu-font-family-console gnupg2 picard w3m curl wine make gcc g++ unzip gawk bzip2 yakuake onboard neovim tree psensor hardinfo kdiff3

摆脱镜头

apt remove unity-scope-chromiumbookmarks unity-scope-colourlovers unity-scope-devhelp unity-scope-firefoxbookmarks unity-scope-manpages unity-scope-openclipart unity-scope-texdoc unity-scope-tomboy unity-scope-video-remote unity-scope-virtualbox unity-scope-yelp unity-scope-zotero unity-lens-music unity-lens-photos unity-lens-video

背景图像

https://askubuntu.com/a/1145869/34298

键盘布局

像在 vim 中一样将 Caps Lock 配置为 AltGr 和箭头

修复 nodejs

snap install --classic --edge node
sudo ln -s /snap/bin/npm /usr/bin/npm
snap install atom --classic

修复 Firefox 中的滚动问题

https://askubuntu.com/a/994483

如果你使用 KDE 或 Kubuntu

Plasmashell 高 CPU 负载修复 - Kubuntu 19.04 上的 Plasma 5.15 KDE

修复默认应用程序okular:

https://www.ryananddebi.com/2014/09/29/linux-fixing-pdfs-opening-in-gimp-in-firefoxzotero/

相关内容