Displaying 20 results from an estimated 1000 matches similar to: "OT: high static in server room"
2017 Aug 13
1
Kernel:[Hardware Error]: use of vacuum
On 08/13/2017 05:18 AM, ken wrote:
> Also, cowboys scoff, but I always wear a grounded wrist strap when
> handling electronics.
It's a good idea, especially in low-humidity climates. Also noteworthy:
the air moving through a hose can cause a vacuum's hose or attachment to
build up a static charge, which is another reason it can be a bad idea
to use a vacuum in a computer.
2012 Jul 02
3
carpet plots
Hi all,
I wonder why there is so little software for carpet plots (german:
Rasterdiagramm) (Three dimensional plot (x, y, z), the 3rd dimension
(z) symbolized by colourgradients). Besides from one or the other non
free software I only found an OpenOffice macro, a combination of
Gnuplot and Excel (an Excel macro calling gnuplot)
(http://www.johannes-hopf.de/2009/12/carpet-plot-version-1-3/9 and
2005 Nov 18
1
APC Matrix 5000 UPS
Hello,
I can get nut to work with this UPS using the apcsmart driver, but only
with limited functionality. It is only reporting the OL/OB status and
that's about it. None of the other useful variables such as run time,
load etc are reported and initiating battery tests does not work either.
Has anyone managed to get nut to report more than these variables with a
Matrix type UPS?
I see
2017 Oct 12
2
dual y-axis for ggplot
Hi,
To my knowledge, an excellent of ggplot with a second y-axis is
https://rpubs.com/MarkusLoew/226759
In this example, the author uses two colors for the two lines, but the
line shapes are the same -- both are solid. Could each line have its own
color as well as its own shape? For example, can I make the red line with
the linetype "twodash", while the blue line with the
2009 Jul 09
1
apcsmart and dual environmental sensors
Hi,
We have a several AP9612TH environmental cards (they have 2 probe
connectors) inserted into our APC UPS devices which monitor temperature
and humidity. The apcsmart nut module knows how to query the
ambient.temperature and ambient.humidity using the 't' and 'h' commands
of the UPS (refer to apcsmart.h). The results of the 't' and 'h'
commands are from probe 1.
2008 Sep 03
2
ANCOVA/glm missing/ignored interaction combinations
Hi
I am using R version 2.7.2. on a windows XP OS and have a question
concerning an analysis of covariance with count data I am trying to do,
I will give details of a scaled down version of the analysis (as I have
more covariates and need to take account of over-dispersion etc etc) but
as I am sure it is only a simple problem but I just can't see how to fix
it.
I have a data set with count
2017 Oct 12
0
dual y-axis for ggplot
Sorry let me clarify.
If I modify the line
p <- p + geom_line(aes(y = air_temp, colour = "Temperature"))
by
p <- p + geom_line(aes(y = air_temp, colour = "Temperature", linetype
="Temperature"))
and
p <- p + geom_line(aes(y = rel_hum/5, colour = "Humidity"))
by
p <- p + geom_line(aes(y = rel_hum/5, colour = "Humidity",
2017 Oct 12
1
dual y-axis for ggplot
Hi John,
You can try the following:
override.linetype=c("twodash","solid")
p <- ggplot(obs, aes(x = Timestamp))
p <- p + geom_line(aes(y = air_temp, colour = "Temperature", linetype
="Temperature"))
p <- p + geom_line(aes(y = rel_hum/5, colour = "Humidity",
linetype="Humidity"))
p <- p +
2015 Apr 01
8
Centos 7 License???
Today I did a yum upgrade to my kvm'ized Centos 7 test machine
(perhaps a bad day to do such a thing) and received new kernel
vmlinuz-3.10.0-229.1.2.el7.x86_64, among many other things.
When I rebooted, I was asked to confirm (or renew, or some such)
my license. My LICENSE ???
I was booting in text mode and the actions required were
a) unfamiliar, and b) hard to understand.
As I recall, I
2017 Apr 12
7
email subject length issue
Sorry for the extra email. It send to quickly.
procmail: Assigning "SUBJECT= Tornado Monday, 03/27/2017 at 20:27:02. The
Point BB.OBSURGRH is"
jerry
2006 Jun 16
4
Help with bash script
Hi all,
Can someone pls help me on how to make this bash script?
I want to monitor a process, and then when the process (for some reason) dies,
the script will start the process again.
Thank you,
--
Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial
http://linux2.arinet.org
18:39:44 up 10:21, 2.6.16-1.2111_FC5 GNU/Linux
Let's use OpenOffice. http://www.openoffice.org
2009 May 07
1
Findings of dual APC UPS sensor attachments
Hi,
We have several APC Smart UPSes (serial port/apcsmart) with the APC
Temp/Humidity sensor cards (AP9612TH). The sensor cards have 2 plugs for
2 separate sensors. So far, we have only used one of the sensors in
conjunction with the apcsmart module from nut. This has been working
great. Example output:
[nut at nut]# upsc APC11
ambient.humidity: 037.2
ambient.humidity.alarm.maximum: NO,NO
2007 Nov 20
4
About md5sum
Hi all,
A friend of mine gives me a copy of Centos5 DVD.
I then make an iso of it using dd if=/dev/cdrom of=centos5.iso command.
I then check it using sha1sum.
But the result is different than of listed in Centos website.
Should it the same? Or we simply cannot compare sha1sum from burned DVD to
that of 'unburned' iso file?
Thanks.
--
Fajar Priyanto | Reg'd Linux User #327841 | Linux
2004 Nov 05
5
Sometimes it opens, sometimes it closes? Strange
Hi Folks,
I''ve got shorewall 2.0.8 with mdk10.1.
I have this strange things happening. Sometimes shorewall blocks tcp 25, 110.
When I restart shorewall, it opens again.
Any idea what I''m missing?
This is my configuration:
/etc/shorewall/policy
#SOURCE DEST POLICY LOG LIMIT:BURST
# LEVEL
loc
2010 Apr 01
7
Sending mail from CLI to another SMTP host
Hi all,
Is it possible to send mail from CLI (bash, python) without any LOCAL
SMTP installed, using SMTP on another machine.
Care to give a glimpse of the code?
Thank you.
2016 Apr 13
4
Decision Tree and Random Forrest
Ah yes I will have to use the predict function. But the predict function
will not get me there really. If I can take the example that I have a
model predicting whether or not I will play golf (this is the dependent
value), and there are three independent variables Humidity(High, Medium,
Low), Pending_Chores(Taxes, None, Laundry, Car Maintenance) and Wind (High,
Low). I would like rules like
2009 May 05
3
Cox Proportional Hazard with missing covariate data
Dear friends,
I have used R for some time now and have a tricky question about the coxph-function: To sum it up, I am not sure whether I can use coxph in conjunction with missing covariate data in a model with time-variant covariates. The point is: I know how "old" every piece that I oberserve is, but do not have fully historical information about the corresponding covariates. Maybe you
2011 Apr 26
4
malware scanner
Hi,
Do you have any recommendation which malware scanner I can use in a
proxy/gateway?
Thank you.
Fajar.
2007 Dec 05
5
Anyone using sendmail?
Hi all,
Does sendmail support virtual-non-unix-users setup?
Any URL about it?
I tried to ask in #sendmail channel, but nobody answered.
I google around, but, all url only talks about virtual domain and mapping to
unix users.
Thank you,
--
Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial
http://linux2.arinet.org
09:09:34 up 1:25, 2.6.22-14-generic GNU/Linux
Let's use
2013 Nov 04
1
Subject: Regress multiple independent variables on multiple dependent variables
I want to estimate the effect of several independent variables on several
dependent
variables. In the example below I wanted to estimate the
effect of three independent variables on ozone and temperature. My aim is
to create a list of dependent and independent variables and automate the
process rather than writing every dependent and independent variable in
each model as I have done below.