linux系列_重裝ubuntu后常用軟件配置

1、刪除libreoffice

sudo apt-get remove libreoffice-common

2、刪除Amazon鏈接

sudo apt-get remove unity-webapps-common

3、刪除基本不用的自帶軟件(用的時(shí)候在裝)

sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku  landscape-client-ui-install
sudo apt-get remove onboard deja-dup  

4、安裝Vim

sudo apt-get install Vim

5、設(shè)置時(shí)間使用UTC

sudo vim /etc/default/rcS
將UTC=no改為UTC=yes

6、安裝Chrome

https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 下載最新的Chrome

sudo apt-get install libappindicator1 libindicator7  
sudo dpkg -i google-chrome-stable_current_amd64.deb   
sudo apt-get -f install  

7、安裝搜狗輸入法

vim /etc/apt/sources.list.d/ubuntukylin.list文件,加入ubuntu kylin的apt源

deb http://archive.ubuntukylin.com:10006/ubuntukylin trusty main
sudo apt-get update  
sudo apt-get install sogoupinyin  

8、安裝WPS

sudo apt-get install wps-office

9、安裝經(jīng)典菜單指示器

sudo add-apt-repository ppa:diesch/testing  
sudo apt-get update  
sudo apt-get install classicmenu-indicator

10、安裝系統(tǒng)指示器SysPeek

sudo add-apt-repository ppa:nilarimogard/webupd8    
sudo apt-get update    
sudo apt-get install syspeek  ```
##11、自定義DHCP網(wǎng)絡(luò)的DNS Server IP地址

sudo vim /etc/dhcp/dhclient.conf
在第21行#prepend domain-name-servers 127.0.0.1;
下一行添加如下2行使用aliyun和114的DNS;
prepend domain-name-servers 114.114.114.114;
prepend domain-name-servers 223.5.5.5;

##12、安裝git和vpnc

sudo apt-get install vpnc git

##13、安裝axel(多線程工具)

sudo apt-get install axel

##14、安裝openssh-server

sudo apt-get install openssh-server

##15、安裝EXFat文件系統(tǒng)驅(qū)動(dòng)
Ubuntu默認(rèn)不支持exFat文件系統(tǒng)的掛載,需要手動(dòng)安裝exfat的支持

sudo apt-get install exfat-fuse

##16、安裝lnav

sudo apt-get install lnav

##17、安裝unrar

sudo apt-get install unrar
unrar x test.rar

##18、安裝為之筆記

sudo add-apt-repository ppa:wiznote-teamsudo apt-get update
sudo apt-get install wiznote

##19、安裝分屏工具tmux

sudo apt-get install tmux

##20、安裝播放器

sudo apt-get install mplayer

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容