天天看点

Ubuntu安装、使用、美化帖子汇总镜像安装常用软件安装

汇总下进三个月Ubuntu的使用心得

镜像

Ubuntu国内镜像下载地址

安装

Ubuntu安装教程1

Ubuntu安装教程2

常用软件安装

查看版本

lsb_release -c
           

选择对应的源

19 disco

18 bionic

apt简介

安装配置pip3

安装pip3&更换pip源

更换pip源

更换pip源

实现点击图标最小化 命令行

安装terminator

apt install terminator
           

配置terminator

然后改下透明度

安装Vim

Vim查找设置 编辑 ~/.vimrc

# 设置默认进行大小写不敏感查找 
set ignorecase 
# 如果有一个大写字母,则切换到大小写敏感查找 
set smartcase
           

安装ifconfig

安装搜狗输入法

搜狗输入法安装

如果出现问题

安装Chrome

https://baijiahao.baidu.com/s?id=1622595992346821550&wfr=spider&for=pc

安装Sublime

https://blog.csdn.net/lu_embedded/article/details/79558280

添加桌面快捷方式 http://www.sunxiaoning.com/linux/108.html

直接用应用商店安装即可

导入公钥 https://www.jianshu.com/p/7f04a4448634

安装插件 https://www.jianshu.com/p/cee5e5b8c1d7

常用插件 https://www.cnblogs.com/qingkong/p/5039527.html

Sublimerge 3

Ctags

一些配置

Tab替换为四个空格

Preferences - Setting

{
"font_size": 12,
"tab_size": 4,
"translate_tabs_to_spaces": true,

"word_wrap" : true
}
           

Crtl+U大小写切换

Preferences - Key Bindings

[
{ "keys": ["ctrl+u"], "command": "upper_case" },
{ "keys": ["ctrl+shift+u"], "command": "lower_case" },
]
           

安装JDK

https://blog.csdn.net/smile_from_2015/article/details/80056297

安装IDEA

https://blog.csdn.net/weixx3/article/details/81136822

安装pycharm

https://blog.csdn.net/qq_15192373/article/details/81091278

加快Pycharm https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit

安装Anaconda

https://blog.csdn.net/qq_15192373/article/details/81091098

安装tomcat

https://blog.csdn.net/weixx3/article/details/80808484

卸载Mysql

https://blog.csdn.net/iehadoop/article/details/82961264

安装MySQL

https://blog.csdn.net/iversonx/article/details/80341596

https://blog.csdn.net/weixx3/article/details/80782479

https://blog.csdn.net/qq_38059635/article/details/83270535

https://www.jb51.net/article/95399.htm

安装workbench

sudo apt-get install mysql-workbench
           

https://blog.csdn.net/weixx3/article/details/94117380 19

安装Navicat

https://blog.csdn.net/qq_41763225/article/details/82502033

安装WPS

https://blog.csdn.net/qq_14824885/article/details/81286682

其他常用软件

https://blog.csdn.net/fuchaosz/article/details/51882935

git访问速度慢

https://blog.csdn.net/tsq292978891/article/details/78260066

https://blog.csdn.net/kcx64/article/details/83866633

截图工具

https://blog.csdn.net/qq_36743482/article/details/94735338

https://linux.cn/article-10070-1.html

解决wifi无法打开

https://blog.csdn.net/biggoodloong/article/details/81038922

安装Intel显卡

https://my.oschina.net/u/2306127/blog/1801491

https://blog.csdn.net/qq_37935670/article/details/80377196

安装AMD显卡

https://www.cnblogs.com/qiaoyanlin/p/6901177.html

https://www.jianshu.com/p/f33e8f971c52

解决安装显卡后无法调节亮度

https://blog.csdn.net/Lockvictor/article/details/49254485

https://www.cnblogs.com/gaowengang/p/6034321.html

解决双系统时间不同步

https://blog.csdn.net/zyqblog/article/details/79318955

https://blog.csdn.net/dickwinters2011/article/details/82222466

docker国内原

https://www.jianshu.com/p/6172f03a24ff

安装软件合集

https://blog.csdn.net/haeasringnar/article/details/81809040

https://blog.csdn.net/u011469138/article/details/82320761

美化

https://www.jianshu.com/p/f9e905abea91

https://www.cnblogs.com/lishanlei/p/9090404.html

https://www.jianshu.com/p/6ef16e3b0a3e

https://blog.csdn.net/qq_32447361/article/details/85946268

Dash To Dock Position on screen Bottom

Intenlligent autohide YES

Behavior

Use keyboard Yes

Click action Minimize or show previews

安装后无法进入windows的解决方法

https://blog.csdn.net/piaocoder/article/details/50589667

加硬盘

https://www.bilibili.com/video/av36405192

双硬盘安装双系统

https://blog.csdn.net/fesdgasdgasdg/article/details/54183577

https://blog.csdn.net/m0_37857300/article/details/78930773

https://www.jianshu.com/p/227f5e2ceed3

继续阅读