aptitude install gnome-tweak-tool
gnome-look上有很多主題包,這裡主要講解以下幾種主題的安裝配置方法
cp -r darkred1 /usr/share/themes/
開啟tweak-tool設定
開啟tweak-tool設定
開啟tweak-tool設定,即可看到資料夾圖示的改變
aptitude search cursor-theme
列出可以通過網路直接安裝的滑鼠主題包
i chameleon-cursor-theme - modern but not gaudy x11 mouse theme
i dmz-cursor-theme - style neutral, scalable cursor theme
i moblin-cursor-theme - moblin cursor theme
i xcursor-themes - base x cursor themes
通過aptitude安裝,再通過tweak-tool設定即可有不同風格的滑鼠指標
對這個工具配置,可以得到透明的terminal[2]. fedora 15 gnome 3 配置與gnome-shell擴充套件介紹
[3]. 適用於linux的5款最佳桌面圖示集
[4]. 乙個仿win8.1主題
[5]. 定製gnome的一些方法
[6].設定terminal快捷鍵 + 設定桌面快捷方式 + terminal透明解決方案
形而上者謂之道 形而下者謂之器。
aptitude install gnome-tweak-tool
gnome-look上有很多主題包,這裡主要講解以下幾種主題的安裝配置方法開啟tweak-tool設定cp -r darkred1 /usr/share/themes/
開啟tweak-tool設定開啟tweak-tool設定,即可看到資料夾圖示的改變列出可以通過網路直接安裝的滑鼠主題包aptitude search cursor-theme
通過aptitude安裝,再通過tweak-tool設定即可有不同風格的滑鼠指標i chameleon-cursor-theme - modern but not gaudy x11 mouse theme
i dmz-cursor-theme - style neutral, scalable cursor theme
i moblin-cursor-theme - moblin cursor theme
i xcursor-themes - base x cursor themes
對這個工具配置,可以得到透明的terminal[2]. fedora 15 gnome 3 配置與gnome-shell擴充套件介紹
[3]. 適用於linux的5款最佳桌面圖示集
[4]. 乙個仿win8.1主題
[5]. 定製gnome的一些方法
[6].設定terminal快捷鍵 + 設定桌面快捷方式 + terminal透明解決方案
Debian9配置網路源
切換到root許可權下 cp etc apt sources.list etc apt sources.list.bak 備份原有檔案 開啟檔案編輯 vi etc apt sources.list 替換內容為剛才複製的內容 deb stretch main non free contrib deb ...
在Debian 9上安裝utorrent
說實話,作為乙個新手,我真的遇到了很多很多問題,花了總共六七個小時才搞明白。2,使用tar解壓縮,找到webui.zip,再使用unzip解壓縮。這時候出問題了,系統裡沒有unzip,谷歌一番才裝上去,然後成功解壓。3.根據教程,這個時候只需要執行這個目錄底下的utserver就可以了,結果卻提示我...
Debian9下配置軟RAID
軟raid需要mdadm來實現,所以如果沒有安裝請安裝這個軟體。安裝命令如下 apt get install mdadm 假設有兩塊一樣的磁碟,裝置名為 dev sda和 dev sdb 第一步 用fdisk給兩塊磁碟分割槽,這裡簡單的將整塊磁碟設定為乙個主區。完成後將出現兩個新的裝置檔案,dev ...