Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Yeah, in an odd intangible way I was part of the crowd calling out "wimp" too. Times have changed since then and GUI's are the accepted norm. I was also an Amiga freak (Assembly language developer) BTW. Notice anything reminiscent of my avatar? ;)

And finally you can still dump the entire OS X GUI and go CLI all the way if you like. It's real easy to get there too. I do it sometimes myself. Considering that 10.7 and 10.8 are still better than 10.6. :D I like CLI interfaces. It offers a rewarding level of direct control with fewer limitations. I'm also very glad to have a GUI tho.. ;)

Nice avatar choice. I used to know someone who worked there ... both of us could see the writing on the wall when they reported that the office furniture was going back to the rental company.

How do you cause the OSX GUI to quit and just use a cli? Everything seems too tied to it that doing so would seem not to make for a stable system. I suppose you could enlarge a terminal window to a full screen but that is cheating.
 
Luis,
I have 3 Macs. My 2009 MacPro is my main animation station and I'd postponed upgrading it's OS. Like you I was sitting with 10.6.8. I decided to get an SSD drive for it and new video card. I did the upgrade on Saturday. The new card requires 10.8.3. I was surprised at how quickly, easily and trouble-free the upgrade was. And I find that I like it better. Plus the cloud is nice syncing my various computers.

Thanks. Did you do a simple upgrade from SL to ML via the App Store or did you do a full clean install?
I simply let the App Store upgrade my MBP last year from SL to L and later to ML, and there were no problems with the installed apps or hardware. But for my MP, I would probably do a fresh, clean install, if it's possible.
 
Really? I'm very flattered. Even I disagree with me more often than that. :)





Yeah, I guess I see some logic in that. But at the same time these are computers... running software... so everything is and probably always will be, still doable from version to version. Even as things seemingly disappear they're usually still there or only slightly morphed. A good example and case in point here is your M.I.A. SMB client. Abracadabra <taps his magic wand>, behold:
Magic, I know... :)

What you don't realize is there are a few people in here we all heed when they weigh in on a subject..You, Deconstruct60, AM, MVC, and Netkas are the MP folks. PowerPCMM, Intell, and Zenn (before ban) were the PowerPC people you listen to. In the Portable area Hellhammer for portables.
 
Nice avatar choice. I used to know someone who worked there ... both of us could see the writing on the wall when they reported that the office furniture was going back to the rental company.

How do you cause the OSX GUI to quit and just use a cli? Everything seems too tied to it that doing so would seem not to make for a stable system. I suppose you could enlarge a terminal window to a full screen but that is cheating.

Booting into Single User Mode is the most "naked way" but the best (safest and most fun) way I've found it to load terminal instead of Finder in the startup like so:

defaults write com.apple.loginwindow Finder /Applications/Utilities/Terminal.app​

and to change it back to Finder as default:

defaults write com.apple.loginwindow Finder /System/Library/CoreServices/Finder.app​

From terminal you can launch applications with:
open -a /Applications/Myprogram.app​
where the -a is for .app file structure types and causes the application to load it's defaults for folder locations and etc. And place quotes around the path string when there are spaces in the file or folder name like:
open -a "/other applications/my program.app"​

open .​
will load finder and and open a window in the Current Directory. Notice the "." at the end there. If you enable the "Quit Finder" menu item you can just quit it again when done. If that's not enabled you can enable it from the terminal by typing:
defaults write com.apple.finder QuitMenuItem -bool YES
killall Finder​

To open a file with it's associated default application just type:
open /path_to_files/applicationDataFile.xxx​
For example in my system
open /path_to_files/awesomephoto.jpg​
opens awesomephoto.jpg in Photoshop. :)

Tricking out your shell environment variables will save you a bunch of typing too. ;)
 
Last edited:
What you don't realize is there are a few people in here we all heed when they weigh in on a subject..You, Deconstruct60, AM, MVC, and Netkas are the MP folks. PowerPCMM, Intell, and Zenn (before ban) were the PowerPC people you listen to. In the Portable area Hellhammer for portables.

Wow, for me the people I can trust blindly (without having to search and verify the information) is Nanofrog and Netkas. For anyone else (including me) I would recommend verifying the information before using it - especially if it's instructions of some kind.

I'm flattered to be considered in the helper-group but if I am it's only because I look things up BEFORE I post them. Or if its opinion based info then it's based on long-term career experience and testing - with regular colleague concurrence. If I don't have that or am too lazy to verify whatever it is, then I put stuff in question form. So I'm glad my efforts to self-verify have resulted in helping others. That's pretty cool. Warm fluffies, I dig it. :)
 
