Originally posted by ouketii
funny how quickly ibm has gone from evil to good for apple.
Where have you been for the past 10 years? IBM and Apple have been in an alliance since 1995. My two year-old Apple is powered by an IBM chip.
Originally posted by ouketii
funny how quickly ibm has gone from evil to good for apple.
OSX probably allows all of the user stuff you mentioned. I'm not sure how much you know already, so I'll just pretend that you're just a little familiar with the command line. If you want to do this remotely you should connect (command line) with 'ssh', which is secure so long as you keep it up to date, and so long as you don't let anyone pull off a "man in the middle" attack (which ssh will warn you about if it thinks it could be happening). The 'who' command reveals who is logged in, and its probably logged somewhere too (it is in Linux at least). The 'ps' command can reveal what everyone is running (check its man page), and so can 'top' but I like ps better under OSX. Not sure how you can check what "other resources" they are using beyond processor and RAM. Well, you can check on their network connections using 'netstat'. And of course, a real Unix admin would probably know a thing or two I don't, since its not my job to know these things.Is this supported comprehensively in a shell or program?
Processor speed claims pretty much always include the effects of the faster FSB/RAM and better compilers.Again how can IBM state that the performance of the PowerPC5 is much higher than the PowerPC4 if the same ram isn't used? let alone the memory bandwidth and bus speeds.
Yes, but AFAIK files such as /etc/hosts are not typically used by OSX. I could be wrong about some of them, but on the other hand I've almost certainly overlooked some more that are unique to Linux. Honestly I'm not a very good OSX admin, partly cause I don't know anyone who knows more about it than me, so its hard for things to rub off.OK, have you looked at /etc under Mac OS X? The names of files may be slightly different but then again the file system is slightly different.
Yeah, I even RAID'ed my disks on my Mac. I don't think it's as powerful a system though, yet. Linux software raid would allow me to do insane things like take two smallish disks of different sizes, stripe between a partition on each to make a single larger partition, and then mirror that virtual partition with another one on a 3rd disk. More realistically, I use Linux softraid to mirror matched "mission critical" partitions on a pair of matched disks, with each individual disk having a separate swap partition, one having the a partition with the / filesystem, and the other having the /usr filesystem.It isn't like Mac OS X doesn't support RAID. It uses the Disk Utility to support RAID under Mac OS X 10.2.
I haven't tried PHP or MySQL under OSX for a while, but I've done Apache/PHP/MySQL installs on many Linux machines (all Redhat) and two or three Windows machines.I've seen some power users who can do some pretty incredible things with X like enable PHP, and use MySQL. There is a lot there, just not where you always expect it.
Yeah if the other server changes their public key then (depending on configuration) you need to delete a line in the .ssh/known_hosts file to connect again. This was done because the "man in the middle" attack relies on a "bad" server pretending to be the server you wanted to connect to, and simply forwarding your connection to it on to the real server, so that you never notice anything is amiss. Unfortuneately the server in the middle now has access to your unencrypted connection, and knows your login/password to the real server.if the server you were connecting to did some changes you had to delete some files to be able to sftp again to them
Yes.Originally posted by ddtlm
MisterMe:
What do you think I'm an idiot?
....
Originally posted by ddtlm
gopher:
Yeah if the other server changes their public key then (depending on configuration) you need to delete a line in the .ssh/known_hosts file to connect again. This was done because the "man in the middle" attack relies on a "bad" server pretending to be the server you wanted to connect to, and simply forwarding your connection to it on to the real server, so that you never notice anything is amiss. Unfortuneately the server in the middle now has access to your unencrypted connection, and knows your login/password to the real server.
Someone who is very security oriented would never connect to a server through ssh unless they could verify that the public key presented is the right public key.
BTW, I liked the 'pidof' command over at macosxhints.![]()
Originally posted by ddtlm
Yes, but AFAIK files such as /etc/hosts are not typically used by OSX. I could be wrong about some of them, but on the other hand I've almost certainly overlooked some more that are unique to Linux. Honestly I'm not a very good OSX admin, partly cause I don't know anyone who knows more about it than me, so its hard for things to rub off.
I haven't tried PHP or MySQL under OSX for a while, but I've done Apache/PHP/MySQL installs on many Linux machines (all Redhat) and two or three Windows machines.(I volunteer for a charity and run their server with that stuff.)
Originally posted by ddtlm
MisterMe:
What do you think I'm an idiot? There aren't just ten, there are hundreds of command line abilities in Linux not found on OSX. Being able to compile command line tools in OSX means squat. In OSX some things appear to only be possible in the GUI, in Linux everything is easily accessed from the command line (well some KDE/Gnome stuff may not be, but I don't use those, and they aren't actually part of Linux besides).
Consider, for a moment, the entire suite of commands and configuration files in Linux intended for system management. In Redhat there are vital tools such as rpm and up2date, there are the /etc/init.d/ scripts, there are config files that are actualy used like /etc/raidtab, /etc/fstab, /etc/hosts, and the entire wealth of things in /etc/sysconfig/. OSX is missing the entire /proc filesystem, which is an awesome way to check on a lot of system statuses. (For example, I can simply cat /proc/mdstat to see what my software raids are up to.)
I can run a fair number of Linux GUI tools in OSX by using the X11 server, at a reduced speed compared to my older Linux machine. However this really fails to do the trick, because now I have two whole classes of GUI tools which don't work well together, that don't launch the same or look the same, and because the X11 tools are at a severe window manager disadvantage. I've tried running apps that way, but if I launch very many the X11 "desktop" becomes a lost cause.
OSX GUI tools dissapoint me because I can't easily launch them from the command line. Sure there's an executable a few layers down into the .app file, but I'm not gona waste my time digging for that when all I wanted to do was type "iCal" in any terminal and have it launch the correct program.
Lastly, I'd like to point out that top on OSX is far inferior to top on Linux, and I can't just compile the Linux top on OSX because the Linux one relies on the /proc filesystem. Oh, lets not make that the last complaint. I'd like also add that OSX has an inferior version of tar, one that does not support the j parameter. This annoys me often. How many other OSX tools are inferior? Who knows, I've had enough bad experiences that I mostly stick to the Linux command line.
gopher:
I have them installed, and have since I got OSX 10.1.
Yes. I can repeat it if you'd like.
Yeah I know that too, and I've even used it on occasion, however I find that simple organization of file names and directories makes it rather unimportant. For example, if I want to copy and mishmash of things I just downloaded on my Mac to my Linux machine or the other way, I just use rsych. The need to have all the files and the terminal visible is also a drawback, because it requires a good deal of extra clicking and moving on a busy machine.
Originally posted by gopher
More on hosts:
http://www.macwrite.com/criticalmass/mac-os-x-hosts-regrouped.php
Originally posted by hacurio1
Hey ddtml, Ive been dying to learn some command line, could you recommend a good book, guide. I know some basic commands, but that doesnt cut it off, I want to learn more. I know it takes years of experience, but if you can recommend a beginners guide or something, Ill be very thankful.
Originally posted by ddtlm
3G4N:
No, they didn't say that. They said something more like this:
...
What you have done with their claim is equivelent to taking the statement that "a G5 clocks up to 5 times as high as a first generation G4", and interpreting it as "the G5 clocks 5 times as high as the G4". Thats the difference between a 2.0ghz G5 and a 7.1ghz G5.
Originally posted by ddtlm
That was the title but was not an accurate statement about the article.You shouldn't be surprised when someone comes along and points that out to you, because there was/is no sign that you already understood.
if you don't like being treated like you don't know
whats going on then you should try to demonstrate
some understanding next time
Looking at your post, not only is your title the
soundbite but so is your entire content.
If you know what your talking about then use that
knowledge to craft something of substance.
I don't think that there is or was a problem with my relaxation. But yes that is what I intend to do most of the weekend...I hope you use this relaxation time wisely, ddtlm.
Originally posted by sjjordan
They mentioned it'll be made using the 0.13 micron process. Does anyone know when they're going to the 90 nm process?