Displaying 20 results from an estimated 200 matches similar to: "arrange data"
2012 Oct 06
1
arrange data
Dear r-users,
I have dailly rainfall data from year 1971 to 2000. I use aggregate to form monthly rainfall data. What I don't understand is that the data for the year 2000 become on the top, instead of year 1971. Here are some codes and output:
agg_dt1 <- aggregate(x=dt1[,4],by=dt1[,c(1,2)],FUN=sum)
> head(agg_dt1,20); tail(agg_dt1,20)
Tahun Bulan x
1 0 1 398.6
2013 Jan 21
4
compare and count data
Dear r-users,
I have these data below:
I would like to compare each column with a certain value and count how many in each column less than that specified value.
odd column (1,3,5) will compare with 1.61 and even column (2,4,6) will compare with 75 and I would like to count how many for each column.
I tried these below but it give me just one set of data.
critical <-
2006 Apr 06
0
ADP94XX Driver
Trying to install on IBM eseries with Adaptec 9405 SAS. Fail to install
/ recognized SAS. Download from IBM RHE4 driver ... unfortunately did
not help.
Anybody have any idea?
--
-----------
( )
?( (.) (.) )?
---o000o-(_)-o000o---
Mahayudin Mohd Hashim
Kuantan Port Consortium Sdn Bhd
Wisma KPC, KM 25 Tanjung Gelang
PO Box 199
25720 Kuantan, PAHANG
MALAYSIA
Vox :
2004 Sep 03
18
Public IP
I have problem with IP public, my Network configuration
[wireless] <------> [Router] <------ > [ Linux proxy ] <
------ > [Client ]
IP configuration
[202.123.123.1] <------->[202.123.123.2 and 192.168.0.1] <
------ > [192.168.0.2 and 202.123.123.3] < ------ >
[202.123.123.4]
this configuration will use IP 202.123.123.2 on internet
how to config my network
2015 Sep 21
4
Dovecot proxy ignores trusted root certificate store
On Mon, 21 Sep 2015, Edgar Pettijohn wrote:
> doveconf -n?
doveconf -n|grep ssl should suffice:
ssl = required
ssl_ca = </usr/local/share/certs/ca-root-nss.crt
ssl_cert = </path/to/my/file.pem
ssl_key = </path/to/my/file.pem
ssl_require_crl = no
I'm using "ssl_ca = </usr/local/share/certs/ca-root-nss.crt" as a
temporary workaround, even though this is not what
2015 Sep 21
4
Dovecot proxy ignores trusted root certificate store
The result is the same with or without "<" before the file path. With "<"
the inode atime is updated at Dovecot startup, so the file is at least
opened, but Dovecot still can't verify the cert.
The only place in the Wiki that shows an example of ssl_client_ca_file is
on this page, and there's no "<" in front of the file path:
2004 Sep 11
5
Bridge Interface without an IP Address?
We are using Shorewall 2.0.8 with SuSE 9.1 and have built a bridging
firewall primarily to defend against syn flood and smurf DoS attacks.
We are a small ISP using Cisco routers for a total of 5-6 subnets.
Since bridges are based on use of MAC addresses, if we could use one
bridging firewall system instead of 5-6 ... is this possible? practical?
(Other than introducing a single point of failure
2019 Dec 09
4
No ssl capability
Hello all,
I’ve a problem to set up ssl on icecast server. I’ve tried 2/3 certificates and i compiled a new icecast server file with ssl but i still get the error:ssl, no ssl capability in error log icecast. I cant find the solution.
I use centos 7 with centova cast panel
Who can help me?
Thanx in advance
Marv
2015 Sep 21
0
Dovecot proxy ignores trusted root certificate store
On 2015-09-21 09:28, Alex Bulan wrote:
> The result is the same with or without "<" before the file path. With
> "<" the inode atime is updated at Dovecot startup, so the file is at
> least opened, but Dovecot still can't verify the cert.
>
> The only place in the Wiki that shows an example of ssl_client_ca_file
> is on this page, and there's
2015 Sep 21
0
Dovecot proxy ignores trusted root certificate store
On 21/09/15 17:28, Alex Bulan wrote:
> The result is the same with or without "<" before the file path. With
> "<" the inode atime is updated at Dovecot startup, so the file is at
> least opened, but Dovecot still can't verify the cert.
>
> The only place in the Wiki that shows an example of ssl_client_ca_file
> is on this page, and there's no
2015 Sep 21
0
Dovecot proxy ignores trusted root certificate store
doveconf -n?
On 09/21/2015 12:45 PM, Alex Bulan wrote:
> On Mon, 21 Sep 2015, Andrew McN wrote:
>
>>> http://wiki2.dovecot.org/Replication
>>>
>>> (quote)
>>> The client must be able to verify that the SSL certificate is valid, so
>>> you need to specify the directory containing valid SSL CA roots:
>>>
>>> ssl_client_ca_dir =
2015 Sep 22
0
Dovecot proxy ignores trusted root certificate store
On 09/21/2015 05:11 PM, Alex Bulan wrote:
> On Mon, 21 Sep 2015, Edgar Pettijohn wrote:
>
>> doveconf -n?
>
> doveconf -n|grep ssl should suffice:
>
> ssl = required
shouldn't it be:
ssl = yes
I was only aware of the choice of yes or no here, but I could be wrong.
> ssl_ca = </usr/local/share/certs/ca-root-nss.crt
> ssl_cert = </path/to/my/file.pem
>
2015 Sep 22
0
Dovecot proxy ignores trusted root certificate store
On 22 Sep 2015, at 01:11, Alex Bulan <avb at korax.net> wrote:
>
> On Mon, 21 Sep 2015, Edgar Pettijohn wrote:
>
>> doveconf -n?
>
> doveconf -n|grep ssl should suffice:
>
> ssl = required
> ssl_ca = </usr/local/share/certs/ca-root-nss.crt
> ssl_cert = </path/to/my/file.pem
> ssl_key = </path/to/my/file.pem
> ssl_require_crl = no
>
>
2015 Sep 21
2
Dovecot proxy ignores trusted root certificate store
On Mon, 21 Sep 2015, Andrew McN wrote:
>> http://wiki2.dovecot.org/Replication
>>
>> (quote)
>> The client must be able to verify that the SSL certificate is valid, so
>> you need to specify the directory containing valid SSL CA roots:
>>
>> ssl_client_ca_dir = /etc/ssl/certs # Debian/Ubuntu
>> ssl_client_ca_file = /etc/pki/tls/cert.pem # RedHat
2015 Sep 21
3
Dovecot proxy ignores trusted root certificate store
Dovecot v2.2.18
OS: FreeBSD 10.1/amd64
Dovecot in proxy mode ignores the root certificate store and can't verify
the backend's SSL certificate.
I've pointed ssl_client_ca_file to my root certificate store, but I
suspect ssl_client_ca_file is only used in imapc context. It seems to be
ignored in proxy context.
doveconf -n ssl_client_ca_file:
ssl_client_ca_file =
2003 Apr 03
0
Call for papers
"CALL FOR PAPERS"
THE ISLAMIC SOCIETY IN SOUTH EAST ASIA CONFERENCE ON
STATISTICAL AND MATHEMATICAL SCIENCES
BANDUNG, 25 - 26 APRIL 2003
Fakultas Matematika dan Ilmu Pengetahuan Alam
Universitas Islam Bandung
Jalan Tamansari No. 1, Bandung 40116
Telepon +62 22 4203368 Ext. 136 or 135
Facsimile +62 22 4263895
E-mail: - fmipa_unisba at yahoo.com
- wanda at
2006 Aug 07
5
OS/2 client crash on "Find Close2"
Hello,
I have just migrated an old OS/2 file server to a Linux box with Samba
3.0.23a. Now the OS/2 clients crash from time to time. I found a way to
reproduce/force the crash using PMMail and did some experiments.
The popuplog.os2 on the clients (Warp4 and eComStation) always names a
sys3175 in pmshell.exe / doscall1.dll.
Using Ethereal and comparing the network traffic between a) a client
2007 May 15
9
[Bug 10957] New: Garbled console text with XAA enabled
http://bugs.freedesktop.org/show_bug.cgi?id=10957
Summary: Garbled console text with XAA enabled
Product: xorg
Version: 7.1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2005 Feb 05
13
Problem while trying to set up an ipsec vpn
Hi,
I''m asking my question here, because I could not find any answer to my
problem, but I''m affraid shorewall is not the one to blame.
First of all I''m using shorewall version 2.0.15 on two linux box.
I set up an ipsec tunnel beetween those 2 boxes to be ables to connect
2 not routable subnetworks.
Here is my network topology:
10.66.17.0/24 - 10.66.17.1 = eth0
2012 Dec 13
23
make rails connect with database
i''m newbie in rails. i have problem with how to connect rails with
database. before i can connect it with command
"rake db:create" to create database.
and "rake db:migrate" to migrate schema to database.
but, i want to connect rails with database that i have before, not
create it via rails. can you help me?
--
Posted via http://www.ruby-forum.com/.
--
You received