search for: 29428

Displaying 2 results from an estimated 2 matches for "29428".

Did you mean: 2928
2006 Nov 17
2
What happened to the RescueCD?
Hey folks - So what happened to the RescueCD ISO?... i'm not finding it under the ...centos/4.4/isos/ dir, as i believe it generally has been previously. At my office, we have a local mirror, and i've always just burned the RescueCD ISO and booted with that. At the prompt i supply "linux askmethod" and then later reference our local mirror to do an install or upgrade. The
2012 Dec 29
1
bug in plot.ts?
Dear all, I think I have found a buglet in plot.ts plot.ts(x=1,type="n") # correct: does not show the plot plot.ts(x=1,y=1,type="n") # not correct: does show the plot I did not investigate the problem in depth but it could be related to the switch xy.labels, in fact plot.ts(x=1,y=1,type="n",xy.labels=TRUE) # does show the plot