search for: eabl

Displaying 6 results from an estimated 6 matches for "eabl".

Did you mean: eabi
2016 Sep 21
2
Proposed Contribution for the "How To's" Section
...username is RobMorrison The proposed subject of my Wiki contribution is "Backing up with Bacula" Some background information in case you are not aware of Bacula: According to Source Forge statistics (rank and downloads), Bacula is by far the most popular Open Source backup program. It eables you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds. Bacula is relatively easy to use and very efficient, while offering many advanced storage management features that make it easy to find and recove...
2006 Jan 24
4
nested ANCOVA: still confused
...are urbanization (purban) effects on chick health (rtot) and if there are differences between sexes (sex) and the effect of being in the same clutch (box). The model is rtot = sex + purban + (chick)box. I've loaded the package lme4. And the code I have so far is bb <- read.csv("C:\\eabl\\eabl_feather04.csv", header=TRUE) bb$sex <- factor(bb$sex) rtot.lme <- lme(bb$rtot~bb$sex, bb$purban|bb$chick/bb$box, na.action=na.omit) but this is not working. Any suggestions would be greatly appreciated. Thanks, Jeff **************************************** Jeffrey A. St...
2006 Oct 13
4
nontabular logistic regression
...0.1275168 0.2413793 30 0.2627027 6 1 0.6060428 0.6107383 0.3448276 0.04077442 0.2885906 0.4482759 30 0.2978571 7 1 0.3807568 0.4362416 0.6896552 0.06864183 0.03355705 0 94.86833 0.468 8 0 0.3649164 0.3154362 0.4137931 0.06277501 0.1275168 0 120 0.4585714 THE CODE: box.use<- read.csv("c:\\eabl\\2004\\use_logistic2.csv", header=TRUE) attach(box.use) box.use <- na.omit(box.use) use <- factor(use, levels=0:1) levels(use) <- c("unused", "used") glm1 <- glm(use ~ purbank, binomial) THE OUTPUT: Coefficients: Estimate Std. Error z va...
2009 Sep 24
0
Feature request: 'dovecot-shared' files to be configurable
Hi list, using dovecot in a more complex environment nearly always requires use of ACLs and shared mailboxes/folders. Now, to make life more easy for the users, we can use 'dovecot-shared' files to eable per-user \seen-flagging. Is it possible to make this issue configurable in the dovecot config, something like "always keep a 'dovecot-shared' file in users maildir, even if that mailbox is not shared"? That would be nice, since creating that files by hand is really time-consuming...
2004 Dec 02
6
Shorewall + OpenVpn
...el, from firewall B VPN for connect to firewall A. The 2 local network is looked at and the Windows PC can print to other. After I enable the 2 firewall ( shorewall ) with the configuration that I download from the howto http://shorewall.net/two-interface.htm,then i change the configuration for eable openvpn with the instructions present here : http://shorewall.net/OPENVPN.html but now the vpn does not work and in the file log there is for example information like this : Dec 1 15:38:57 dnsprova kernel: Shorewall:all2all:REJECT:IN=br0 OUT=eth1 PHYSIN=eth0 SRC=192.168.10.221 DST=62.123.105....
2006 Oct 05
4
glm with nesting
I just had a manuscript returned with the biggest problem being the analysis. Instead of using principal components in a regression I've been asked to analyze a few variables separately. So that's what I'm doing. I pulled a feather from young birds and we quantified certain aspects of the color of those feathers. Since I often have more than one sample from a nest, I thought I