اینایی(اوبوتو-توئیک و burg) که شما گفتین رو هیچکدوم رو نتونستم بیدا کنم. میشه راهنمایی کنین؟
نصب ا
وبونتو-توئیک از طریق ترمینال:
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
(البته توی سافتر سنتر هم هست)
BURG
اول BUC را به حجم کمتر از 5 مگ دانلود و نصب کنین:
با double-clicking یا از طریق دستور زیر فایل دانلود شده را نصب کنین:
sudo dpkg -i package_file.deb
بعد پکیج Burg Manager را دانلود و نصب کنین:
و بعد دستور زیر:
sudo dpkg -i burg-manager*
بعد از اینجا اجراش کنین:
Applications > System Tools > Burg Manager
از اولین Tab(زبانهی Burg-installer) گزینهی Burg install را انتخاب کنین.
When installing Burg for the first time (this doesn't show up if you remove and install Burg again unless you purge everything), you should see a screen like this
Here, you must press SPACE to select the HDD to install Burg to (an "*" must be displayed next to the HDD where you have installed Ubuntu - like in the above screenshot), then TAB and ENTER. If you do not press SPACE, Burg will not run when you restart your computer
Then use Burg Manager to change everything to suit your needs (change the default OS, install new themes or tweak some advanced parameters or just preview some Burg themes) and then restart your computer.
Some setting can be changed directly from the Burg menu - press F2 to change the theme, F3 to change the resolution or F1 to see all the available options.
Note: I've only tested Burg Manager in VirtualBox - with Ubuntu and Kubuntu (that's why there are 2 Ubuntu icons in the screenshot below), as I do not dual boot. Here's a Burg screenshot from my computer:
منبع:
Burg Manager Tasks:
-install Burg, Burg-themes and a Burg emulator
-set timeout
-set your favourite theme
-set the screen resolution
-add new themes by choosing them among the ones you can find on this site
-remove Burg
-restore Grub2
-setting the default operating sistem
-setting advanced parameters
WITH JUST ONE CLICK!
روش کلاسیک:
Install burg-manager from repository
It’s possible to install and update burg-manager directly from repository. To do this, follow these steps:
Add this line to the file /etc/apt/sources.list:
deb http://www.sourceslist.eu/repo/ubuntu lucid main non-freeTo do this you can execute from command line:
echo "deb http://www.sourceslist.eu/repo/ubuntu lucid main non-free" | sudo tee -a /etc/apt/sources.list
Then you have to add gpg key executing:
sudo gpg --keyserver hkp://pgp.mit.edu --recv-keys FA088BA5 && sudo gpg --armor --export FA088BA5 | sudo apt-key add -
or:
wget http://www.sourceslist.eu/?download=public.key -O- | sudo apt-key add -
then you can install burg-manager executing:
sudo apt-get update && sudo apt-get install burg-manager