Ubuntu安裝、使用、美化帖子彙總

彙總下進三個月Ubuntu的使用心得

鏡像

Ubuntu國內鏡像下載地址

安裝

Ubuntu安裝教程1

Ubuntu安裝教程2

常用軟件安裝

查看版本

 lsb_release -c

選擇對應的源

19 disco
18 bionic
apt簡介

安裝配置pip3

安裝pip3&更換pip源
更換pip源
更換pip源

實現點擊圖標最小化 命令行

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'

安裝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

安裝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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章