Actually, I was thinking it would be sort of like a pet. You know, we could...we could name her Trixie, or Miss Kitty Fantastico, or something.

Tara ,'Empty Places'


Buffistechnology 3: "Press Some Buttons, See What Happens."

Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!


tommyrot - Sep 18, 2007 5:28:55 pm PDT #2782 of 25496
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

I don't mess around with shell stuff too much in OS X, but I found something interesting that lets you grab web stuff using the command line. You'd call it like:

/usr/local/bin/links -dump "http://somewebpage.com"

What is this 'links' thing? I don't have that file (at least at that location).


mothra - Sep 18, 2007 6:18:42 pm PDT #2783 of 25496
Mothra, benevolent winged goddess, protector of the earth.

What do we know about Go-Daddy? I'm thinking of using them to renew my domain name, mostly because I detest Network Solutions and they're LOTS cheaper.


Typo Boy - Sep 18, 2007 6:51:23 pm PDT #2784 of 25496
Calli: My people have a saying. A man who trusts can never be betrayed, only mistaken.Avon: Life expectancy among your people must be extremely short.

I use them - for domains they are fine. Don't let them talk you into using their hosting service. In general when you buy from them they try a fairly hard sell to get you to buy other services; ignore this and they are great for domains as far as I'm concerned.

I'm not the only one. I think several people on this board uses go-daddy. But you might also check your hosting service. A lot of hosting services offer domains at competitive prices.


Liese S. - Sep 18, 2007 7:34:42 pm PDT #2785 of 25496
"Faded like the lilac, he thought."

I agree with Typo. I also use them for domains and domains only and have been happy with them in that aspect. But I would not use them for hosting.


Jon B. - Sep 19, 2007 1:48:29 am PDT #2786 of 25496
A turkey in every toilet -- only in America!

go-daddy are fine. I use dotster who are also good.

I used to use network solutions and I remember them making it very very VERY difficult for me to leave them. This was 5 years ago; hopefully things are different now.


Tom Scola - Sep 19, 2007 2:14:51 am PDT #2787 of 25496
Remember that the frontier of the Rebellion is everywhere. And even the smallest act of insurrection pushes our lines forward.

/usr/local/bin/links -dump "http://somewebpage.com"

Anything in /usr/local is something that has been installed locally on that system. It's not something that comes with Mac OS X.

You can get it here: [link]


Deena - Sep 19, 2007 4:17:02 am PDT #2788 of 25496
How are you me? You need to stop that. Only I can be me. ~Kara

Why not use GoDaddy for hosting? I ask because I am, and have had no problem with them, but I'm wondering now if I should be braced for something.


Gudanov - Sep 19, 2007 5:26:45 am PDT #2789 of 25496
Coding and Sleeping

I don't mess around with shell stuff too much in OS X, but I found something interesting that lets you grab web stuff using the command line. You'd call it like:

/usr/local/bin/links -dump "http://somewebpage.com"

What is this 'links' thing? I don't have that file (at least at that location).

links is a text based web browser, handy if you need to browse in a SSH shell or something.

wget is also a handy utility to grab files from the web.

wget [link to file on the web]

wget might be a default utility, it is in most all Linux and FreeBSD distributions, but I don't know about OS/X


Tom Scola - Sep 19, 2007 5:28:57 am PDT #2790 of 25496
Remember that the frontier of the Rebellion is everywhere. And even the smallest act of insurrection pushes our lines forward.

"curl" is the default program that comes with OS X.


tommyrot - Sep 19, 2007 5:59:03 am PDT #2791 of 25496
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

Thanks Gud and Tom. My google-fu failed me, due to 'links' getting mostly matches that have nothing to do with the program of that name.