• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newly found skin for Ubuntu
#1
Do you use Linux?
Are you secretly a wannabe Mac fanboy?
Is your nme Mark?

If the answer to any two of the above questions is "yes", I give you the guide on how to:

On Lucid Lynx
Code:
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

On Maverick Meerkat
Code:
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

Enjoi
[Image: Bulbasaur_by_bigsharn.jpg]
As you do...
  Reply
#2
name*
enjoy*

You have no idea what you've just told someone to do have you?

With Lucid Lynx being 10.04 and Maverick Meerkat being 10.10, let's go with 10.04 as that's what I use.

Code:
wget https://downloads.sourceforge.net/project/macbuntu/macbuntu-10.04/v2.2/Macbuntu-10.04.tar.gz -O /tmp/Macbuntu-10.04.tar.gz

wget is basically a tool used for downloading stuff mainly from *nix command line. So you'll be downloading Macbuntu-10.04.tar.gz from sourceforge and saving it to the /tmp directory.
wget syntax: -O, --output-document=FILE write documents to FILE.


Code:
tar xzvf /tmp/Macbuntu-10.04.tar.gz -C /tmp

-z, --gzip, --gunzip, --ungzip filter the archive through gzip (Because of the .gz extension)
-x, --extract, --get extract files from an archive
-v, --verbose verbosely list files processed
-f, --file=ARCHIVE use archive file or device ARCHIVE (The location of the tar.gz'ed file after this command)
-C, --directory=DIR change to directory DIR (Puts the extracted files in to the /tmp directory)


Code:
cd /tmp/Macbuntu-10.04/

cd = change directory


Code:
./install.sh

.sh is a bash file, in this case an install script.
  Reply
#3
In this case the install.sh has no executable privileges either. If something in a temp folder could be executed it might as well be Windows.
[Image: icpn5k.jpg]
Trolls are the last thing you need to be concerned with.

VCD Wrote:// Forever more, count and reply, bitch.
  Reply
#4
I was thinking exactly the same..
[Image: nomnomnom.jpg]
;7$=v?%v%#5>v7v8994
The decrypt code is V, I could not make it any simpler!
  Reply
#5
Saw it.
Thought of Mark.
Copypasta.
It WAS meant as a joke, but if it doesn't work...
[Image: Bulbasaur_by_bigsharn.jpg]
As you do...
  Reply
#6
I love using Ubuntu. It is so cool to see all the new skins in the way that people can customize the desktop. It is much better than Windows or Mac. I am working to setup a server like this. I just set up a box for my in-laws and they love it.
  Reply
#7
MARK!!!!!!
[Image: Bulbasaur_by_bigsharn.jpg]
As you do...
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ubuntu KDE? DerpyTurtle1337 1 7,162 11-11-2012, 02:10 PM
Last Post: Mark
  How to use Gnome instead of Unity in Ubuntu 11.04 Mark 1 8,095 13-10-2011, 06:01 PM
Last Post: Drumm
  Setting DNS in Ubuntu Pack3t SynAck3r 8 25,687 30-08-2011, 10:42 PM
Last Post: pat778mal
  HP's $99 / £60 TouchPad can run Ubuntu Mark 1 6,751 29-08-2011, 11:15 AM
Last Post: bigsharn
  [TUT] How to move Ubuntu 10.04's Window buttons Mark 10 25,526 29-04-2011, 01:31 AM
Last Post: Drumm

Forum Jump: