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!
iBooks are pretty price-competitive with PC laptops. But if I had to do it all over again, I'd probably pay the extra $ for a powerbook (my iBook only has VGA out to an external monitor, not DVI, and it can't drive an external monitor to any resolution higher than the laptop's screen already has).
I don't think 256 MB is adequate. My iBook has 640 MB and this seems fine.
I can't really say if Applecare is worth it.
I don't think 256 MB is adequate. My iBook has 640 MB and this seems fine.
So say I snapped entire and decided on a 15 or 17 inch jobbie. Would 512 be okay, or should it be 1GB?
I have absolutely no clue how to make X11 use the tcsh shell. I don't even know what that is. My slim amount of Unix knowledge is about 5-6 years out of date.
Would 512 be okay, or should it be 1GB?
Dunno. It depends on what you're gonna use it for.
A consultant of ours said his Powerbook (17 inch) was very good for running multiple virtual PC's. If you wanna do the virtual PC thing then I'd throw as much RAM at it as you can.
Heavy-duty graphics or programming could also use lots of RAM.
I have absolutely no clue how to make X11 use the tcsh shell. I don't even know what that is.
A shell is just the software that interprets the commands you type into a terminal session/window. There are several popular ones.
I'll try to find how to change it - it should be simple...
In the meantime, instead of the
setenv DISPLAY localhost:0
command, try using
export DISPLAY=localhost:0
I think that's the correct way to do it. Apparantly one of the biggest differences between tcsh and bash is that in bash you don't use setenv.
OK, here's a question... if you change the default shell for OS X, does that change also change the default shell for X11?
eta: Crap, I should do some work. In the meantime, here's info on changing shells: [link]
You can't change the default shell for OS X or for X11, you can change the default shell for a user.
I'll try all this when I get home, for sure. Thanks muchly!
You can't change the default shell for OS X or for X11, you can change the default shell for a user.
Yeah, that's what I meant. Of course, I didn't say that, so thanks for the clarification....
So what was the question then?