Ubuntu16 04配置Mac主題

2021-08-04 13:48:55 字數 1561 閱讀 1967

更新

sudo apt-get update

sudo apt-get upgrade

安裝unity-tweak-tool

sudo apt-get install unity-tweak-tool
安裝 flatabulous 主題

sudo add-apt-repository ppa:noobslab/macbuntu

sudo apt-get update

sudo apt-get install macbuntu-os-icons-lts-v7

sudo apt-get install macbuntu-os-ithemes-lts-v7

解除安裝命令:

cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.sh

sudo apt-get remove macbuntu-os-icons-lts-v7 macbuntu-os-ithemes-lts-v7

將面板上的 『ubuntu desktop』 文字替換 『mac』

cd && wget -o mac.po 

cd /usr/share/locale/en/lc_messages

sudo msgfmt -o unity.mo ~/mac.po

rm ~/mac.po

cd

語言上如果是其他非英語語言,將 /en 做相應修改,比如中文

cd && wget -o mac.po 

cd /usr/share/locale/ch_zn/lc_messages

sudo msgfmt -o unity.mo ~/mac.po

rm ~/mac.po

cd

恢復原來的桌面文字命令:

cd && wget -o ubuntu.po 

cd /usr/share/locale/en/lc_messages

sudo msgfmt -o unity.mo ~/ubuntu.po

rm ~/ubuntu.po

cd

啟動器上蘋果logo

sudo mv launcher_bfb.png /usr/share/unity/icons/

恢復圖示:

wget -o launcher_bfb.png 

sudo mv launcher_bfb.png /usr/share/unity/icons/

安裝docky,可以從ubuntu軟體中安裝。

開啟docky,進行如下設定;

為docky新增或刪除應用:

右鍵有鎖定到docky,執行即鎖定。將圖示直接拖出去即可刪除鎖定。

效果如下:

參考

ubuntu16 04配置網絡卡

第一步 檢視網絡卡資訊 輸入ifconfig命令檢視網絡卡資訊,下圖紅圈處就是網絡卡名稱。第二步 配置網絡卡檔案 注意 不同的linux系統,網絡卡配置檔案是不同的,這裡ubuntu的網絡卡配置檔案是 etc network inte ces。輸入下面命令進行編輯網絡卡檔案 sudo vi etc ...

ubuntu16 04配置網絡卡

第一步 檢視網絡卡資訊 輸入ifconfig命令檢視網絡卡資訊,下圖紅圈處就是網絡卡名稱。注意 不同的linux系統,網絡卡配置檔案是不同的,這裡ubuntu的網絡卡配置檔案是 etc network inte ces。輸入下面命令進行編輯網絡卡檔案 sudo vi etc network inte...

Ubuntu16 04配置網絡卡

配置網絡卡檔案 注意 不同的linux系統,網絡卡配置檔案是不同的,這裡ubuntu的網絡卡配置檔案是 etc network inte ces。輸入下面命令進行編輯網絡卡檔案 sudo vi etc network inte ces 預設的檔案內容如下 auto lo iface lo inet ...