Wow, for me the people I can trust blindly (without having to search and verify the information) is Nanofrog and Netkas. For anyone else (including me) I would recommend verifying the information before using it - especially if it's instructions of some kind.

I'm flattered to be considered in the helper-group but if I am it's only because I look things up BEFORE I post them. Or if its opinion based info then it's based on long-term career experience and testing - with regular colleague concurrence. If I don't have that or am too lazy to verify whatever it is, then I put stuff in question form. So I'm glad my efforts to self-verify have resulted in helping others. That's pretty cool. Warm fluffies, I dig it. :)

It's not blindly trusted, you and the folks I mention have an actual valid opinion..you check people and when they are accurate, you trust them. I just wish you and deconstruct would be less wordy. I think in bullet points you two think in novels.

it is my ambition to say in ten sentences what others say in a book.--Nietzsche

I'm a big Nietzsche guy so here is another quote to live by..

Formula for our happiness: a Yes, a No, a straight line, a goal--Nietzsche
 
Thanks to Nanofrog I learned quite a lot about RAIDS and how they work plus assisting others with setting up different RAID solutions. In addition, I am well versed in Mac Pro and PowerPC machines and no where do I try to second guess my solutions for people. I always research first and then I apply that knowledge to helping someone.

Please don't put me in the category of not knowing what I am doing. I am also a PC Technician as well, though have been with Mac since 1999 and I know quite a lot about both platforms.

Just because my username is PowerPCMacMan does not mean I limit myself to helping and assisting those who enter the PowerPC community, I help anyone who seeks it. Also, I am defending IntellMR as well as he also posts in this forum as well.

Thank you for your understanding.

Wow, for me the people I can trust blindly (without having to search and verify the information) is Nanofrog and Netkas. For anyone else (including me) I would recommend verifying the information before using it - especially if it's instructions of some kind.

I'm flattered to be considered in the helper-group but if I am it's only because I look things up BEFORE I post them. Or if its opinion based info then it's based on long-term career experience and testing - with regular colleague concurrence. If I don't have that or am too lazy to verify whatever it is, then I put stuff in question form. So I'm glad my efforts to self-verify have resulted in helping others. That's pretty cool. Warm fluffies, I dig it. :)
 
I am glad we have reliable Mac Gurus here like Nanofrog, Tessalator, Deconstruct60, MacVidCards, PowerPCMan to help us with our inquiries. Thanks to all for all the tips and advises. :)
 
Last edited:
Oh right, for sure, totally... I didn't mean for my post to sound exclusionary. I just meant that those two people are in the frontal lobes listed under the auto-accept category. :)

You, and about 10 others I'm too lazy to look up name spellings for, have my respect as informative, accurate, and interesting!

In any case everyone should always think for themselves and verify stuff before using the information to make purchases or change their systems. That way there will never be any real harm done no matter what. :)


Thanks to Nanofrog I learned quite a lot about RAIDS and how they work plus assisting others with setting up different RAID solutions. In addition, I am well versed in Mac Pro and PowerPC machines and no where do I try to second guess my solutions for people. I always research first and then I apply that knowledge to helping someone.

Please don't put me in the category of not knowing what I am doing. I am also a PC Technician as well, though have been with Mac since 1999 and I know quite a lot about both platforms.

Just because my username is PowerPCMacMan does not mean I limit myself to helping and assisting those who enter the PowerPC community, I help anyone who seeks it. Also, I am defending IntellMR as well as he also posts in this forum as well.

Thank you for your understanding.
 
Last edited:
In the PowerPC forum on Macrumors, we also have someone whom we all don't agree with as his information is completely flawed, if not inaccurate and at most a fantasy. I won't mention his name but GermanyChris knows who I am talking about.. Its a guy who said he found a way for PowerPC Macs to run Mountain Lion... Again, not saying a word :D :eek:

There's one mentioned by Chris I don't agree with being listed but I don't wanna hurt anyone's feelings (in this thread ) so I'll leave it alone except to say what he writes is usually arbitrary, pointless, and off topic - as well as fairly often inaccurate.
 
In the PowerPC forum on Macrumors, we also have someone whom we all don't agree with as his information is completely flawed, if not inaccurate and at most a fantasy. I won't mention his name but GermanyChris knows who I am talking about.. Its a guy who said he found a way for PowerPC Macs to run Mountain Lion... Again, not saying a word :D :eek:

There's one mentioned by Chris I don't agree with being listed but I don't wanna hurt anyone's feelings (in this thread ) so I'll leave it alone except to say what he writes is usually arbitrary, pointless, and off topic - as well as fairly often inaccurate.

Yup, those types are in the frontal lobes listed as "Skip when seen". :) It's quite irking and usually a massive waste of time to read them.

Oh well, life goes on. :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.