MUCKYFINGERS said:with the beauty and simplicity of the aqua interface, why would anyone bother using unix?
OSX is a Unix. Every OSX user is using Unix.
MUCKYFINGERS said:with the beauty and simplicity of the aqua interface, why would anyone bother using unix?
jerry333 said:I use the command line all the time. In fact, my biggest complaint is that there is only a limited number of terminal windows that can be used--even at the maximum settings. I would really like to have about 200 terminal windows open, but somewhere around 50 they stop working.
I would also like a lot more user processes. The current ~2K/system and ~512/user is way too low. I can't even log on as myself remotely because of the ridiculously low limits so I have to set up a second ID for remote access. The limits should be something reasonable like 20K/system 10K/user and a few hundred psudo terminals.
The GUI is good for many applications, but the command line is just as important.
MUCKYFINGERS said:with the beauty and simplicity of the aqua interface, why would anyone bother using unix?
risc said:The fact OS X is a UNIX like OS is the reason I use it, if it wasn't I wouldn't use the OS at all.
commonpeople said:Being a computational scientist I never not have the terminal open. I'm ssh'ing to supercomputers all over America checking on my code. Also writing and modifying code using Emacs. Believe it or not- text based interfaces are still the most powerful tools for many problems. I love OS X because I get the power of unix with the simplicity and beauty of the Aqua interface.
satans_banjo said:testing python code and compiling C code really, but i know what you mean about running 'top' to show off that you've got a computer that looks like it's in the movies
another thing to do would be to run Terminal, make the window semi-transparent, make the writing green, run top, have a 3D diagram of an atomic structure behind it (you know the ones i mean) and people will think you're amazingly clever and special. fools
jerry333 said:I use the command line all the time. In fact, my biggest complaint is that there is only a limited number of terminal windows that can be used--even at the maximum settings. I would really like to have about 200 terminal windows open, but somewhere around 50 they stop working.
strydr said:I wonder about the window limit. On my PB, I could only get 25 terminal windows open. On # 26, it closed the process (logged out) on that window. Wish I could figure this out..
tag said:Ok am I missing something here? 25 - 200 terminal windows? I'm really trying to figure why anyone would be needing that many or even able to sort and use that many.I thought I used alot when I had like 5 open to various servers and like 3 open for local. I would so lose track if there were more going on than that I think.
Of course I can picture it now...... two 30 inch displays each displaying dozens of tiny terminals/![]()
strydr said:I'm working on a project that requires me to ping several machines (like 50-100), while telnetting to AP's.
tag said:Ok am I missing something here? 25 - 200 terminal windows? I'm really trying to figure why anyone would be needing that many or even able to sort and use that many.I thought I used alot when I had like 5 open to various servers and like 3 open for local. I would so lose track if there were more going on than that I think.
Of course I can picture it now...... two 30 inch displays each displaying dozens of tiny terminals/![]()
alexstein said:I only use terminal for some maintenance and sometimes to play tetris but that is about it.
Are there any good books that explain how to use the terminal (in understandable words!). Excuse my ignorance on this matter. I switched about a year ago and I'm still far away from fully understanding OSX.
belvdr said:I'd start with the man pages. Wonder around /usr/bin and /usr/sbin and see what is in there. Just be carefule about running anything that you are not totally sure what it does.
To do what I stated above, open Terminal, and:
cd /usr/bin <-- change to /usr/bin directory
ls | more <-- list the contents and pipe into more, so you can page through
to get a man page for an executable, such as tr, type:
man tr
plinden said:I don't use Terminal, but only because I don't have a Mac yet.
On my PC, about 80% of my time is spent using cygwin, a unix-like shell. The Windows cmd/MSDOS prompt is unusable. The only thing I don't like about cygwin is that I haven't found a gvim integrated with it so have to shift to Windows for the remaining 20% of my time.
One of the things I like about MacOSX is that it's unix and has an integrated unix shell so I could do my command line work seamlessly.
No syntax highlighting or mouse input with vi or vim.belvdr said:What's wrong with vi or vim?
Ever think of changing kernel parameters?jerry333 said:I use the command line all the time. In fact, my biggest complaint is that there is only a limited number of terminal windows that can be used--even at the maximum settings. I would really like to have about 200 terminal windows open, but somewhere around 50 they stop working.
I would also like a lot more user processes. The current ~2K/system and ~512/user is way too low.
...
plinden said:No syntax highlighting or mouse input with vi or vim.
On my Linux and Unix servers, I have native gvim so I'm used to it now. I could use emacs but can't be bothered learning it.