最近在倒腾Linux, 写一个安装指南, 以后备用。
下载Linux Ubuntu 18.04 LTS 版本, 然后参考这个帖子用U盘安装系统。
https://blog.csdn.net/chy555chy/article/details/61191771
建议最小化安装, 进入系统后再自行安装其他软件。
我的系统安装好以后, 最高分辨率只支持1024*768, 于是花了很长时间查询如何更改分辨率。具体参考我如下的帖子:
https://blog.csdn.net/qq_42003222/article/details/83343401
U盘系统装好了, 当然先安装输入法了, 下载并安装搜狗输入法。
首先到搜狗输入法官网下载搜狗输入法,下载的是个deb文件。
https://pinyin.sogou.com/linux/?r=pinyin
这个地址下载输入法.deb文, 双击打开安装。
安装完毕,设置语言选项,到系统设置->语言支持(System->Language Support),将键盘输入法系统由默认的iBus设置为fcitx。操作此步骤时,如果没有出现fcitx选项,说明你的机器还需要安装fcitx键盘输入法系统,直接看第二部分fcitx的安装。
注销,重新登陆。
将键盘输入法系统改为fcitx后,一定要注销,而且操作顺序不能改。这时还不能马上使用,还要点击右上角的输入法图标,点击设置,进入设置界面,这个时候没有看到搜狗输入法,点击左下角的加号,然后注意先要去掉”只显示当前语言的输入法”前面那个勾,然后再搜索”sogo”,这个时候就看到sogo pinyin了,接着添加就可以了,然后就可以切换输入法了。
以上内容, 参考博客如下: 原文:https://blog.csdn.net/ljheee/article/details/52966456
sudo vi /etc/apt/sources.list
将vi编辑器内内容删除, 修改为如下内容。
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
完成后按ESC键退出编辑模式(进入按i键);输入:wq保存退出。
完成后输入以下命令更新软件列表及更新软件包:
sudo apt-get update
sudo apt-get upgrade
安装Chrome浏览器:因为系统安装了Firefox浏览器, 个人比较喜欢Chrome。
由于下载安装需要, 而我自己的软件在chrome上面, 于是只能乖乖去Software Store搜索chrome然后下载安装。
装好以后就可以卸载原有的Firefox浏览器了。 具体卸载请自行到Software Store上已安装去找。
由于码代码或者查问题经常要用Google, 所以不得已在大陆要安装一下。地址:http://www.ggfwzs.com
安装好以后, 右上角登录, 输入Google账号和密码, 登录后自动同步书签,扩展, 账号设置等等。
平时偶尔也需要Office, 办公查看也是要的。
如下链接:https://www.libreoffice.org/download/download/ 下载LibriOffice稳定版, 并按照官方指南安装(https://libre-software.net/how-to-install-libreoffice-on-ubuntu-linux-mint/)。也可以在Software Store上搜索并下载安装。
其他软件如MPVplayer (Software Store),typora(thttps://support.typora.io/Typora-on-Linux/).
相关链接:https://www.oschina.net/news/95593/things-to-do-after-installing-ubuntu-18-04
Ubuntu Dock(位于屏幕左侧的任务栏)可以轻松打开,并且切换和管理应用程序与正在运行的应用程序。
你可以点击 Dock 中的应用程序图标来切换它。但默认情况下,Ubuntu Dock关闭了此选项。
你只需在 Terminal 应用程序中运行此命令,就可以轻松地为 Ubuntu Dock 启用最小化操作:
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
也可以将 Ubuntu 底座移动到屏幕底部。要执行此操作,请打开设置 > 底座, 然后从提供的下拉菜单中设置所需的位置