Displaying 14 results from an estimated 14 matches for "roxy".
Did you mean:
proxy
2008 Sep 27
1
sysctl maxfiles
By default FreeBSD 7.0 shipped with the sysctls set to:
kern.maxfiles: 12328
kern.maxfilesperproc: 11095
We recently bumped up against these limits in an unfortunate way and
we are going to raise them. I have some questions:
* why are the numbers set the way they are? They aren't round numbers,
they aren't powers of 2. But they were arrived at somehow with
planning and thought
2010 Jan 16
0
ess-roxy: Roxygen support for ESS
We're pleased to announce that Henning Redestig finally implemented
ESS support for Roxygen:
http://www.metabolome.jp/download/ess-roxy/ess-roxy.el/view
ess-roxy includes paragraph fill, hiding, template generation, etc.
2012 Jan 31
1
ignorant question about Roxy- mode in ESS
I am slowly getting up to speed/being dragged into using Roxygen in a
project. I'm wondering if there's a way to emulate the behaviour of C-c
C-p (Rd-preview-help) in Rd-mode (create a preview in a new Emacs buffer
in "R Help Preview" mode), but from an Roxygen chunk. In Roxy-mode
there is C-c C-e C-t (ess-proxy-preview-HTML), which works t...
2009 Jan 30
2
error message with roxygen
Hello useRs,
I'm trying to use the Roxygen package.
Here my code file :
#' A packge to check Roxygen's sanity
#' @name helloRoxygen-package
#' @docType package
NA
And my R code to generate the package :
library(roxygen)
package.skeleton("helloRoxygen", code_files = "roxy.r", force = T)
roxygenize(&qu...
2013 Mar 22
1
ess completion
...of
> object names, function arguments names, and whatnot in ESS buffers for as
> long as I can have been using it. And I'm only on ESS 12.09.
>
> Perhaps you need to set `ess-use-R-completion` to non-nil. Or check the
> value of `completion-at-point-functions`. Mine is '(ess-roxy-tag-completion
> ess-filename-completion ess-object-completion t)
>
> Peter
2013 Sep 12
1
Problem getting a dovecot proxy to connect to another dovecot machine via STARTTLS
Hi,
I'm having a bit of a problem trying to setup a dovecot proxy. I have a
setup with two nodes. One is a working Dovecot/Postfix mail server (node
a). The other is running a dovecot proxy and roundcube webmail.
Currently I can telnet to port 143 (or openssl s_client to port 993) to
localhost on node b. I can then login to a test account on node a. This all
wor...
2006 Dec 17
1
Proxy with MasterUser + Authentication issues
Per Timo's direction, I decided to give the MasterUser a try in connecting
my proxy to my destination server.
This might allow for the use of 'secure password' for my clients that like
to check that box by default.
A couple of problems I'm running into running RC15:
#1: My Proxy's SQL password_query line:
password_query = SELECT a.clearpasswd AS password, v.stor...
2002 Apr 04
1
[patch] Basic HTTP Proxy Authentication
Hi all,
I have put together a patch for supporting "Basic" HTTP
Proxy Authentication. The patch changes the interpretation
of the RSYNC_PROXY environment variable so that the syntax
user:pass@proxy.foo:port
may be used instead of just
proxy.foo:port
(the old syntax is of course still supported).
The patch has only been tested lightly, but it should(TM)
wo...
2002 Aug 20
5
how to limit connections from certains inet subnet the best way?
...ion ;)
i am running a mailserver in my dmz (or actually this will be when =
evertything will be working fine with shorewall) with public ip =
addresses.. i have a subnet of 8 ip addresses (255.255.255.248 mask) and =
i was planning of the classic 3 nic (eth0-2) setup... the dmz should =
work with proxy-arping...=20
now my quesion is regarding the mailserver in the dmz.. my mailserver is =
only getting mails from an external mailscanning/antivirus provider. so =
its ip is nowhere in any MX records or whatsoever. so i want to limit =
the smtp traffic to some subnets which belong to the =
mailscan...
2010 Nov 02
2
Converting to 2.0 and LMTP have userdb and auth-worker complaints
...-rw-rw- 1 postfix postfix 0 Nov 1 07:46 dovecot
srw-rw---- 1 postfix postfix 0 Nov 2 03:27 dovecot-lmtp
srw-rw-rw- 1 postfix postfix 0 Nov 1 16:18 error
srw-rw-rw- 1 postfix postfix 0 Nov 1 16:18 lmtp
srw-rw-rw- 1 postfix postfix 0 Nov 1 16:18 local
srw-rw-rw- 1 postfix postfix 0 Nov 1 16:18 proxymap
srw-rw-rw- 1 postfix postfix 0 Nov 1 16:18 proxywrite
srw-rw-rw- 1 postfix postfix 0 Nov 1 16:18 relay
srw-rw-rw- 1 postfix postfix 0 Nov 1 16:18 retry
srw-rw-rw- 1 postfix postfix 0 Nov 1 16:18 rewrite
srw-rw-rw- 1 postfix postfix 0 Nov 1 16:18 scache
srw-rw-rw- 1 postfix postfix 0 Nov 1...
2018 Apr 27
5
predict.glm returns different results for the same model
Hi all,
Very surprising (to me!) and mystifying result from predict.glm(): the
predictions vary depending on whether or not I use ns() or
splines::ns(). Reprex follows:
library(splines)
set.seed(12345)
dat <- data.frame(claim = rbinom(1000, 1, 0.5))
mns <- c(3.4, 3.6)
sds <- c(0.24, 0.35)
dat$wind <- exp(rnorm(nrow(dat), mean = mns[dat$claim + 1], sd =
sds[dat$claim + 1]))
dat <-
2010 Aug 30
4
xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor
Hello list,
I have performed a fresh install (fully updated) of
squeeze amd64 and installed the xen-linux-system-2.6.32-5-xen-amd64 package
with all its dependencies.
When I restart and tried to boot the linux-image-2.6.32-5-xen-amd64 (pvops style) kernel on bare-metal my laptop boots fine.
When I use the hyper-visor on the system with the same linux-image-2.6.32-5-xen-amd64 kernel, it hangs
2010 Aug 30
4
xen-linux-system-2.6.32-5-xen-amd64: Lenovo R61, kernel boots on baremetel, no boot with xen4 hypervisor
Hello list,
I have performed a fresh install (fully updated) of
squeeze amd64 and installed the xen-linux-system-2.6.32-5-xen-amd64 package
with all its dependencies.
When I restart and tried to boot the linux-image-2.6.32-5-xen-amd64 (pvops style) kernel on bare-metal my laptop boots fine.
When I use the hyper-visor on the system with the same linux-image-2.6.32-5-xen-amd64 kernel, it hangs
2006 Mar 28
13
Load-banancing. two ip''s from one isp
--------------eth0---80.48.56.70---------- -------------80.48.56.65 ISP
| my | router1
| |
| linux |
| | router2
------------eth1---192.168.200.10----- ----------------192.168.1.1 ISP
I''ve two ip from my isp one public and one internal. ISP have two routers router1 is gw for public ip and router2 is gw for internal