Rosetta Stone for Unix
21–30 of 30 posts
Re: Rosetta Stone for Unix
#22Once, I printed a lot of it on a large format printer so I would have it handy while administering a mixed Unix shop. HP/UX, IRIX, Solaris, Linux...
Re: Rosetta Stone for Unix
#23I'd like to see an updated subset with rhel/ubuntu/debian and systemd.
Re: Rosetta Stone for Unix
#24Re: Rosetta Stone for Unix
#25as someone who worked in an hpux and solaris (and a little AIX) shop, writing code with a fair number of system calls on these systems, brings back memories and not good ones. Subtle differences in the way everything was done. slight difference like: the max size of a udp packet was slightly smaller on hpux (or was it solaris) such that things would break in unexpected ways. The gzip or tar params where all slightly…
I read somewhere that Bill Gates said in the 80s that Unix has a versions/forks problem which will remain with it forever. If that is true then it's one bloody successful prediction.
Re: Rosetta Stone for Unix
#26"unique id useful for licensing" => Linux "/sbin/ifconfig eth0" Really?
Re: Rosetta Stone for Unix
#27Re: Rosetta Stone for Unix
#28Earlier quoted context omitted.
As far as I know, UNIX isn't really a standard. POSIX is, with varying degrees of compliance from these OSes.
It absolutely is, and has been for a long time. I find it very hard to keep track of the various standards, but things got a lot simpler with v3 of the Single Unix Specification, which is the same as POSIX 2001[0]. The problem is that SUS and POSIX only define a subset of what's wanted by most modern software and a subset of the tools people need to interacting with the system. It's a double-edged sword, though: if w…
Like seriously....It ain't even funny.
:-|
http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/au...
Re: Rosetta Stone for Unix
#29Some parts may be a bit out of date. I mean, I do still have a box with ReiserFS on it, so I guess it's OK that's included, but ext4 is left out...
Re: Rosetta Stone for Unix
#30as someone who worked in an hpux and solaris (and a little AIX) shop, writing code with a fair number of system calls on these systems, brings back memories and not good ones. Subtle differences in the way everything was done. slight difference like: the max size of a udp packet was slightly smaller on hpux (or was it solaris) such that things would break in unexpected ways. The gzip or tar params where all slightly…
More consistent perhaps - though tremendously inconsistent between distributions, and versions of a given distribution, in an absolute sense... I read somewhere that Bill Gates said in the 80s that Unix has a versions/forks problem which will remain with it forever. If that is true then it's one bloody successful prediction.
One inconsistency I've been very annoyed by over the years is the differences in ps. I ended up making a .cshrc that contained aliases to work around them. I'd check which OS I was using and alias a command to call ps with the arguments I used regularly. I used to work often on Irix, Solaris, and Linux and it was a pain to remember which arguments I needed. This was especially true on ssh connections where I didn't always remember which OS a particular machine ran.