ubuntu18.04常用软件安装与系统美化全记录

一.安装win10和ubuntu双系统

我的电脑是双固态硬盘,一块装win10,一块装ubuntu,安装前参考了很多网上的教材。

https://blog.csdn.net/ysy950803/article/details/52643737

https://blog.csdn.net/xrinosvip/article/details/80428133

https://blog.csdn.net/c707480580/article/details/81813925

https://blog.csdn.net/wangshiming88/article/details/85333046

这几篇文章基本解决了我的各种疑问

tips:

1.安装时需要在win10的盘划分出800M左右作为ubuntu的efi分区,这样就可以在启动时选择系统了。

2.关于显卡问题,参考https://blog.csdn.net/qq_37935670/article/details/80377196,我在安装时并没有出现卡死的情况,因此我是在安装好后直接在软件与更新中修改的。

                             ubuntu18.04常用软件安装与系统美化全记录_第1张图片

3.关于安装其它字体https://blog.csdn.net/qq183837971/article/details/78235144,直接把win10里的字体复制过来就ok了,不符合类型的文件直接改后缀就可以

修复wps的字体问题:http://wps-community.org/download.html?vl=fonts#download

4.双系统时间不同步问题https://blog.csdn.net/dickwinters2011/article/details/82222466

5.软件无源问题https://blog.csdn.net/qq_36982160/article/details/80983995

6.win10读取Linux中的文件https://www.diskinternals.com/linux-reader/

7.图形化系统清理与优化工具stacer,懒人必备https://www.sysgeek.cn/stacer/

二.常用软件安装

各种软件安装费了很多时间,主要有以下几类:

编程类:vscode,qt creator,pycharm,matlab

qt creator安装https://blog.csdn.net/sinat_36301420/article/details/85232886

如何创建pycharm快捷方式https://blog.csdn.net/jpch89/article/details/81739176,我常用这种方式创建https://blog.csdn.net/louises_debug/article/details/79803429

matlab2018安装https://blog.csdn.net/weixin_41038644/article/details/84680646,解决缩放问题https://blog.csdn.net/zwhut/article/details/79779174,改变工作路径https://blog.csdn.net/u012210613/article/details/52346842

上网类:火狐浏览器,chrome,electron-ssr

如何安装火狐及创建快捷方式https://blog.csdn.net/louises_debug/article/details/79803429

electron-ssr安装及使用https://github.com/erguotou520/electron-ssr/releases,下载appimage版本直接点击使用,安装好后生成的desktop文件在主目录的.local/share/applocations中(已经被feng,有点可惜了,如果有需要的请私信我)

免费天梯(感谢大神无私奉献)https://sphard3.github.io/free/ssr.html,另外我在win10买的天梯不知道为什么在electron-ssr里用不了,始终没有找到原因

ubuntu没有类:微信,tim

这几个只能装wine版https://www.cnblogs.com/chendeqiang/p/10177530.html,https://www.lulinux.com/archives/1319

最新消息:百度云有linux的客户端了,直接去官网下载就可以了!!

工作类:

wps,teamviewer

安装搜狗输入法,需要注意不要把搜狗输入法放在第一个,因为第一个默认不自动激活,最好放在第三个https://blog.csdn.net/weixin_42506747/article/details/82914583

https://blog.csdn.net/lupengCSDN/article/details/80279177

安装mege网盘,类似onedrive,多平台同步,主要是有linux客户端,速度还可以https://mega.nz

 

其它:smplayer,okular(看pdf),dia(画流程图),atril文档查看器(可以看psd),gimp(提供很多ps的功能)

三.系统美化

参考我之前写的文章https://blog.csdn.net/hnshhshjq/article/details/80216951

最终效果图

 

你可能感兴趣的:(Linux使用)