• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newly found skin for Ubuntu
#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


Messages In This Thread
Newly found skin for Ubuntu - by bigsharn - 08-01-2011, 07:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Ubuntu KDE? DerpyTurtle1337 1 7,163 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: