Ubuntu 16.04簡單配置備忘錄

1.幾個安裝包的地址

1.Linux QQ:https://im.qq.com/linuxqq/index.htmlhtml

2.網易雲音樂:http://s1.music.126.net/download/pc/netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb千萬別去官網下載最新版本,否則會出現各類問題。linux

3.搜狗輸入法:https://pinyin.sogou.com/linux/?r=pinyingit

4.Google Chrome:http://www.ubuntuchrome.com/github

注意:安裝後插入臺式機前置耳機孔是沒有聲音的。chrome

解決方法:ubuntu

  1. 使用後置耳機孔。
  2. sudo apt install pavucontrol
    pavucontrol

    打開pavucontrol以後,在"輸出設備"中選擇內置模擬立體聲electron

2.幾個操做命令

2.1使用管理員權限打開一個文件管理器

sudo nautilus

2.2加入右鍵以管理員身份打開

sudo apt install nautilus-admin

安裝完成後,必須從新啓動 Nautiluside

nautilus -q

注意nautilus-gksu 已經再也不工做了,替換爲這裏使用的「Nautilus管理」擴展,在官方的Ubuntu倉庫中。工具

2.3更換軟件源  

清華大學開源軟件站鏡像:https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/,更換方法見此連接。oop

# 默認註釋了源碼鏡像以提升 apt update 速度,若有須要可自行取消註釋
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-backports main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-security main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-security main restricted universe multiverse

# 預發佈軟件源,不建議啓用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-proposed main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-proposed main restricted universe multiverse

2.4安裝Ubuntu Tweak

注意:全新安裝Ubuntu 16.04,你會發現以前的安裝添加PPA源的方式不行了, 由於該做者中止維護了。

解決方案:

  1. 使用以下方法安裝。https://www.linuxidc.com/Linux/2017-01/140063.htm
  2. 安裝Unity Tweak Tool。
    sudo apt-get install unity-tweak-tool

2.5解決依賴問題

sudo apt-get -f install

3.PPPOE撥號

3.1首次設置

sudo pppoeconf

按照提示設置便可。

3.2經常使用命令

sudo pon dsl-provider #打開鏈接

sudo poff dsl-provider #關閉鏈接

plog #查看狀態

3.3切換回有線鏈接

  1. 從寬帶撥號轉換成動態獲取ip地址:
    sudo gedit /etc/NetworkManager/nm-system-settings.conf

    打開後,找到[ifupdown]managed=false修改爲:[ifupdown]managed=true。注意:這裏可能不一樣系統版本會有不一樣的名字,有的直接就是NetworkManager.conf

  2. sudo gedit /etc/network/interfaces

    只保留auto loiface lo inet loopback

  3. 重啓 network-manager服務:
    sudo service network-manager restart

注意:再次打開寬帶鏈接只須要從新執行

sudo pppoeconf

4.代理工具

Say goodbye to yesterday.

Say hello to tomorrow.

Remember you can be better.

Be yourself and do yourself.

Year by year, day by day.

Enhance yourself to meet challenges.

 

目前還能夠在 GitHub 上搜索到熱心羣衆的備份項目

下載地址

選哪一個版本的話也不妨參見備份項目的頁面

https://github.com/max2max/freess

https://github.com/ThinkDevelop/Free-SS-SSR

相關文章
相關標籤/搜索