ubuntu19.10 相關軟件安裝
本文目錄
1.Typora
2.zsh
3.Vscode
4.gnome 美化
5.Dash to Dock
6.NetSpeed
7.XDM下載器(2020.4.25更新,不建議使用)
8.system-monitor(2020.4.25更新,不建議使用)
9.gTile
10.grub啟動美化(不是雙系統不建議使用)
11.Clipboard Indicator
12.Drop down terminal
13.Hide Top Bar
14.No Title Bar - Forked
15.Recent Items
16.主題安裝
17.字體安裝(2020.4.25更新,ubtun20.04不建議使用)
18.Xmind
19.okular pdf閱讀器
20.GIMP圖像處理軟件
21.CPU,內存,網速監控
1.Typora
Typora是一款Markdown撰寫軟件,Linux版本也相當好用.
Typora的安裝方式如下:
# or run: # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add - # add Typora's repository sudo add-apt-repository 'deb https://typora.io/linux ./' sudo apt-get update # install typora sudo apt-get install typora
2.zsh
搭配了oh my zsh zsh 是較為好用的shell工具
先下載zsh:
sudo apt-get install zsh
再安裝oh my zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
在對話框的設置zsh為默認bash選項,填y確認即可。
配置文件在用戶目錄.zshrsc文件中
3.Vscode
vscode是常用的編程軟件,下載鏈接點擊即可
4.gnome 美化
sudo apt-get update sudo apt-get install gnome-tweak-tool sudo apt-get install chrome-gnome-shell
用火狐打開https://extensions.gnome.org,點擊網頁提示安裝拓展,安裝后刷新界面
在網頁的搜索框輸入user themes,找到后點擊
在user themes界面將網頁的右邊OFF點擊為ON就可以啦
gnome主題還可以在https://www.gnome-look.org查找
5.Dash to Dock
用火狐打開https://extensions.gnome.org,網頁的搜索框輸入Dash to Dock,找到后點擊
在Dash to Dock界面將網頁的右邊OFF點擊為ON就可以
6.NetSpeed
同上,網頁連接為https://extensions.gnome.org/extension/104/netspeed/,類似以上方法安裝即可
7.XDM下載器(2020.4.25更新,不建議使用)
這個下載器挺不錯的。
XDM下載后解壓運行
./install.sh
安裝完成后在軟件列表就可以看到啦
8.system-monitor(2020.4.25更新,不建議使用)
https://extensions.gnome.org/extension/120/system-monitor/
這個也是gnome里的插件。用來顯示系統內存和CPU等情況。
首先需要打開終端安裝依賴:
sudo apt install gir1.2-gtop-2.0 gir1.2-nm-1.0 gir1.2-clutter-1.0
安裝完依賴后,像之前的插件一樣安裝即可
9.gTile
gTile也是在gnome下的窗口分屏軟件,十分好用。
使用簡介可以參考這個gTile的Github.
Make sure the window you want to resize has focus
Click on the gTile icon on the tool bar, or press Super+Enter (default)
The gTile dialog pop-up will show up in the center of your screen
意思就是按window + Enter就可以結合鼠標或者鍵盤使用啦
10.grub啟動美化(不是雙系統不建議使用)
我的是window10和ubuntu 19.10雙系統,開啟啟動頁面是那個grub沒得選。所以我們可以進行美化。
主題在這里下載
我的主題是Tela
下載好主題后,我們新建一個文件夾:
sudo mkdir /boot/grub/themes/
再將下載的主題壓縮包解壓到themes文件夾中
我們找到主題文件夾中的theme.txt文件,復制它的地址
接下來設定配置:
sudo gedit /etc/grub.d/00_header
寫入這兩個配置,路徑和像素:
GRUB_THEME="/boot/grub/themes/Tela/theme.txt" GRUB_GFXMODE="1920x1080"
如下(別為了美觀亂加空格,等于號前后不要有空格)
#! /bin/sh set -e # grub-mkconfig helper script. # Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc. # # GRUB is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # GRUB is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GRUB. If not, see
接下來使得配置生效:
sudo update-grub
如果顯示是這樣:
Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/init-select.cfg' Generating grub configuration file ... Found theme: /boot/grub/themes/Tela/theme.txt Found linux image: /boot/vmlinuz-5.3.0-40-generic Found initrd image: /boot/initrd.img-5.3.0-40-generic Found linux image: /boot/vmlinuz-5.3.0-18-generic Found initrd image: /boot/initrd.img-5.3.0-18-generic Found memtest86+ image: /boot/memtest86+.elf Found memtest86+ image: /boot/memtest86+.bin Found Windows 10 on /dev/sda1 done
那就是成功了
11.Clipboard Indicator
剪切板插件,和windows下的Ditto類似的功能
12.Drop down terminal
快速終端插件
自從自定義。默認情況下按Esc下面的那個鍵可以調出來,不過因為和markdown代碼快捷鍵沖突了,我自定義成了Ctrl + 空格
13.Hide Top Bar
隱藏頂欄插件。把頂欄的標題欄可以動態隱藏
14.No Title Bar - Forked
隱藏軟件標題欄插件,軟件的標題欄可以隱藏。最好還是自己設定一下。
15.Recent Items
最近文件插件,這個就不多說了吧
16.主題安裝
首先,主題和shell主題都是要放在/usr/share/themes/文件夾下面
圖標在/usr/share/icons/目錄下
打開主題下載網站,左側的菜單欄Full Icon Themes是圖標主題
GTK3 Themes是系統主題,Gnome Shell Themes是shell主題
注意選擇穩定更新的,或者最近更新,且評價好的主題下載。
下7.載后解壓移動到相應的文件夾下
打開顯示應用程序圖標,就是那個9個點的那個。找到優化——>外觀
選擇自己下好的主題就可以啦。
17.字體安裝(2020.4.25更新,ubtun20.04不建議使用)
我推薦的是這個字體
sudo apt-get install fonts-wqy-microhei
打開顯示應用程序圖標,就是那個9個點的那個。找到優化——>字體,選擇即可
18.Xmind
Xmind是思維導圖的無敵軟件。支持ubuntu哦。
有deb包可以下載
如果下載下來的是rpm格式。我們需要使用alien將其轉化為deb的包
sudo apt-get install alien
下載好了之后我們開始轉化:
sudo alien XMind-ZEN-for-Linux-x86-64bit-10.0.0-201911260056.rpm
轉化完成后,dpkg安裝即可
sudo dpkg -i xmind-vana_10.0.0-201911260057_amd64.deb
19.okular pdf閱讀器
sudo apt-get install okular
20.GIMP圖像處理軟件
sudo apt-get install gimp
21.CPU,內存,網速監控
sudo apt-get install indicator-sysmonitor
未完待續…
Ubuntu
版權聲明:本文內容由網絡用戶投稿,版權歸原作者所有,本站不擁有其著作權,亦不承擔相應法律責任。如果您發現本站中有涉嫌抄襲或描述失實的內容,請聯系我們jiasou666@gmail.com 處理,核實后本網站將在24小時內刪除侵權內容。