用ubuntu做東西很久了,總結(jié)了一些教程鳖悠,一直想整理一下,確實是沒有時間优妙,這下簡單的整理了一下乘综,大家可以看看,具體的軟件安裝包已經(jīng)推到了本人的百度云帳號下面了套硼,需要下載的可以直接下載卡辰。如果有什么問題可以直接留言。下面是分步進(jìn)行的邪意,指令需要一條執(zhí)行九妈,由于時間有限,就不寫shell腳本了雾鬼,等以后重新更新的時候把shell腳本寫一下萌朱。
收集的軟件安裝包放在了百度云上,感謝各位github上開源的軟件的貢獻(xiàn)策菜。
- 鏈接:
https://pan.baidu.com/s/1YXk8c2A6IPLINqfWdv2W5g
- 提取碼:
uqoy
1.設(shè)置源為清華源或者阿里源等國內(nèi)的源
2.設(shè)置分屏:(選做)
系統(tǒng)設(shè)置晶疼,屏幕顯示,關(guān)閉之前的屏幕做入,只顯示最新的屏幕
3.添加搜狗輸入法
chmod +x sogoupinyin_2.3.1.0112_amd64
sudo dpkg -i sogoupinyin_2.3.1.0112_amd64
sudo apt-get -f install
sudo dpkg -i sogoupinyin_2.3.1.0112_amd64
4.安裝谷歌瀏覽器
sudo dpkg -i google-chrome-stable_current_amd64
sudo apt-get install -f
sudo dpkg -i google-chrome-stable_current_amd64
5.卸載系統(tǒng)軟件
卸載火狐瀏覽器
dpkg --get-selections |grep firefox
sudo apt-get purge firefox firefox-locale-en firefox-locale-zh-hans unity-scope-firefoxbookmarks
卸載亞馬遜
sudo apt-get remove unity-webapps-common
卸載自帶的Word
sudo apt-get remove --purge libreoffice*
6.安裝福昕PDF閱讀
sudo ./FoxitReader.enu.setup.2.4.4.0911.x64.run
7.安裝WPS和字體
sudo dpkg -i wps-office_11.1.0.8392_amd64.deb
安裝字體
unzip wps_symbol_fonts.zip
sudo cp mtextra.ttf symbol.ttf WEBDINGS.TTF wingding.ttf WINGDNG2.ttf WINGDNG3.ttf /usr/share/fonts
8.安裝markdown-typora
#首先解壓壓縮包
tar -zaxf Typora-linux-x64.tar.gz
#移動Typora-linux-x64到 softwares
mv Typora-linux-x64/ home/xxxx/software
#創(chuàng)建一個run.sh腳本并賦予權(quán)限
sudo gedit run.sh
# 在run.sh中寫入
cd /home/xxx/software/Typora
./Typora
#賦予run.sh權(quán)限
sudo chmod +x run.sh
#測試run.sh是否可以使用
./run.sh
#進(jìn)入應(yīng)用管理目錄
cd /usr/share/applications
sudo gedit typora.desktop冒晰,
#寫入以下內(nèi)容:
[Desktop Entry]
Name=typora
Comment=typora - The most popular mind mapping software.
Exec=/home/xxx/software/Typora/run.sh
Terminal=false
Type=Application
Icon=/home/xxx/software/Typora/typora.jpg
StartupNotify=true
Categories=Office;
Exec:run.sh可執(zhí)行文件絕對路徑
Icon:圖標(biāo)絕對路徑,自行下載一個圖標(biāo)
9.生成ssh竟块,并添加到github中
ssh-keygen -t rsa -C "********@****.com"
cat ~/.ssh/id_rsa.pub
10.安裝Visual Studio Code
sudo dpkg -i code_1.41.0-1576089540_amd64.deb
11.安裝網(wǎng)易云音樂
sudo dpkg -i netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb
如果發(fā)生錯誤壶运,你可以執(zhí)行下面的指令:
sudo apt-get -f install
執(zhí)行之后,你可以繼續(xù)執(zhí)行上面的指令
sudo dpkg -i netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb
12.修改ubuntu的主題
請參考博客:https://blog.csdn.net/u011227356/article/details/80034498
13.修改藍(lán)牙設(shè)備的key浪秘,實現(xiàn)藍(lán)牙設(shè)備在雙系統(tǒng)的應(yīng)用蒋情。
tips:樓主在實踐中,發(fā)現(xiàn)華為的藍(lán)牙鼠標(biāo)居然有三個MAC地址耸携,所以請大家注意在操作的過程中注意電腦MAC地址和藍(lán)牙設(shè)備MAC地址的匹配棵癣,從而才能實現(xiàn)藍(lán)牙設(shè)備的雙系統(tǒng)實現(xiàn)。
具體操作請參考鏈接:https://blog.csdn.net/10km/article/details/61201268
14.修改ubuntu啟動項:
請參考鏈接:https://jingyan.baidu.com/article/afd8f4de58959134e386e969.html
15.安裝matlab_linux:
參考鏈接:https://www.cnblogs.com/taoyuyeit/p/8823311.html
16.時間同步
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
sudo hwclock --localtime --systohc
sudo timedatectl set-local-rtc 1
17.安裝git
git config --global user.email "XXXXXXX@XXXX.com"
git config --global user.name "XXXXXXXX"
XXXXX為相應(yīng)的用戶名和郵箱
18.安裝pycharm
mv pycharm-2019.1.3/ /home/XXX/opt
然后打開~/.bashrc
gedit ~/.bashrc
19.安裝截屏軟件shutter
sudo add-apt-repository ppa:shutter/ppa
sudo apt-get update
sudo apt-get install shutter
然后打開設(shè)置夺衍,設(shè)置開啟的快捷鍵
ps:
里面的快捷鍵命令用:shutter -s 或者shutter –select
截取當(dāng)前活動窗口:shutter -a (a表示active)
截取拖拉區(qū)域:shutter -s (s是select之意)狈谊,拖拉出矩形區(qū)域后按Enter。
20.安裝錄屏軟件Kazam
sudo apt-get install kazam