美文网首页Linux
Linux mint安装说明

Linux mint安装说明

作者: 西风瘦马78 | 来源:发表于2019-03-19 17:19 被阅读11次

linux mint安装顺序

1.基本安装

2.更改软件源

3.系统更新

4.安装中文支持,中文输入法,注意字体变化

sudo apt-get install language-selector-*

5.下载deb安装包安装wps、安装网易云音乐、安装chrome

6.卸载firefox,libreoffice等不需要软件

sudo apt-get remove --purge libreoffice*

7.调整硬盘缓存到内存,加速电脑,使用TMPFS减少磁盘读写

sudo xed /etc/fstab

在该文件的末尾,加入如下内容:

# Move /tmp to RAM

tmpfs /tmp tmpfs defaults,noexec,nosuid 0 0

8.解决LinuxMint/Ubuntu关机时间过长

(1)安装 watchdog

sudo apt install watchdog

(2)开启 watchdog 服务

sudo systemctl enable watchdog.service

(3)马上启用 watchdog 服务

sudo systemctl start watchdog.service

9.在 LinuxMint/Ubuntu 系列系统中,使用如下 PPA 安装月亮播放器:

sudo add-apt-repository ppa:cos-lyk/moonsoft

sudo apt update

sudo apt install moonplayer

相关文章

网友评论

    本文标题:Linux mint安装说明

    本文链接:https://www.haomeiwen.com/subject/nsenmqtx.html