Displaying 20 results from an estimated 2000 matches similar to: "[Bridge] Re: Virtual IP"
2002 Oct 17
1
New feature for sftp
I am new to OpenSSH (I used SSH before). One thing that I miss from SSH
is the "auto-complete". In the sftp from SSH you could complete path
using <TAB> just like in Bash, but OpenSSH sftp does not do that. Is
there any plan to add that feature ? If not, could it be add ? ;-)
Thanks...
--
Federico Petronio
petronio at agro.uba.ar
Linux User #129974
---
Unix
2005 Apr 22
1
density estimation
hello
sorry for my english
I would like estimate density for multivariate variable,( f(x,y) , f(x,y
,z) for example) ; for calculate mutual information
how is posible with R?
thanks
Bernard
Bernard Palagos
Unité Mixte de Recherche Cemagref - Agro.M - CIRAD
Information et Technologie pour les Agro-Procédés
Cemagref - BP 5095
34033 MONTPELLIER Cedex 1
France
2012 Oct 17
2
dovecot-core, dovecot-mysql for Debian squeeze
Hello list
apologize in advance for my bad English, this is the first time
I write to a list if I mistake Excuse me
I want to implement mail server with MySQL database, Postfix and Postfixadmin,
dovecot-core, dovecot-mysql dovecot-imapd dovecot-pop3d for multiple domains.
I have problems installing the daemon dovecot-core, dovecot-mysql
dovecot-imapd dovecot-pop3d
Debian squeeze, I'm using
2014 Jan 13
1
force samba4 DC not to add all interfaces IP's to DNS?
Hi
I have a samba4 DC which also provides same KVM virtualisation services.
During provision all IP numbers of all network interfaces where added to DNS, even the private KVM brigde Interfaces.
Therefore clients which ask the DNS for AD-DNS records often get the IP of a an interface as answer, which is not reachable.
This slows down things like login etc.
I removed the DNS entries of the
2018 Mar 28
2
Fwd: netCDF to GeoTIFF by layer in r
Hi
I have a netCDF file of volumetric soil water content at four
different soil layers and want to convert each soil layer in the
netCDF file to a GeoTIFF layer. This code converts the netCDF file to
one GeoTIFF layer, i.e. unclear which soil depth.
file.nc <- "C:/Soil_Weather_data/Agro/VMC21/VMC21.nc"
file.tiff <- "C:/Soil_Weather_data/Agro /VMC21/VMC21"
importnetcdf
2012 Apr 28
2
"Modified Diebold-Mariano Test" with forecast package
Hi
I tried to calculate modified Diebold-Mariano Test in R . I have already
find a "forecast" package to calculate the
Diebold-Mariano Test.
Please let me know how to obtain " Modified Diebold-Mariano Test" ?
Regards,
Serdar
--
View this message in context: http://r.789695.n4.nabble.com/Modified-Diebold-Mariano-Test-with-forecast-package-tp4594648p4594648.html
Sent from
2008 Oct 16
3
defining a function using strings
Hi All,
I need to evaluate a series expansion using Legendre polynomials.
Using the 'orthopolinom' package I can get a list of the first n
Legendre polynomials as character strings.
> library(orthopolynom)
> l<-legendre.polynomials(4)
> l
[[1]]
1
[[2]]
x
[[3]]
-0.5 + 1.5*x^2
[[4]]
-1.5*x + 2.5*x^3
[[5]]
0.375 - 3.75*x^2 + 4.375*x^4
But I can't figure out how to
2018 Mar 28
0
netCDF to GeoTIFF by layer in r
Hi Ahmed,
When reading from a ncdf file you can use the 'varname', 'lvar' and 'level' arguments - see the 'Details' section in the docs
https://www.rdocumentation.org/packages/raster/versions/2.6-7/topics/raster <https://www.rdocumentation.org/packages/raster/versions/2.6-7/topics/raster>
We can't tell what is in the ncdf file from what you report other
2006 May 18
0
SOLVED: Re: How to debug the rendering in Rails?
It seems to be working now.
I used "puts" debug statement that were rendered to the webrick console in
the dev environment, but that made fastcgi trip ...
Cheers,
Mariano
On 5/18/06, Mariano Kamp <mariano.kamp@gmail.com> wrote:
>
> Hi,
>
> I have some controller code like this:
>
> def mailing_lists
> @ml =
2014 Jun 26
0
Opus DTX issue report
The email might have been blocked due to the attachment size, here?s a
link to it.
https://www.dropbox.com/s/r9j7l3cbb02ob7i/opusDtx_noiseFix1_inOut.zip
Pascal
On 26/06/14 19:02, "Pascal Huart (phuart)" <phuart at cisco.com> wrote:
>Hi Jean-Marc,
>Thanks for the fix, the reconstructed signal is now much better.
>Unfortunately there are still discontinuities which show
2006 Jan 12
1
Best Forum? Was: Migration doesn''t seem to preserve create_table options in schema
Hi,
is this the best forum to answer this question? Is there any better source
for information or another mailinglist to address this question to?
Cheers,
Mariano
---------- Forwarded message ----------
From: Mariano Kamp <mariano.kamp@gmail.com>
Date: Jan 8, 2006 6:24 PM
Subject: Migration doesn''t seem to preserve create_table options in schema
To: rails@lists.rubyonrails.org
2005 Dec 13
1
Poweroff on xen-3.0-testing
I get and install the xen-3.0-testing on my futur xenbox (alias Bi-P3 on abit vp6 motherboard) but I have two problems.
1/ I don''t succeed in poweroff the dom0. When the poweroff is started by "shutdown -h now" command the kernel power down all disks devices but It seems the kernel don''t call the "acpi_power_off() alias pm_poweroff()" function for power down
2013 Feb 03
1
control ip address of VM
HI
I have 15 vm (libvirt + kvm) with a network brigde and ip address like
192.168.0.1 VM1
192.168.0.2 VM2
192.168.0.3 VM3
.....
The vm are use by other people and I want to be sure that if someone
change the ip of VM3 to 192.168.0.1 it will filter it network traffic
for him and can't flood the VM1
What the best way to achieve this
Hope I m clear enough
2012 Feb 02
2
contar caracteres de los elementos de un factor
Hola, necesito contar la cantidad de caracteres de cada elemento de un
vector o factor
Por ejemplo si el factor es:
a<-c("jose", "javier", "mariano")
aplicando alguna funcion, el resultado q quiero es
4, para jose
6 para javier
7, para mariano
q es la cantidad de caracteres q tiene cada uno de los elementos del factor
a
probe usando length(a) y me da la
2012 Jan 19
3
Problema link balance and internet bank
Hello
Guys I have problem with internet bank. I have 2 Internet links balancing
mode, thus the bank is charging connection down. I tried to force Internet
traffic (port 80 and 443) for only a link, however it did not work.
How do I make a setting to force the connection to these ports for a
specific link.
Note: I can not use the file as route_rules have neither the source IP (ltsp)
nor of
2008 Nov 20
1
Repost:lattice graphics -- legend color problems
Hello R-folks,
I don't get the color of the legend in a lattice-plot right.
I select a palette from RColorBrewer and use (with a col = mypalette argument) it in the barchart plot.
The resulting graph shows the new palette in the graph, but uses the standard palette in the legend rectangles.
Adding a col argument into auto.key uses the new palette
with the legend text, but not in the
2006 Nov 24
2
Diebold Mariano Test
Dear List
Has anyone used R to distnguish between alternative forecasting models? In particular
is the Diebold Mariano test available for use within R.
Any assistance would be greatly appreciated.
Graham Leask
Lecturer in Strategy
Economics & Strategy Group
Aston University
Aston Triangle
Birmingham
B4 7ET
Tel: 0121 204 3150
E Mail: g.leask at aston.ac.uk
2007 Nov 14
1
Newbie question about data preparation
I'm new to the R language and still struggling with compactness of R. I
haven't got the right compass into the Documentation, too. So, please
apologize the possibly stupidiy of my question.
I have the following problem:
I have two data sets combined in a data.frame
x y
1.3 2.2
2.5 3.4
3.1 3.7
8.2 9.5
7.5 8.3
For the analyses of the data I want to group one column (like the
classes in a
2008 Nov 18
1
legend color problems
Hello R-folks,
I don't get the color of the legend in a lattice-plot right. I select a palette from RColorBrewer and use it in the barchart plot.
The resulting graph shows the new palette in the graph, but in the legend rectangles the standard palette is used. Adding a col argument into auto.key uses the new palette
with the legend text, but not in the rectangle fill.
What am I missing?
2013 Oct 25
0
Varnish-ban-manager + vhosts
http://varnish_server.domain:9200/ != 9000
------Mensaje original------
De: Mariano Gonz?lez
Remitente: centos-bounces at centos.org
Para: centos at centos.org
Responder a: CentOS mailing list
Asunto: [CentOS] Varnish-ban-manager + vhosts
Enviado: 25 de oct de 2013 18:03
Hi guys.
've installed varnish-ban-manager (
https://github.com/dot2code/varnish-bans-manager) and I'm currently