Mac Theme For Ubuntu 11.10

If my last post is about Mac Theme For Ubuntu 11.04 today I would like to share Mac Theme For Ubuntu 11.10

First you must Download all files from Here (Step 1) and Here (Step 2) and you just follow all step

Click for Step 1 :
1. Copy 'Macbuntu 10.10.tar.gz' to downloads folder


2. Type 'cd ~/Downloads' on terminal (CTRL+ALT+T)
3. Still on terminal you type 'tar zxvf Macbuntu-10.10.tar.gz'


4. After that you type 'cd Macbuntu-10.10'
5. Edit install.sh with type this on terminal 'gedit install.sh'


6. Find

chk_system()
{
echo “”
echo “Checking Ubuntu version…”
s=`cat /etc/issue | grep -i “$UBUNTU”`
if [ ! -n "$s" ]; then
echo “Failed. System not supported, script will end here”
echo “To ignore their compatibility with current OS try ./install.sh force”
echo “Exiting…”
exit 1;
fi
echo “Passed”
}


    and replace with this code

chk_system()
{
echo “Passed”
}


    Save it

7. After you save the changer you type './install.sh'


8. And you may just follow the step with choose 'Y' and choose with the chosen have 'star (*)' symbol

This is for the example, actually there is still many question like this.



9. After you follow all the step and the question, it will be starting to install the theme to the system
10. After you've done with all the installation process, you may reboot your computer, and we going to the step 2
Click for Step 2 :
1. Extract folder on 'macbuntu-x' to your desktop


2. Open terminal (CTRL+ALT+T) and type 'cd Desktop/macbuntu-x'
3. After that, you must extract all theme package with type this command

sudo tar -C /usr/share/themes/ -xzvf Macbuntu-Xi.tar.gz
(to extract theme package)

sudo tar -C /usr/share/icons/ -xzvf Macbuntu-Xi-Icons.tar.gz
(to extract icon package)

sudo tar -C /usr/share/icons/ -xzvf Macbuntu-Xi-Cursors.tar.gz
(to extract cursor package)

sudo cp aurora.jpg /usr/share/backgrounds
(to extract background)

4. Or, if you don't want to type all command above, you just need to write command 'sudo sh macbuntu-xi.sh' and with automatically, all theme package will extract by itself




5. After that, you must install 'Advanced Settings' to apply the theme, you can use 'Ubuntu Software Center' and search Advanced Settings, or you can type 'sudo apt-get install gnome-tweak-tool'


6. After you have install Advanced Settings, launch the program 'Dash Home => And type "Advanced Settings" => Theme => And change all setting as my picture


7. And now, we change the transparency and icon size. Press ALT+F2 and type 'about:config' => Change on the "Hide launcher" to be 'auto hide' => Move to experimental change panel opacity to be '0.3000' launcher opacity '0.5000 and launcher icon size to 32 => and close it





8. And if you want to change the background like a Mac. Go to => System Settings => Appearance => Click on (+) symbol => And choose Aurora.png (included)


9. And done! Your Ubuntu exactly like a Mac.

Note: Password for the WinRAR is information-computer

Thats all for my post, hopefully will be useful for you.

~Good luck~

Original: Step 1 and Step 2

Change Icon Blogger

Sometimes when we visit a web blog, the icon isn't icon blog, but the other picture or animation like my blog, and now in this post i will share how that things happen.

Click for Example :
And this is for the tutorial

Click for Tutorial :
1. Go to Template => Edit HTML => Click process => Press Ctrl + F on keyboard (To find) => And type 'SHORTCUT ICON'


2. After you found 'SHORTCUT ICON' you will see a link address (was block by me) and that link you change with your picture link address => Click Save template
3. Done, and now try to visit your blog
4. Happy blogging
That's all for this post, hope will help you

Picture Goes Big

Sometimes when we visit a website or web blog (Like my web blog) we find on that website or web blog, picture in that website goes big when we take our cursor to that picture

Click for Example :
Image and video hosting by TinyPic
We can give this effect in any condition, even on our post, and this is for the tutorial

Click for Tutorial :
1. Think where you want to use this effect
2. After that put this script to anywhere that you want to make this effect

<div class="hovergallery">Your picture address</div>

Nb: Change Blue word with address of your picture
for example

<div class="hovergallery"><a href="http://tinypic.com?ref=20zohat" target="_blank"><img src="http://i42.tinypic.com/20zohat.jpg" border="0" alt="Image and video hosting by TinyPic"></a></div>

3. And done now you have effect with your picture
Thanks for reading, hopefully this is will be useful for us