ubuntu日常使用和開發環境資源鏈接(持續更新)

(更換了新的設備,重新裝了雙系統,這裏記錄一下ubuntu開發環境的日常配置鏈接,省得下次浪費時間再去找)

使用環境

0.關閉觸摸板:https://blog.csdn.net/JokerCSDN/article/details/76943858

1.安裝chrome瀏覽器,https://jingyan.baidu.com/article/335530da98061b19cb41c31d.html

2.系統更新:
    sudo apt-get update
    sudo apt-get upgrade
3.卸載libreOffice:sudo apt-get remove libreoffice-common

4.刪除Amazon的鏈接:sudo apt-get remove unity-webapps-common

5.刪除不常用的軟件:
sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot
sudo apt-get remove gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku  landscape-client-ui-install
sudo apt-get remove onboard deja-dup

6.Flatabulous主題
執行以下命令安裝Flatabulous主題:
    3sudo add-apt-repository ppa:noobslab/themes
    sudo apt-get update
    sudo apt-get install flatabulous-theme
該主題有配套的圖標,安裝方式如下:
sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-icons
安裝完成後,打開unity-tweak-tool軟件,修改主題和圖標:
進入Theme,修改爲Flatabulous主題
在此界面下進入圖標欄,修改爲Ultra-flat
7.任意地方右鍵終端,點擊配置,修改顏色透明度

8.去網易雲音樂官網下載deb包:
http://music.163.com/#/download
打開終端:
cd 下載
sudo dpkg -i netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb
sudo apt-get -f install
sudo dpkg -i netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb

9.安裝foxmail:https://blog.csdn.net/baiquan17/article/details/53506999

10.搜狗輸入法(重啓生效):https://blog.csdn.net/qq_21792169/article/details/53152700   https://blog.csdn.net/woainishifu/article/details/71420303

11.安裝配置VIM:https://blog.csdn.net/ballack_linux/article/details/51855156   https://blog.csdn.net/kingolie/article/details/72081856


開發環境
0.配置git(注意配置git下載目錄的權限問題,並且注意生成的ssh key是當前用戶的,並不是root的,所以不要使用sudo來進行git操作,不然會報git權限訪問限制):https://blog.csdn.net/qq282330332/article/details/51855252
git GUI工具(gitcraken):https://www.cnblogs.com/EasonJim/p/7209135.html?utm_source=itdadao&utm_medium=referral      
添加github ssh支持:https://www.zhihu.com/question/21402411  

1.nvm:https://blog.csdn.net/shidaping/article/details/52218278   
nodejs安裝:http://www.runoob.com/nodejs/nodejs-install-setup.html

2.安裝jdk:https://blog.csdn.net/pysena/article/details/72514776

3.安裝python  略(自帶2.7) 安裝anaconda:https://www.cnblogs.com/MnsterLu/p/5846702.html

安裝pip  https://blog.csdn.net/weixin_37911283/article/details/70799481

4.安裝mongo:https://www.cnblogs.com/weschen/p/7395667.html  安裝mongoClient

5.安裝rabbitMq:https://blog.csdn.net/rickey17/article/details/72756766

6.安裝mysql:https://www.cnblogs.com/lonkiss/p/6517430.html     (問題:https://www.cnblogs.com/qmfsun/p/6298010.html)  
可視化:https://blog.csdn.net/jgirl_333/article/details/48575281

7.安裝webstorm:官網

8.安裝pycharm:官網

9.安裝redis:https://blog.csdn.net/qq_30242609/article/details/52913145



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