Displaying 20 results from an estimated 2000 matches similar to: "Web forum - should I make one?"
2010 Jul 10
4
Using Ubuntu as a Server
*Hi,
I want to know how can I configure R in a Ubuntu to be a server.
I am planning to use R in a Windows machine with Tinn-R, but I want R
running at an Ubuntu Lucid machine.
How can i do this?
*Atenciosamente,
Leandro Marino
http://est.leandromarino.com.br/Blog (Estatístico)
Cel.: + 55 21 9845-7707
Cel.: + 55 21 8777-7907
[[alternative HTML version deleted]]
2010 Sep 20
1
support for caron (hacek) symbol
I am creating a Slovak translation of an interactive website (
http://mazamascience.com/OilExport/index_sk.html ) and am running into
problems with R's lack of support for the caron found in the following
letters: Č/č, Š/š and Ž/ž.
I am using R 2.6.1 running on a recent version of CentOS.
Any information about whether these characters are supported or any possible
workarounds would be
2011 Jul 29
5
R in Linux (Ubuntu)
Hi,
I?m trying to move to ubuntu at all, but I don?t like R in Ubuntu because it
runs in the terminal, so i can?t access directly to some options R gots in
Windows.
Is there any R can i install in ubuntu which runs in hos own prompt or
terminal??
Thanks
-----
Mario Garrido Escudero
PhD student
Dpto. de Biolog?a Animal, Ecolog?a, Parasitolog?a, Edafolog?a y Qca. Agr?cola
Universidad de Salamanca
2010 Sep 13
2
The future of R - Ross Ihaka stirs discussions around the web
Hello all,
There is currently a (very !) lively discussions happening around the
web, surrounding the following topics:
1) Is R efficient? (scripting wise, and performance wise)
2) Should R be written from scratch?
3) What should be the license of R (if it was made a new)?
Very serious people have taken part in the debates so far. I hope to let
you know of the places I came by, so you might be
2010 Jul 06
2
Rcmdr installation under Unbuntu installatiion errors
Unbuntu 10.04
R 2.10
I am trying to install Rcmdr and receive the following messages:
The downloaded packages are in
?/tmp/RtmpzhjDZG/downloaded_packages?
Warning messages:
1: In install.packages("Rcmdr", dependencies = TRUE) :
installation of package 'Rmpi' had non-zero exit status
2: In install.packages("Rcmdr", dependencies = TRUE) :
installation of package
2010 May 20
1
Kate terminal window
Dear R-users,
I've recently switched to Ubuntu and I've decided to use Kate to edit my
R code. I really like how Kate allows one to simply pipe their code to
the terminal. However, I would find it even better if I could actually
get the Kate console to display error messages (or any console outputs
in fact) in red and my input in a different color. The instance of xterm
that Ubuntu
2010 Apr 12
4
R GUI
I am really new with R Graphical user interfacefunctions. I am developing a
software package to calculate pKa (biochemistry) but I want to make it look
aesthetically pleasing and make it user friendly. I have heard that R has
some GUI (Graphical user interface) and you can do some really cool stuff
out there. What are the limitations and what are some resources for help. I
have found a couple of
2010 Feb 19
2
how to make R plot under Linux
Hi, I am using R in Linux environment. How can i make plot in Linux just
like in windows?
thanks
2010 Mar 14
7
R on Linux - a primer
Hi,
I'm looking to move from Windows into a 64-bit Linux environment. Which is
the best Linux Flavor to use within R? To install R on this environment, do
I need to do any compiling?
Thanks all!
Axel.
[[alternative HTML version deleted]]
2007 Apr 19
2
Path confusion
Dear wine gurus,
I'm trying to run a program installed like this:
/usr/local/program/program.exe
which also contains a subdirectory:
/usr/local/program/subdir/
with some files. When typing:
$ wine /usr/local/program/program.exe
I get an error mesage like:
"File \subdir\some_file not found!"
The problem can be solved by putting
the subdir to the root directory of the
computer
2018 Jun 14
1
Re: Could libguestfs use springfield?
[Adding libguestfs mailing list]
On Thu, Jun 14, 2018 at 04:15:57PM +0200, Vojtěch Trefný wrote:
>
>
> On 06/14/2018 01:15 PM, Richard W.M. Jones wrote:
> >
> >libguestfs provides a C library and large set of tools for
> >manipulating disk images. http://libguestfs.org/
> >
> >As part of this we provide APIs to open VM disks and do things like
>
2002 Sep 16
2
privsep versus compression
Hi,
I'm unable to get Kerberos4 authentication working with openssh-3.4p1.
I'm getting a message that privsep is not available on my platform (Irix
6.5.15) and another message stating that compression and privsep are
mutually exclusive. But, ssh decided to turn off compression, I think
because of servconf.c. I think it would be more usefull to have
compression enabled and disable privsep
2020 Jun 19
8
[Bug 3183] New: sigsev
https://bugzilla.mindrot.org/show_bug.cgi?id=3183
Bug ID: 3183
Summary: sigsev
Product: Portable OpenSSH
Version: 8.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: uhlik at
2009 Jan 16
2
Winsorizing Multiple Variables
Hi All,
I want to take a matrix (or data frame) and winsorize each variable.
So I can, for example, correlate the winsorized variables.
The code below will winsorize a single vector, but when applied to
several vectors, each ends up sorted independently in ascending order
so that a given observation is no longer on the same row for each
vector.
So I need to winsorize the variable but
2002 Sep 24
3
Samba performance issues
Hi all
We are implementing samba-ldap to act as an nt pdc and are seeing
performance problems.
We have a 1ghz, 3gb Ram, 36gb box that is running samba-2.2.5 and
openldap-2.0.23 under redhat 7.3 with kernel 2.4.18-3.
Clients are all Win2k SP3.
All the ldap requests are to the localhost interface.
The box is acting as the PDC for the domain, and also sharing diskspace
and printers.
When we get
2002 Oct 16
3
ssh-3.5p1 core dumps on Solaris 2.6
Hi,
I've reported this problem a month ago on this list, and probably no-one
is interested? Binaries were configured with krb4 and afs enabled.
However, only the second crash seems to be related to krb4.
Any thoughts?
I had to add one line to includes.h:
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
+#include <sys/ioccom.h>
#include
2003 Jul 10
4
[Bug 614] bug in krb4 support for OpenSSH on IRIX 64-bit ABI
http://bugzilla.mindrot.org/show_bug.cgi?id=614
Summary: bug in krb4 support for OpenSSH on IRIX 64-bit ABI
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: MIPS
URL: http://lib.natur.cuni.cz/komanek/webland/html/unix/opens
sh_patches.html
OS/Version: IRIX
Status: NEW
Severity: normal
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
http://bugzilla.mindrot.org/show_bug.cgi?id=635
Summary: openssh-SNAP-20030903: configure does not work well with
heimdal(krb5)
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Kerberos support
2005 May 26
5
samba3 and kerberos authentication of users
Hi all,
this is probably VFAQ, but I never found a working solution. I have a
standalone samba server running samba ver. 3. In the network, we have
heimdal kerberos used to authenticate users for pop3,imap,web-based
applications etc. Now I would like to make the samba communicating with
kerberos kdc so there will no longer be users in smbpasswd with separate
passwords outside of kerberos.
I
2003 Jan 07
1
[Bug 281] unable to authorize with local shadow password
http://bugzilla.mindrot.org/show_bug.cgi?id=281
------- Additional Comments From djm at mindrot.org 2003-01-07 18:15 -------
does "ssh -oKerberosAuthentication=no host" work?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.