Displaying 20 results from an estimated 3000 matches similar to: "Fwd: Samba connections"
2004 Sep 20
2
list of who is using tc in their companies?
Is there any list of companies using linux for traffic shaping?
I''ve been googling for it with no success.
thanx in advance,
Jorge Sarmiento
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2000 Apr 13
6
Connection refused
Hi,
Here is my situation : I have installed Samba 2.0.6 on my computer, which is
running with Linux RedHat 6.0.
When somebody tries to connect to this server, he's got a 'refused
connection' message after he tried to my_IP@:139.
I don't think the smb.conf is responsible because we have tried with the
basic one, and it doesn't change anything.
As I'm fresh in Linux (and
2015 Nov 13
2
Una ayudita
Con R studio se pueden crear paquetes de manera facil y rápida.
Un saludo
Jesús
> To: r-help-es en r-project.org
> From: f.rodriguez.sanc en gmail.com
> Date: Thu, 12 Nov 2015 18:49:48 +0100
> Subject: Re: [R-es] Una ayudita
>
> Hola Heber,
>
> Sin dudar, el libro de Hadley Wickham: http://r-pkgs.had.co.nz/ (acceso
> gratis online)
>
> Suerte
>
> Paco
2011 Feb 21
1
wrong lines in auto.key xyplot
Hi all,
I'm having a problem with the auto.key function in xyplot.
I changed the symbols an lines styles using these commands
trellis.par.set(superpose.symbol=list(pch=c(0,1,2,3,4,5,6,8,15,16)))
trellis.par.set(superpose.symbol=list(col=c(rep("black",11))))
trellis.par.set(superpose.symbol=list(cex=c(rep(0.6,11))))
2014 Apr 22
2
Un pequeño problema
Hola:
El 22/04/14 14:52, daniel escribió:
> Heber,
>
> Supongo que te refieres a los gráficos base.
>
> ?jpeg
> ?png
> ?pdf
>
> Daniel Merino
>
>
> El 21 de abril de 2014, 23:51, heber sarmiento <hebersarm en yahoo.com>escribió:
>
>> Hasta ahora no se me había presentado y por tanto no tenia ningún
>> problema, estoy haciendo unos gráficos
2015 May 18
2
una preguntica
Hola.
Pues a mi me funciona en la última versión de R. De hecho el maintainer
es el R Core Team
Package: compiler
Version: 3.2.0
Priority: base
Title: The R Compiler Package
Author: Luke Tierney <luke-tierney en uiowa.edu>
Maintainer: R Core Team <R-core en r-project.org>
Description: Byte code compiler for R.
License: Part of R 3.2.0
Built: R 3.2.0; ; 2015-04-17 02:29:56 UTC; unix
2015 Nov 12
3
Una ayudita
Quisiera saber si alguien me puede ayudar con documentación o el lugar donde encontrarla, relacionada con la elaboración de paquetes en R, tengo algunos script programados y quiero convertirlos en paquetes; he leído el manual para hacer extensiones pero quiero algo más sintético y practico,
Agradezco cualquier colaboración al respecto
Heber
[[alternative HTML version deleted]]
2015 May 18
2
una preguntica
Estimados
El compiler, ¿elimina el código fuente original?, supe usarlo pero nunca presté atención. Recuerdo que hay una mejora en el tiempo de ejecución. Lo que desconozco es como pasaría el archivo compilado para poder ser ejecutado a otros usuarios sin que se vea el código R original. Ese tema no lo tengo claro (es como una librería).
Javier Marcuzzi
De: Carlos Ortega
Enviado el:
2014 Apr 22
2
Un pequeño problema
Hasta ahora no se me había presentado y por tanto no tenia ningún problema, estoy haciendo unos gráficos en R obvio, el asunto es que no se como guardarlos, requiero incertar en LaTeX, por tanto necesito imágenes .jpg o algo parecido que se pueda convertir luego.
Agradezco cualquier orientación.
Heber
[[alternative HTML version deleted]]
2015 May 17
4
una preguntica
Cordial saludo
a todos
Quisiera saber si alguien me puede colaborar con dos cosillas
1) Cómo debo hacer para construir una tabla en la que las columnas salgan los encabezados.2) He escrito un pequeño script y quiero ocultarlo para que no quede al alcanace de los usuarios, pero desde luego que puedan usar sus funciones. Agradezco sugenerncias e ideas.
Muy amables a todos y de pasadas aclaro que
2011 Oct 29
15
[Bug 42384] New: X fails on NV11 with Error allocating scanout buffer: 0
https://bugs.freedesktop.org/show_bug.cgi?id=42384
Bug #: 42384
Summary: X fails on NV11 with Error allocating scanout buffer:
0
Classification: Unclassified
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2009 Mar 06
2
pdbedit dosen't send the sambaSID to the ldap
Hi people: I have a Debian etch stable with the latests updates.
When I try to join a computer to the domain I create the
machine on the ldap and its created with the following atributes:
dn:cn=test$,ou=Machines,dc=domain,dc=org
objectClass: top
objectClass: inetOrgPerson
objectClass: posixAccount
uidNumber: 3123
uid: test$
cn: test$
sn: test$
gidNumber: 604
homeDirectory: /dev/null
loginShell:
2012 Oct 27
47
[Bug 56461] New: NV11 black screen & kernel hang on loading nouveaufb
https://bugs.freedesktop.org/show_bug.cgi?id=56461
Priority: medium
Bug ID: 56461
Assignee: nouveau at lists.freedesktop.org
Summary: NV11 black screen & kernel hang on loading nouveaufb
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: chris at
2007 Nov 01
3
Curry: proposed new functional programming, er, function.
Hi all (especially R-core) I suppose,
With the introduction of the new functional programming functions into
base I thought I'd ask for a Curry() function. I use a simple one that
looks this:
Curry = function(FUN,...) { .orig = list(...);function(...)
do.call(FUN,c(.orig,list(...))) }
This comes in really handy when using say, heatmap():
2004 Apr 27
1
'R CMD build' fails when there are spaces in the path (PR#6830)
Full_Name: Byron Ellis
Version: R 1.9.0 (and 2.0.0)
OS: Linux (Redhat Fedora Core)
Submission from: (NULL) (140.247.241.197)
It appears that `R CMD build` cannot handle spaces in the path when building
packages for distribution. For instance:
[ellis@net-78815 ~/Bayesian Networks]$ R CMD build bnsl
* checking for file 'bnsl/DESCRIPTION' ... OK
* preparing 'bnsl':
* cleaning src
*
2005 Dec 23
2
cairo anyone?
Has anyone taken a shot at a Cairo graphics device yet? I half
expected to see one on either Paul's pages or Omegahat. :-)
---
Byron Ellis (ellis at stat.harvard.edu)
"Oook" -- The Librarian
2005 Dec 29
1
reinventing the wheel....
> ---------- Forwarded message ----------
> From: Byron Ellis <ellis at stat.harvard.edu>
> If we wanted to be truly radical we'd just accept that graphics
> devices and event loops are just special cases of the connection and
> merge the whole thing, thus more-or-less reinventing CLIM. :-)
Eventually, all programming languages grow up and become Lisp.
(progress,
2005 Apr 25
2
RAW types not restored from Rda files (PR#7812)
Full_Name: Byron Ellis
Version: 2.1.0
OS: OS X
Submission from: (NULL) (67.124.246.46)
> x = charToRaw("12345")
> x
[1] 31 32 33 34 35
> save(x,file="x.Rda")
> rm(x)
> load("x.Rda")
> x
[1] 00 00 00 00 00
Thats no fun.
2011 Mar 28
4
Order Issues -- Missing require?
Good Evening!
I''m having issues with the order in which items are ran inside of a service
class, it''s attempting to run before the provider is present (the provider
is provided by the glassfish package). It looks for the glassfish provider
prior to inheriting the repository or the package list.
http://snipt.org/woomg
I have included a snipt of the code, does anyone have an
2009 Jul 01
3
"Error: cannot allocate vector of size 332.3 Mb"
Dear R-helpers,
I am running R version 2.9.1 on a Mac Quad with 32Gb of RAM running
Mac OS X version 10.5.6. With over 20Gb of RAM "free" (according to
the Activity Monitor) the following happens.
> x <- matrix(rep(0, 6600^2), ncol = 6600)
# So far so good. But I need 3 matrices of this size.
> y <- matrix(rep(0, 6600^2), ncol = 6600)
R(3219) malloc: ***