2010年4月5日 星期一

不錯的 10個 Ubuntu 佈景主題





1 – Add the key for the repository
Open a terminal and do:

gpg --keyserver hkp://keyserver.ubuntu.com:11371 --recv-key 881574DE && gpg -a --export 881574DE | sudo apt-key add -
if the server doesn’t respond, just wait a few minutes and try again
2 – Add the repository
Add those lines at the end of your sources.list (always in a terminal):
sudo gedit /etc/apt/sources.list

for Ubuntu 9.10
## Themes
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main

3 - Install Themes
Update your software sources: (In a terminaln do):
sudo aptitude update
Then install themes: (this command install all themes. If you want to install only one theme, go look here)
sudo aptitude install bisigi-themes
or click on apt://bisigi-themes



Liste des commandes pour installer les thèmes:
AquaDreams: sudo aptitude install aquadreams-theme
Ubuntu Sunrise: sudo aptitude install ubuntu-sunrise-theme
Bamboo-Zen: sudo aptitude install bamboo-zen-theme
Step into Freedom: sudo aptitude install step-into-freedom-theme
Tropical: sudo aptitude install tropical-theme
Exotic: sudo aptitude install exotic-theme
Balanzan: sudo aptitude install balanzan-theme
Wild Shine: sudo aptitude install wild-shine-theme

Infinity: sudo aptitude install infinity-theme
Showtime: sudo aptitude install showtime-theme
Orange: sudo aptitude install orange-theme
Ellanna: sudo aptitude install ellanna-theme
AirLines: sudo aptitude install airlines-theme

沒有留言:

張貼留言

How to use simple speedtest in RaspberryPi CLI

  pi@ChunchaiRPI2:/tmp $  wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --2023-06-26 10:4...