similar to: How to set up a server compatible with Windows apps ?

Displaying 20 results from an estimated 100 matches similar to: "How to set up a server compatible with Windows apps ?"

2011 Nov 04
2
Efficiency of factor objects
R factors are the natural way to represent factors -- and should be efficient since they use small integers. But in fact, for many (but not all) operations, R factors are considerably slower than integers, or even character strings. This appears to be because whenever a factor vector is subsetted, the entire levels vector is copied. For example: > i1 <- sample(1e4,1e6,replace=T) > c1
2010 May 19
1
various minor problems
1: is it possible to use ioemu:sda instead of ioemu:hda ? 2: is ioemu keyword optionnal ? conf seems to work without 3: why d i need to put vfb = [ "type=vnc,vncunused=1,keymap=fr" ] line ? seperate vnc = 1 + vncunused = 1 look identical to me, but are ignored. have the conf parser changed ? 4: during dom0 startup: > * Starting Xen control daemon ... > * Error: either
2003 Jun 04
1
FW: Besoin d'aide au sujet de swat
Can anyone help out Marie-Christine? Thanks PG -----Original Message----- From: Marie-Christine DRACK [mailto:jennifer.drack@wanadoo.fr] Sent: Wednesday, June 04, 2003 8:54 AM To: mkaplan@samba.org; paulg@samba.org Subject: Besoin d'aide au sujet de swat bonjour, je vous ?cris car je n'arrive pas ? me connecter ? swat alors que le fichier est configurer normalement.Voici mon fichier
2002 Aug 05
1
Problems when building R with gnome support (Mandrake Linux)
Hi R-Community, I faced problems when building R 1.5.1 from sources on i686-linux-gnu (Mandrake Linux 8.2) _with gnome support_ After running configure: ./configure --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-gnome --with-gnome-includes=/usr/include/gnome-1.0 --with-gnome-libs=/usr/lib/gnome-libs --with-readline R is configured this way: --- R is now configured
2013 Oct 21
0
tr: Aggregate values in one dataframe into a list of vectors of different sieze
I just found out what I was looking for, aggregate did the trick: AggregatedList <- aggregate(data = Sample, Value ~ Name, list) Hope this will help someone else! Sartene Bel > Message du 21/10/13 ? 16h29 > De : sartene at voila.fr > A : r-help at r-project.org > Copie ? : > Objet : Aggregate values in one dataframe into a list of vectors of different sieze > > Hi
1999 Aug 31
3
[R] R --gnome segfaults on RH 6.0 with R-0.65.0
On 30-Aug-99 I wrote: >> Libgdk? >> The only packages I know of with gdk/libgdk files >> are `gtk+' and `gtk+10' and neither contain `gdkfont.c'. To which Prof Brian D Ripley and Peter Dalgaard replied: > No, binary rpms will not contain source files, will they? > Try 'nm /usr/lib/libgdk.a | grep font' and I think you will see the > light... I
2009 May 08
1
Installing RGtk2 on Mac OS
I'm having trouble to install RGtk2 (from source) on Mac OS 10.4.11 (R 2.9.0). The GTK libraries (2.12.11) were installed into /sw/lib via fink. Even if I set the GTK_LIBS to that path, the installation program doesn't seem to find it (see below). libglade is there too but not found. If I install the package from binaries, it fails on load. Would anybody know how to make it work?
2006 Oct 02
3
PHP-gtk anyone?
Hi, I seem to be going round in circles trying to install php-gtk for Agata on a CentOS 4.4 installation - the configure keeps falling out with: checking for libglade-config... no checking for libglade... no configure: error: Unable to locate libglade I have installed libglade 1.99 and 2.01 directly from rpm but something's not meeting up. Is there a nice, yum-type install for libglade
2005 Dec 29
1
libglade-config
In what package is libglade-config? I have libglade and libglade-devel installed and I cannot find libglade-config thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20051228/e5ee94d7/attachment-0001.html>
2000 Feb 08
1
gnome support failure (libglade error on debian)
Hi, I'm running debian - upgraded fully to potato at the start of the freeze and added latest libgnome-dev before configuring. I tried compiling with gnome support with /usr/local/R/R-0.99.0/configure --with-gnome and got the following output: checking for gnome-config... /usr/bin/gnome-config checking if /usr/bin/gnome-config works... yes checking for orbit-config...
2005 Jan 16
1
Meetme conf and Shoutcast
We would like to know if there is a way to broadcast (in realtime) a conferance. We hold large phone conferances and would like to know if we could have some of our users listen over a streaming services. Formats we have looked at include: Shoutcast,Real Networks,QuickTime, and dare I say Windows Media player. The issue we have, is that I can not find a way to transfer the stream in realtime
2005 Jun 16
1
MeetMe ERROR "Unable to dup channel"
I would us Meetme for conferance SIP-->SIP fist. my Meetme.conf: [rooms] conf => 9999 my extensions.conf: exten => 9999,1,MeetMe(9999) But : == Parsing '/etc/asterisk/meetme.conf': Found Jun 16 10:33:22 WARNING[12100]: chan_zap.c:916 zt_open: Unable to open '/dev/zap/pseudo': No such file or directory Jun 16 10:33:22 ERROR[12100]: chan_zap.c:6969 chandup: Unable
2005 Dec 29
1
gtk_scrollinglabel pacakage from pear.php.net not compile
I found this package that is a php class to scroll a message on screen with a gtk wrapper. It wont compile on centos 4.2. http://pear.php.net/package/Gtk_ScrollingLabel It gives me an error about not finding libglade-config after much searching I found libglade-config and installed it. THen I get an error about cant find xml-config.... Can someone who knows more than me help? Thanks if so...
2005 Oct 24
0
Rgnome depends on obsolete components libglade/libxml (PR#8248)
On Mon, 2005-10-24 at 17:14 +0100, Hin-Tak Leung wrote: > Peter Dalgaard wrote: > > hin-tak.leung at cimr.cam.ac.uk writes: > > > > > >>Full_Name: Hin-Tak Leung > >>Version: R 2.2.0 > >>OS: x86 linux > >>Submission from: (NULL) (131.111.126.242) > >> > >> > >>Rgnome depends libglade 0.x and libxml 1.x . >
2006 Feb 24
1
RGtk2 install in Mac
Dear R-list, I'm struggling installing RGtk2 on my Mac. Has anybody succeeded in doing so? I've got Gtk2.8 (finally) and I have R2.0.1 I'm using ibook G4 and Mac 10.3.9 and here is the error I got from installing > R CMD INSTALL ~/Desktop/install/RGtk2_2.8.0-0.tar.gz * Installing *source* package 'RGtk2' ... checking for pkg-config... /sw/bin/pkg-config checking
2024 Oct 21
2
Security of ssh across a LAN, public key versus password
There is room for differences of opinion here. other factors do you reuse the password elsewhere (or use a passwork close enough, most people tend to use a static prefix and have a cycling value at the end) do people use a password manager do you always start from the same system? or do you use different systems at different times. If you use different systems, how do you manage your certs
2024 Oct 21
1
Security of ssh across a LAN, public key versus password
On 2024/10/21 12:02, David Lang via openssh-unix-dev wrote: > A cert is a single factor, so is a password. Cert authentication > is only two factor if you trust that the password is not stored > along with the cert (which is on the untrusted client) You can tell sshd to require *both* password and public key. > This is why I push for challenge/response tokens, not simply > cert
2007 Aug 11
0
Unable to add new device Intel Coporation PRO/Wireless 2200BG
Using CentOS 5 - installed ipw2200 firmware and tried to set up new eth1 wifi device, but adapter Intel Coporation PRO/Wireless 2200BG doesn't show up in list of adapters when I try add New Device (ipw2200 does show up on hardware tab as ipw2200 eth1 ethernet configured). I've noticed that when I run system-config-network on command line, these errors show up:
2006 Apr 27
1
pptpclient and dependencies
I'm going thru the documentation for pptpclient located on the pptpclient.sourceforge.net site and am referencing the Fedora Core 3 how-to. The docs refer to installing libglade and libxml and when I do so with a "yum install libglade libxml" no packages are found for installation. In looking at the installed packages I find libxml2. Is libxml2 adequate for libxml or would it be
2007 Jun 19
0
RGtk2 2.10.x series available
The new 2.10.x series of the RGtk2 package has recently become available on CRAN. RGtk2 is a package for creating graphical user interfaces (GUI's) in R and is similar in purpose to the tcltk package. RGtk2 binds to and enables the extension of the GTK+ user interface library, as well as several other libraries that are integrated with GTK+. The gWidgetsRGtk2 package provides an RGtk2