• Home
  • About
  • Tech
  • Projects
  • Contact
TjWallas.DevOps().Labs>

Transform your ubuntu into MAC OSX using macbuntu

13/3/2011

 
So you like that Mac theme everybody brags about ha? Well there is one great thing about Ubuntu or linux in General. Linux is like a Naked Model who you can dress the way you like =D ! Dressing includes messing with everything you want! Starting from the core system files all the way up to the Themes and looks. That's one of the zillion reasons OpenSource ftw! Go Open source or go home.

For Ubuntu 10.10 Maverick:

Open your Terminal (Applications -> Accessories -> Terminal) then type in the following commands:
 wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.10/v2.3/Macbuntu-10.10.tar.gz -O /tmp/Macbuntu-10.10.tar.gz
 tar xzvf /tmp/Macbuntu-10.10.tar.gz -C /tmp
 cd /tmp/Macbuntu-10.10/
 ./install.sh 

For Ubuntu 10.04 Lucid:

Open your terminal (Applications -> Accessories -> Terminal) then type in the following commands:
 wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.2/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz
 tar xzvf /tmp/Macbuntu-10.04.tar.gz -C /tmp
 cd /tmp/Macbuntu-10.04/
 ./install.sh 
- During the installation you'll be prompted to enter some choices. To select a choice just type in the choice number then Enter. (Or type "y" for yes and "n" for no in case of yes/no choices)

- After the installation finishes you'll be prompted to restart your computer. Type "y" then enter to restart.

Enjoy!


Comments are closed.
Powered by
✕