Copyrights
- 在數碼世界保護知識產權? Quote: 如果你在看blog,甚至寫blog,是次諮詢絕對與你有關
- 數碼版權諮詢只收到182個回覆?!你覆了沒有? Quote: 在螢光幕前的你,你又回覆了沒有?
Blog
- 留留言 Quote: 然而,一些部落格,留言不但多,而
I've now used Solaris 10 off and on long enough to have something of anopinion on it. I could write an entry along the lines of my reactionsto Solaris 9 , but I can summarize it simply:for me, nothing really fundamental or revolutionary has changed betweenSolaris 9 and Solaris 10, and the whole Solaris 10 experience leaves meonly a bit more enthused than I was with Solaris 9.
Or, in short: Solaris 10 is just a warmed-over, slightly tuned
One of the little hassles with hardware that can be managed over thenetwork is the bootstrapping problem: it has to somehow get an IPaddress so that you can manage it and give it the right IP address. Overthe years, vendors have come up with any number of solutions to this,such as the ever-popular 'give it an initial static IP address and it'sup to you to arrange a host that can talk to it'.
Recently we ran into a piece of hardware that has the
Copyrights
Blog
Here's a philosophical question: what do Unix errno values mean?
One possible meaning is that they are hints about why your systemcall failed. Another possible meaning is that they specify what wentwrong; in the extreme, a system call can only fail for certain specificreasons, each of which is associated with a specific errno value.
Errno as a hint is essentially the traditional Unix view. V7 Unix didn'teven document specific error returns for system calls, and Bell Labstook it to the logical