similar to: Firewall & Proxy?

Displaying 20 results from an estimated 10000 matches similar to: "Firewall & Proxy?"

1999 Jul 15
0
Strange behaviour using .Fortran
Hello everybody, I observed some strange behaviour of R (0.64.1/Linux 2.0.25) when trying to use FORTRAN-libraries. I first downloaded "ALGORITHM AS 304" from StatLib. All I changed at the code, was to substitute "REAL"-routines by "DOUBLE PRECISION". Compiling went o.k.: > g77 -fpic -O2 -shared -o rtest.o fisher.f ("g77 --version" gives 2.7.2.1)
1999 Jul 15
1
Strange behavior using .Fortran
Hello everybody, I observed some strange behavior of R (0.64.1/Linux 2.0.25) when trying to use FORTRAN-libraries. I downloaded "ALGORITHM AS 304" from StatLib. All I changed at the code, was to substitute "REAL"-routines by "DOUBLE PRECISION". Compiling went o.k. ... > g77 -fpic -O2 -shared -o rtest.o fisher.f ("g77 --version" gives 2.7.2.1)
2010 Oct 25
0
online course: Spatial Analysis Techniques in R with David Unwin at statistics.com
statistics.com offers "Spatial Analysis Techniques in R" with David Unwin on Dec. 17 - Jan. 22 This course will teach users how to implement spatial statistical analysis procedures using R software. Topics covered include point pattern analysis, identifying clusters, measures of spatial association, geographically weighted regression and surface procession. Dr. David Unwin is Emeritus
2012 May 04
2
Binomial GLM, chisq.test, or?
Hi, I have a data set with 999 observations, for each of them I have data on four variables: site, colony, gender (quite a few NA values), and cohort. This is how the data set looks like: > str(dispersal) 'data.frame': 999 obs. of 4 variables: $ site : Factor w/ 2 levels "1","2": 1 1 1 1 1 1 1 1 2 2 ... $ gender: Factor w/ 2 levels "0","1":
2011 Sep 29
1
EVE Online on FreeBSD/amd64. Handshake error.
I have FreeBSD 8.2/amd64. I installed wine as described here (section HOWTO Run Wine on FreeBSD 64 bits): http://appdb.winehq.org/objectManager.php?sClass=version&iId=23787 EVE installs and runs perfectly, but when i try to log in, i get handshake error. Also, i try this version of wine http://www.mediafire.com/wine_fbsd64 but i get the same error. I did't find anything strange in log:
2000 Jun 16
0
glm under R versions 1.0.1 and 1.1.0
I have fitted a number of models with receipt of social assictance (toim1) during a year (values 0 or 1) with a number of covariates. The data include sampling weights which I use in the models. Using the exact same data, glm() under 1.0.1 and 1.1.0 give different results in many (but not all) of the models. I have re-installed 1.0.1 to check this and I found now mention in the NEWS file that
2012 May 07
1
Can't find the error in a Binomial GLM I am doing, please help
Hi all, I can't find the error in the binomial GLM I have done. I want to use that because there are more than one explanatory variables (all categorical) and a binary response variable. This is how my data set looks like: > str(data) 'data.frame': 1004 obs. of 5 variables: $ site : int 0 0 0 0 0 0 0 0 0 0 ... $ sex : Factor w/ 2 levels "0","1": NA NA NA
2015 Dec 03
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
Ok, I really do think that line is significant, I checked in AD and my sitename is "Default-First-Site-Name" On Thu, Dec 3, 2015 at 2:29 PM, Jonathan S. Fisher < jonathan at springventuregroup.com> wrote: > 192.168.127.129 is the core DNS server. It forwards anything in the > windows subdomain straight to the DCs, so it doesn't matter if this client > is pointed at
2015 Dec 03
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
On 03/12/15 17:52, Jonathan S. Fisher wrote: > > > jonathan.fisher at freeradius:~$ sudo net ads join -Uadministrator > Enter administrator's password: > Using short domain name -- WINDOWS > Joined 'FREERADIUS' to dns domain 'windows.corp.XXX.com > <http://windows.corp.XXX.com>' > jonathan.fisher at freeradius:~$ hostname > freeradius >
2015 Dec 03
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
On 12/3/2015 12:52 PM, Jonathan S. Fisher wrote: > jonathan.fisher at freeradius:~$ sudo net ads join -Uadministrator > Enter administrator's password: > Using short domain name -- WINDOWS > Joined 'FREERADIUS' to dns domain 'windows.corp.XXX.com' > jonathan.fisher at freeradius:~$ hostname > freeradius > jonathan.fisher at freeradius:~$ hostname -d >
2015 Dec 03
3
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
192.168.127.129 is the core DNS server. It forwards anything in the windows subdomain straight to the DCs, so it doesn't matter if this client is pointed at the DC or the main DNS server. Either way, it still does the wrong behavior, which is use the short .WINDOWS instead of . WINDOWS.CORP.XXX.COM I removed all .tdb files, purged /var/cache/samba, removed /etc/krb5.tdb, and deleted the
2005 Apr 20
1
negative p-values from fisher's test (PR#7801)
Full_Name: Martha Nason Version: 2.0.1 OS: Windows XP Submission from: (NULL) (137.187.154.154) I am running simulations using fisher's test on 2 x c tables and a very small p.value from fisher's test (<2.2e-16) is returned as a negative number. Code follows. > set.seed(0) > nreps.outer <-7 > pvalue.fisher <- rep(NA,nreps.outer) > > population1 <- c(
2013 Mar 19
1
fisher.alpha warnings
I have two vectors (a and b) with counts of animals and wanted to calculate fisher's alpha: library(vegan) a <- c(2043, 1258, 52, 1867, 107, 1624, 2, 157, 210, 402, 5, 107, 267, 2, 13683) b <- c(2043, 1258, 52, 1867, 107, 1624, 2, 157, 210, 402, 5, 107, 267, 2, 3000) fisher.alpha(a) fisher.alpha(b) fisher.alpha(a) gave the following warnings: > fisher.alpha(a) [1] 1.572964
2005 May 21
0
studentized CIs for a correlation using package boot
Dear useRs I need to compute studentized confidence intervals for a correlation, using the boot library. For this CIs we need to compute a variance estimate of the statistic (here correlation coeff) from each boostrap sample. There are 2 important points, I think: (1) We need to do a fisher transformation (atanh(x)) to correct for non-normality, this can be done easily be specifying h, hinv, and
2007 Jun 12
1
How to setup both Transpaent Proxy and firewall on the same Machine.
Hi ALL, I want to setup Transpaent Proxy on the box running iptables Firewall. With iptables, I have given below rules. iptables -F INPUT iptables -F OUTPUT iptables -F FORWARD iptables -F -t nat iptables -F -t mangle #Enabling ip forwarding echo "1" > /proc/sys/net/ipv4/ip_forward #enable syn cookies (prevent against the common 'syn flood attack') echo "1"
2004 Aug 24
1
firewall or proxy problems
Hi, I right now installed the R and then I tried to download and install the get bioC package, but I receive an error message saying that the software couldn't connect trough the port 80. I went to the FAQ and I found that I have to type somewhere -internet 2, but I couldn't understand when and where, could you help me? Thanks. Sergio. Sergio Anguissola Ph.D Dept. of Physiology
2012 Sep 02
0
most efficient plyr solution
Dear list members, Any help on this efficiency issue would be greatly appreciated. I would like to find the most efficient way to run a non-vectorized function (here: fisher exact test p-value) iteratively using 4 matrices with identical dimensions. And as a result I aim for an array with identical dimensions containing the corresponding p-values. Please consider some code using a trivial
2005 Oct 19
1
Unix proxy and firewall problems
I was trying to install R on a unix server. Because of a firewall i can't install biocLite for working with Bioconductor. With windows it wasn't a problem. I used the option '--internet2' to bypass the firewall. I don't have any idea, how to do it with unix. I tried to set my proxy >Sys.putenv("http_proxy"="http...:8080")
2007 Nov 09
1
fisher.test, chisq.test
Hi, I want to analyse a contigency table (3 x 12) with a fisher.test beacause there are cells that are less than 5. ?mmen Anken Baf Belchen H?chi Hof Porti R?m Schmutz Sch?n Sissa Tann class14 7 26 150 2 46 68 126 66 3 31 7 61 class24 7 6 55 5 49 71 93 90 1 18 16 79 class34 1 1 4 3 19 8 29 61
2015 Dec 09
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
Hi Jonathan, You wrote: domain windows.corp.springventuregroup.com search windows.corp.*pringventuregroupcom* nameserver 192.168.127.131 nameserver 192.168.112.4 Is this a typo error when copying the content or is it a content error in your resolv.conf? If you really have that "search" line in your resolv.conf it would be logical that rsetarting Samba services you get the error