Displaying 3 results from an estimated 3 matches for "bigted".
Did you mean:
bigred
2006 Feb 06
2
2.0.3-pre2: Spurious UPS UPS@localhost battery is low ?
Hi there,
[ http://www.contribs.org/bugzilla/show_bug.cgi?id=654 ]
I just received this:
Broadcast message from nut (Sat Feb 4 04:02:45 2006):
UPS UPS@localhost battery is low
and
Feb 4 04:02:45 bigted upsmon[11532]: UPS UPS@localhost battery is low
Feb 4 04:02:45 bigted wall[4032]: wall: user nut broadcasted 1 lines (34
chars)
but I believe this looks o.k., except for the input voltage value. Is it
meant to be a largish negative number (checked again and got -6301.0).
The system has been run...
2009 Apr 18
4
Loop question
Hi everyone, I am trying to accomplish a small task that is giving me
quite a headache. I would like to automatically generate a series of
matrices and give them successive names. Here is what I thought at
first:
t1<-matrix(0, nrow=250, ncol=1)
for(i in 1:10){
t1[i]<-rnorm(250)
}
What I intended was that the loop would create 10 different matrices
with a single column of 250
2011 Jun 30
4
Booting from a flash and need to install wine
I am new to linux and am booting from ubuntu 10.10 I need to install wine so I can load teamviewer. I have a synaptic package manager. When I do a search for Wine inside Synaptic, there is about a dozen listings. I have no idea which one I need to select.
Please comment