Tuesday, February 9, 2010
OTN downloads using wget
Already posted on how to download patches from Oracle support.
This is a variation on that theme for those of us who have been in this business longer than 3 minutes and are looking for more efficient ways to do things.
OTN (Oracle Technology Network) has a pretty, if not always easy to navigate, browser interface for downloading apps. The problem is that most of us real admins don’t install and run enterprise software on a browser-equipped desktop. We prefer to run stuff on headless servers, without the overhead of a graphical user environment.
The key to downloading from OTN using wget is to get the session cookie from a desktop browser session and load that into your wget command on the server.
One way to do this is to get the Export Cookies plugin for Firefox and use it to export your desktop session cookie to a standard cookies.txt file on the server. Then all you do is the following command:
wget --load-cookies=[cookie file path] [download path]
For example:
wget --load-cookies=/tmp/cookies.txt
http://download.oracle.com/otn/linux/ias/
101401 /as_linux_x86_mrca_101401_disk1.cpio
Thursday, October 1, 2009
Watershed moment
Red Hat announced the filing of its amicus brief in Bilski v. Kappos today.
While the court rules of professional responsibility in the several states where I’m still a retired member of the bar in good standing don’t absolutely prohibit me from writing about the case, I’m going to defer to others who know a lot more about intellectual property law than I do. That’s for the best, since for more than a decade I’ve been involved in actually manufacturing intellectual property rather than protecting it.
Apart from reading the actual brief linked to above, go on over to Groklaw for more background and updates. The community of lawyers who have formed around that site always have something interesting and informative to say. ScotusWiki has all the other filings to date on its page for the case. End Software Patents, whose position in the debate should be clear enough, is a resource rich site for anyone interested in learning more.
As Red Hat states in its brief, there has been a growing recognition in many quarters that the proliferation of software patents beginning in the 1990’s “has seriously encumbered innovation in the software industry.” In fact, it may very well be that the refusal of many states in Europe, like France, to enforce software patents may have given them a competitive advantage.
This is a very important case, whose decision will undeniably shape the course of software development for decades to come. It provides an opportunity to reverse the effect of the lower court’s opening of “the floodgates for patents on certain kinds of abstract ideas.”
This case offers an opportunity to restore the historical and well-founded boundries for patentable subject matter that exclude abstract ideas from patent eligibility. It also offers an opportunity to reaffirm the rule, supported both by case law and by sound policy, that computer software is among the types of abstract subject matter that are not patentable…
Bilsky v. Kappos, ___U.S.___ (2009), Brief Amicus Curiae of Red Hat, Inc., p. 6.
Wednesday, September 16, 2009
Yellow Dog Updater (Modified)
RPM Package Manager for Linux Systems, most notable Red Hat Enterprise Linux, Fedora, CentOS and Scientific Linux.
