similar to: How I can run many sessions of the WINE in same machine?

Displaying 20 results from an estimated 2000 matches similar to: "How I can run many sessions of the WINE in same machine?"

2003 Jun 20
1
doubt about Load Balancing
Hello In the LARCT how-to subitem: 4.2.2. Load balancing the following phrase says: "" Instead of choosing one of the two providers as your default route, you now set up the default route to be a multipath route. In the default kernel this will balance routes over the two providers. It is done as follows (once more building on the example in the section on split-access): ip
2005 Dec 20
3
Advanced Routing and Secondary ip address in eth0
Hello, I have configured advanced routing with success using three (03) network adapters ( ETH0, ETH1 and ETH2). Now I have to configure an addittion range in the same Interface ETH0 ( another internet ip range address ), so I would like to have TWO different ranges at the same ETHERNET CARD ( in this case ETH0 ) AND having advanced routing running it. I Did the same
2012 May 17
3
CodeSchool weekend free
So many courses in CodeSchool will be free in this weekend, enjoy! http://www.codeschool.com/free-weekend -- Atenciosamente, Guilherme Pereira Dutra, Fone: (34) 8407-0109 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2004 Mar 05
1
time-series
Dear R helpers I have a daily rainfall dataset of 5 stations, but the time-series are of different lengths. Three stations measured precipitation from 1917 to 2004, one from 1930 to 1979, and other from 1975 to 1998. I'd like to know how to analyse if rainfall is similiar at all stations. Is it possible to compare time-series like these? Best Regards!
2006 Jul 24
1
Memory exceeding for split
Hi R-users I'm working with a data.frame of 40000 x 10, for which I need to apply the "split" function. The result is very long and cannot be stored in a variable due to memory exceeding. I've tried to send the result directly to a file through sink(filename) function, but the problem still occurs. Does anyone have an idea to solve this issue? > dim(dados) [1] 40000 10
2004 Jun 23
1
Sphericity test
Hi R-users Does anybody know if there are functions or packages in R for sphericity tests like Bartlett's or Mauchly's? Thanks! __________________________________________________________ Eng. Agr., M.Sc. Eduardo Dutra de Armas __________________________________________________________ Centro de Energia Nuclear na Agricultura (CENA/USP) Laboratório de Ecotoxicologia Av.Centenário 303,
2004 Jun 16
1
Resolution of plots
Hi R-users Does anyone know how to increase the resolution of plots to be exported? I'm exporting some plots but the maximum resolution that I get is 96 dpi. I want to get files with 300dpi. Thanks! __________________________________________________________ Eng. Agr., M.Sc. Eduardo Dutra de Armas __________________________________________________________ Centro de Energia Nuclear na
2007 Feb 05
1
RdbiPgSQL in R 2.4.1
Hi R-users I recently downloaded RdbiPgSQL 1.8.0 and Rdbi 1.8.0 from Bioconductor to be installed under R 2.4.1. When requiring RdbiPgSQL an error message is showed as follows: > require(RdbiPgSQL) Loading required package: RdbiPgSQL Error in library(package, lib.loc = lib.loc, character.only = TRUE, logical = TRUE, : ‘RdbiPgSQL’ is not a valid package – installed <
2017 Oct 26
0
Help_urgent_how to calculate mean and sd in biomod 2
Ol?, Please keep this in the list, I'm cc-ing r-help at r-project.org. And yes, I am Portuguese but R-Help is a mailing list in the English language. As for your new question, I believe that you should start a new thread. This is completely different from the question on computing mean and sd. Ask a new question. Font "arial" is a Microsoft font and as far as I know is not
2007 Jul 25
1
if - else
Greetings, I have some confusion with the use of if - else. Let's say I have a four variables as follows: Condition DateFound DateFirstEvent DateSecondEvent NA 10Jan2000 NA NA 0 05Jan2000 07Jan2000 10Jan2000 1 07Jan2000 07Jan2000
2004 Jun 05
0
Comparing treatments in Multivariate Analysis
Hi R-users I'd like to know if there is some packages or functions to do comparison of treatments after that manova pointed differences between them. Any suggestions are much appreciated. __________________________________________________________ Eng. Agr., M.Sc. Eduardo Dutra de Armas __________________________________________________________ Centro de Energia Nuclear na Agricultura
2009 Oct 07
1
Which is fastest for Xen disks: LVM, Qcow2 or Image-based VM?
Is there any benchmark or does anyone have tried which one is fastest? Regards, -- Thiago Vinhas de Moraes ________________________________________________________ SimpleWeb Tecnologia Inovativa Soluções em cloud computing e gerenciamento de TI Av. das Américas, 500 - Bloco 23 / Sala 215 - Rio de Janeiro - RJ Tel/Fax: 0800-8880-WEB / (21) 3002-0377 Celular: .(21)
2009 Sep 28
0
TERM=linux results libc.so.6 not found
Hi guys, A costumer is trying to run a cobol application in a VM. So far, so good. The problem is that when I set the $TERM variable to linux, and run the program, I get: /opt/cobol/bin/cobrun: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory If I put TERM=xterm, I can successifully run the program. It also works with TERM=vt100,
2001 Apr 28
0
samba instalation
I would like know what page to down the samba for hp10.20 and what file name. thanks Edvanio P. Flor Depto de Inform?tica. Roge Distribuidora e Tec S/A. Fone 011- 6421-9099 ramal 234/249 - celular 9750-8257. Email: edvanio@roge.com.br
2010 Jul 16
1
login with email
Hello, I'm trying to implement samba with ldap using email as user login. But on windows XP clients when I insert a user with @ in the user name it removes the Domain field from the login dialog box and what ever comes after @ is the login its gonna look for. Anyone knows a way to either be able to use @ in the user name and be able to select the domain to join or any other sugestion
2008 Jul 03
0
post hoc comparisons on NLME for longitudinal data
I am trying to fit a non linear mixed effect model but I also want to do a post hoc comparison. My data is binary and consist of recording mice track prints on plates plates in plots that submited to one of 4 different treatments (fruits and vegetation complexity manipulated for two levels each. The design is random blocks repeated measures with presence or absence of track prints as a response
2006 Nov 22
4
data in form of a date
Dear all, I often use dates and times in analyses. I just can't figure out how to format my date or time column in R. So, apparently R sees the date as something other than date (character). Let's say I am opening a CSV file, one of the columns of which is a date or time. How do I specify that when opening the file? Thanks for the help, Jim --
2015 Oct 23
0
R-SIG-Debian Digest, Vol 122, Issue 5
Hi Davide You can tell what version of R is using? You could install "plyr" package? I'm waiting. Regards, George Ulguim Pedra Doutorando George Ulguim Pedra Secretaria do Programa de P?s-Gradua??o em Ci?ncias Clim?ticas Centro de Ci?ncias Exatas e da Terra Fone: +55 84 33422479 (Secretaria PPGCC - NATAL/RN) Celular: +55 84 96057932 (Natal - Rio Grande do Norte) E-Mail_1:
2001 Dec 17
2
Traffic shapping + routing in RH 7.1
0 *H 010 +0 *H $Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hi ALL, I''m new to TC and IPTABLES and i need help in setting up a filter/routing solution to an ISP. I''ve read all the HOWTOs and i''ve reading LARTC messages for a month now. I still don''t have a clue on how to do it ''cause sometimes people say
2014 Apr 09
2
I can't make outbound calls (status is 'CHANUNAVAIL')
Hello: I have this situation: I can make calls internally, I can make inbound calls but I can't make outbound calls. Thanks in advance. These are my devices: * asterisk 11.8.1 = 192.168.1.22 * sipphone grandstream gxp2160 = 192.168.1.5 * gateway audiocodes mp-114 2fxs-2fxo = 192.168.1.4 port 1 (FXS) connected to an analog phone port 3 (FXO) connected to the PSTN These are my