search for: centrale

Displaying 20 results from an estimated 4624 matches for "centrale".

Did you mean: central
2010 Aug 25
0
package MuMIn
[cc'ing back to r-help: this is good etiquette so that the responses will be seen by others/ archived for future reference.] On 10-08-25 04:35 PM, Marino Taussig De Bodonia, Agnese wrote: > Yes, I meant "MuMIn" > > the global formula I introduced was: > > rc4.mod<-lm(central$hunting~ central$year + central$gender + central$hunter + central$k.score +
2011 May 20
1
Multiple count if style "queries"
Dear List, I am looking to calculate two things from my data frame and was after some advice. For the example below i want to know. 1. How many unique Orders/Families and Genera there are per eco-name 2. How many incidences are there for each Order/Family and Genus there are per eco-region I have 650 econame. I.e for Biak-Numfoor rain forests there are 2 orders, 2 families and two genera.
2016 Feb 22
2
tinc vpn - node to node communication
Hi Ok I have a simple lab setup with three nodes , one acting as the "Central Node" and the other two as remote nodes which "*ConnectTo*" the central node in order to be able to communicate with each other. What I would like to know is , once the tinc remote nodes establish a connection to the "Central Node" , my understanding was that if the remote nodes want to
2007 Sep 04
3
variable format
Okay, I want to do something similar to SAS proc format. I usually do this... a <- NULL a$divisionOld <- c(1,2,3,4,5) divisionTable <- matrix(c(1, "New England", 2, "Middle Atlantic", 3, "East North Central", 4, "West North Central", 5,
2009 Feb 27
1
cross tabulation: convert frequencies to percentages
Hello, might be rather easy for R pros, but I've been searching to the dead end to ... twsource.area <- table(twsource, area, useNA="ifany") gives me a nice cross tabulation of frequencies of two factors, but now I want to convert to pecentages of those absolute values. In addition I'd like an extra column and an extra row with absolute sums. I know, Excel or the
2014 Jul 10
1
Secondary Samba4 DC doesn't show up in "host -t SVR _ldap..." output.
Guys, I just deployed "Samba4 AC DC", with a Secondary DC in place, the replication seems to be working as expected, the command "samba-tool drs showrepl" shows INBOUND / OUTBOUND / KCC CONNECTIONS, plus, "log level = 3" on both servers shows a lot of information about the replication... But, when I run: --- host -t SRV _ldap._tcp.central.tcmc.com.br --- I'm
2006 Dec 04
5
Log problem on stop/restart
I''m using the mongrel_cluster recipes for Capistrano as laid out by codahale.com and the new ed. of the Agile Development book, but I''m having problems on restart and stop: I can start: [root current]# mongrel_rails cluster::start Starting 3 Mongrel servers... And I can see 3 processes running: [root current]# ps aux | grep mongrel mongrel 1947 0.0 8.2 24684 10776 ?
2008 Nov 09
3
centralized logs server and also storing the logs on the local server
Hi Friends, I am running most of my company's Linux Servers on Centos 4.x/5.x 32 and 64-bit. I am now trying to configure a centralized logging server where logs of all the linux servers will be stored and also I want to store all the logs on the local server aka means logs will be sent to the central log server but also will be stored on the local server. The reason for storing the logs
2005 Dec 19
3
created_on, created_at defaulting to 2000/01/01 00:00:00
Hello all, Rails 1.0.0 created_on is being set to 2000/01/01 00:00:00 Any ideas on this ? Thanks! Schema is create table user_login_history ( id int identity(1,1) not null, user_id int not null, created_on datetime default(getdate()) not null, created_at datetime default(getdate()) not null, updated_on datetime default(getdate()) not null, constraint pk_user_login_history primary key clustered
2005 Sep 28
2
setting up asterisk as an sms central?
hi is it possible to use asterisk as an sms central to send SMSes directly to clients on PSTN instead of just communicating with a central? the telco to which we're currently connected doesn't have a central.... roy
2008 Nov 30
1
about centralization
Hi all, Is there anyone who ever used igraph to calculate the index of "centralization" ? I tried my best but can't find it in igraph. The brief introduction to "centralization" can be found here , and I think it's an important index for measuring the centrality on the aggregated level.(http://faculty.ucr.edu/~hanneman/nettext/C10_Centrality.html) Thank you for any
2007 Aug 06
1
File locking issue
I have a client with an older server that is running into a weird file locking problem. The server is running FC2, samba 3.0.7 and kernel 2.6.10. They have recently installed AutoDesk Revit, which is apparently some sort of collaborative design software. Revit keeps a central repository and then allows different clients to access it. What is happening is that only the person who created the
2006 May 19
2
net rpc join fails the first time but succeeds the second
Hi. I'm having some trouble when trying to join a SAMBA machine, acting as a member server, to a NT-style domain server managed by a SAMBA PDC using an LDAP back-end. Both machines are running samba-3.0.10-1.4E.6 on Red Hat Enterprise Linux 4.1 Update 3 for AMD64. When trying to add the member server to the domain, it fails with an error message. However, if I try to add it again, the
2012 May 04
1
Broadvoice Got SIP response 503 Service Unavailable
Hi, I'm running Asterisk 1.8.11.1 @office. The Broadvoice service work fine with all 1.6 version and early 1.8 behind a NAT but about 2 months ago stop working. No made changes in the firewall NAT rules. Right now I'm @home via my Xlite softphone working fine without problems Any suggestions or thoughts? Alex Celi This is the info central*CLI> sip show peers Name/username
2015 May 28
3
OT: Central sieve management
A bit off topic, but I was wondering if anyone here has a solution for centrally managing sieve for multiple users from a custom web application? We would like to implement pigeonhole sieve on our dovecot cluster, however we need to be able to access user?s sieve configurations from a central location for troubleshooting and support purposes.
2015 Nov 22
5
Authenticating VPN addresses: a proposal
TL;DR: a proposal for a new tinc feature that allows nodes to filter ADD_SUBNET messages based on the metaconnection on which they are received, so that nodes can't impersonate each other's VPN Subnets. Similar to StrictSubnets in spirit, but way more flexible. BACKGROUND: THE ISSUE OF TRUST IN A TINC NETWORK In terms of metaconnections (I'm not discussing data tunnels here), one of
2016 Feb 22
0
tinc vpn - node to node communication
On Mon, Feb 22, 2016 at 05:41:05PM +0300, Yazeed Fataar wrote: > Ok I have a simple lab setup with three nodes , one acting as the "Central > Node" and the other two as remote nodes which "*ConnectTo*" the central > node in order to be able to communicate with each other. > > What I would like to know is , once the tinc remote nodes establish a > connection
2006 Oct 12
1
AstriCon Hotel Full - Here are some near-by alternates
Well, it looks like AstriCon 2006 is going to be big. We've sold out the entire Westin Park Central -- every last room. So, here are some nearby hotels to check if you're planning on coming down to Dallas for the big Asterisk-fest. Wyndham Garden Hotel-Park Central 8051 Lyndon B Johnson Fwy Dallas, TX 972-680-3000 Residence Inn LBJ/Park Central 7642 Lyndon B Johnson Fwy Dallas,
2004 Jul 07
1
question about seq.dates from chron vs. as.POSIXct
Dear R People: Here is an interesting question: >library(chron) >xt <- seq.dates(from="01/01/2004",by="days",length=5) >xt [1] 01/01/04 01/02/04 01/03/04 01/04/04 01/05/04 > #Fine so far >as.POSIXct(xt) [1] "2003-12-31 18:00:00 Central Standard Time" [2] "2004-01-01 18:00:00 Central Standard Time" [3] "2004-01-02 18:00:00 Central
2016 Jan 25
2
Windows 10 administrative templates /central store with Samba
On 25.01.2016 14:13, Viktor Trojanovic wrote: > Hi Ole, > > Unless you want to add functionality that is new since 1511, I don't > think that's necessary. I have already added a Win10 machine to a domain, where only Win7 clients were joined before that. I have managed this domain from Win7 only, so far. Therefore I believe that e.g. the Windows Update policy is not fit for