最新版Ubuntu 17.10与Windows 双系统安装、配置与美化详细图文教程

  发布时间:2018-02-08 12:24:22   作者:佚名   我要评论
本文为大家带来了最新版Ubuntu 17.10与Windows 双系统安装、配置与美化详细图文教程,需要的朋友可以一起看看

安装命令

sudo apt install git zshsh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

Docker安装docker可以参考官方文档

https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/#install-using-the-repository

注意目前docker官方还没有适配17.10,所以在执行到官方文档下面的命令时要把$(lsb_release -cs)改成zesty

sudo add-apt-repository \   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \   $(lsb_release -cs) \   stable"
sudo add-apt-repository \   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \   zesty \   stable"

其他删除Amazon广告图标

sudo rm -f /usr/share/applications/com.canonical.launcher.amazon.desktopsudo rm -f /usr/share/applications/ubuntu-amazon-default.desktop

删除多余的软件,删除游戏,照片美化工具,视频音乐播放器,firefox等非必要的软件

sudo apt-get autoremove firefox firefox-locale-en \ firefox-locale-zh-hans rhythmbox gnome-sudoku \ gnome-mahjongg gnome-mines transmission-common \ cheese totem-common aisleriot gedit gnome-online-accounts \ gnome-calendar simple-scan shotwell shotwell-common thunderbird

系统美化

首先需要安装以下两个工具:

sudo apt install gnome-tweak-tool chrome-gnome-shell

主题下载地址:https://www.gnome-look.org/browse/cat/135/ord/latest/

图标下载地址:https://www.gnome-look.org/browse/cat/132/ord/latest/个人比较喜欢的主题和图标

https://www.gnome-look.org/p/1099856/

https://www.gnome-look.org/p/1166289/下载解压后,在个人文件夹下建立.themes.icons两个文件夹,分别放主题和图标搜索tweak,修改主题和图标,tweak tool内还有大量的外观配置项,如字体,启动项等,可以根据自己的喜好修改

Gnome插件

Gnome为我们提供了大量的插件,用chrome访问https://extensions.gnome.org/即可快速的获取

AlternateTab:按alt+tab切换任务时显示缩略图

OpenWeather:在桌面正上方显示天气信息

Top panel workspace scroll:在顶栏滚动滚轮切换工作区(注意要配置其滚动延迟毫秒数,否则很容易一下滚轮滚动多个工作区)

Sound input & output device chooser:在右上角快速切换音源输出设备,方便切换耳机和音箱

Workspace indicator:在顶栏右方显示当前位于哪个工作区

system-monitor(注意中间有横线):在顶栏显示系统资源占用状态

User themes:可以在主题外观设置shell的主题

大部分的插件在tweak tool都可以进行进阶配置

再放一遍最终效果

结语

本篇文章如果对你有帮助,可以点一下赞喔。或者还有什么疑惑的地方,可以在评论区留言,谢谢你的阅读!

相关文章

最新评论