This wasn't a bad article to read, although it doesn't really get anywhere. A reasonably novice Mac user tries out Ubuntu, finds some pros and cons.. the end. Quite well written though but some of his insights don't quite make sense.. > I had heard that Linux users still use a command line. Instead of pointing and clicking, they actually type in obscure commands – a series of numbers, letters, and squiggly things. It…
I might quibble with the "Linux's command line offers no benefits" line. It's true that the shell is identical. But OS X, out of the box, is lacking huge chunks of what you expect to find out-of-the-box on a typical Linux distribution. That's a problem for anyone who wants to be able to portable scripts, etc... Add that to the fact that the existing package managers for the command line tools are kinda lacking, and I…
An Apple User Tries Ubuntu
11–20 of 58 posts
Re: An Apple User Tries Ubuntu
#12Earlier quoted context omitted.
Damn, you beat me to it. I love how this guy is _such_ an apple fan yet he isn't familiar with Spaces. There's a lot of these ill-informed and vocal mac fans out there that give the rest of us a bad name.
Forgive me, but spaces doesn't have the nifty cube does it? I think he just likes the 'eye candy' that comes with Compiz (which, btw isn't enabled by default).
Re: An Apple User Tries Ubuntu
#13Earlier quoted context omitted.
Damn, you beat me to it. I love how this guy is _such_ an apple fan yet he isn't familiar with Spaces. There's a lot of these ill-informed and vocal mac fans out there that give the rest of us a bad name.
Forgive me, but spaces doesn't have the nifty cube does it? I think he just likes the 'eye candy' that comes with Compiz (which, btw isn't enabled by default).
Re: An Apple User Tries Ubuntu
#14Earlier quoted context omitted.
Forgive me, but spaces doesn't have the nifty cube does it? I think he just likes the 'eye candy' that comes with Compiz (which, btw isn't enabled by default).
I don't think so. He goes on to describe the enhanced productivity of using multiple workspaces, as if the same cannot be accomplished on a mac.
Re: An Apple User Tries Ubuntu
#15If only he knew the power of the CL...
Re: An Apple User Tries Ubuntu
#16Another Mac user here. I gave Ubuntu a spin the other week, running in Virtualbox on my main machine. I thought it looked slick and was very usable. Then I tried downloading and installing Firefox 3. I grabbed it, unarchived it and then.... then what? Where's the bloody installer.
If that's not an option (which is possible with FF3 if you're using an older version of Ubuntu) then chances are you need to build the software you downloaded from source and this is where it gets more complicated (although not that complicated unless you happen to get errors).
In case anyone is new to Linux and curious here are the typical steps to building a package from source.
> wget http://example.com/somefile.tar.gz (or you can download with the browser)
> tar zxvf somefile.tar.gz (or you can extract the archive using your desktop manager)
> cd somefile
> ./configure (if you don't see a configure and there is a file called Makefile present you can skip this step)
> make (this will compile the software)
> sudo make install (if you didn't get any errors during make you can use this to install the software)
Depending on the specific software you are trying to install you might need to pass configuration options to ./configure, you should typically look for such things in the instructions for the particular software you are trying to install. Also note that on Ubuntu you should install build-essential first (sudo apt-get install build-essential).Re: An Apple User Tries Ubuntu
#17The amateur user thing just doesn't seem consistent throughout. And the way he talks about his limitations as a user ("I’m not a software engineer; if I can’t grab it off the shelf, I can’t use it.") just strikes me as reciting a persona.
Two other obvservations:
* His experience with OS X must have been a long time ago because there's no mention of Exposé, Spaces, or Spotlight – which are all comparable features to the Ubuntu ones that impressed him. And if he was truly an OS X user all these years he'd know about them because they were the main features touted on the upgrade boxes. (Unless he's never upgraded from OS X 10.1.)
* From my memory and quick research Ubuntu doesn't come with KDE – you have to install it. I'm guessing the journalist read about the Linux war between Gnome and KDE and decided the throw it into his story even though it didn't actually happen to him. (Though it's possible Virginia Tech gave him a customized Ubuntu install to play with.)
Re: An Apple User Tries Ubuntu
#18Another Mac user here. I gave Ubuntu a spin the other week, running in Virtualbox on my main machine. I thought it looked slick and was very usable. Then I tried downloading and installing Firefox 3. I grabbed it, unarchived it and then.... then what? Where's the bloody installer.
on ubuntu (or pretty much any linux distribution or *bsd), you look to your vendor for pre-compiled packages of this software (linux distributions using dpkg, rpm, whatever, bsds using ports/pkgsrc/packages). so on ubuntu you run whatever package management utility comes with it and tell it you want to install firefox 3. it fetches a package built by another ubuntu user and installs it.
of course, you can manually download/configure/compile/install any of this software, but using pre-compiled packages is usually much easier, faster, and integrates better with your other installed software.
Re: An Apple User Tries Ubuntu
#19Earlier quoted context omitted.
I might quibble with the "Linux's command line offers no benefits" line. It's true that the shell is identical. But OS X, out of the box, is lacking huge chunks of what you expect to find out-of-the-box on a typical Linux distribution. That's a problem for anyone who wants to be able to portable scripts, etc... Add that to the fact that the existing package managers for the command line tools are kinda lacking, and I…
The stock OS X box comes with enough of the standard command-line toolbox that if you are actually writing a "portable" script you are not going to have a problem running that script on OS X. The biggest differentiator is probably that OS X is a part of the *BSD lineage and so you will need to do more tweaking of a Linux script to get it bsd-ready than you will need to tweak a standard bsd script to move it from Free…
And as mentioned, the existing package systems for OSS software are really primitive. There's just no equivalent for, say, the Ubuntu synaptic tool for new users.
I'm not trying to make this into a flame war: clearly you can achieve a pretty solid command line experience in OS X if you know what you're doing. But you're never going to learn it there without a bunch of headaches if you don't already have that expertise.
Re: An Apple User Tries Ubuntu
#20Earlier quoted context omitted.
Damn, you beat me to it. I love how this guy is _such_ an apple fan yet he isn't familiar with Spaces. There's a lot of these ill-informed and vocal mac fans out there that give the rest of us a bad name.
Forgive me, but spaces doesn't have the nifty cube does it? I think he just likes the 'eye candy' that comes with Compiz (which, btw isn't enabled by default).