Displaying 20 results from an estimated 200 matches similar to: "Mainland "Equatorial Guinea" missing?"
2014 Apr 23
1
Force logonserver in samba4
Hi everybody.
We have a samba4 domain deployed across serveral countries. Some of them
(overseas) have a poor VPN connection with mainland.
Since Samba4 does not support (yet) subtrees, we have deployed a DC in
each location for domain validation. However users in mainland logon
randomly at overseas location and sometimes this is a problem due to low
bandwidth available.
Is there any way to
2008 Aug 26
2
Re: General translation questions
Hi Ralph,
> there is someone on the centos-docs mailing list who also wants to (at least)
> offer a translation of the Release Notes into chinese (simplified in this
> case). As those are subtleties(?) which are completely wasted on a eurocentric
> guy like me.
>
I don't think this guy is making any sense because there's simply no
difficult for all Chinese people to
2001 Mar 12
1
Access denied.
Dear users
I got this msg accessing s share:
server:~# smbclient '\\localhost\Adm1' -U gabriela
Added interface ip=192.168.0.254 bcast=192.168.0.255 nmask=255.255.255.0
Password:
Domain=[EQUATORIAL] OS=[Unix] Server=[Samba 2.0.5a]
smb: \> put lixo2
ERRDOS - ERRnoaccess (Access denied.) opening remote file \lixo2
The smb.conf says
[Adm1]
comment = Adm-Financeiro
path
2008 Mar 18
0
Walds Z in a mixed model
I recently reviewed a paper that used Wald's Z in a mixed model
analysis. The dataset (see end of message for complete dataset) has
individual animals (SAMPLE) from within social groups, from within
geographic regions. Y is the response variable. The paper ran a mixed
model with year and region as fixed effects, group a random effect
nested within region, and sample nested within group. I
2019 Mar 06
2
Crear una variable tipo factor a partir de un vector de caracteres
Hola estimados miembros de la comunidad de R
Tengo un conjunto de datos, donde tengo observaciones por países y por año.
Una de las variables del dataframe es el nombre del país. Queremos dividir
los países, que son países africanos de acuerdo a 5 regiones: norte de
africa, africa del este, sur africa, etc
Yo lo que he hecho ha sido crear vectores con el nombre de cada uno de los
países en cada
2019 Mar 06
3
Crear una variable tipo factor a partir de un vector de caracteres
Pero eso es para crear variables binarias tipo 0-1 si el pais pertence a un
determinado grupo. Lo que quiero es crear una variable de tipo factor con
esos 5 niveles, sabiendo que tengo en el dataframe una variable llamada
Country, con el nombre del pais.
Gracias
On Wed, 6 Mar 2019 at 15:27, Xavier-Andoni Tibau Alberdi <
xavitibau en gmail.com> wrote:
> Buenas,
>
> Para ello yo uso
2007 Mar 06
0
different random effects for each level of a factor in lme
I have an interesting lme - problem. The data is part of the Master
Thesis of my friend, and she had some problems analysing this data,
until one of her Jurors proposed to use linear mixed-effect models. I'm
trying to help her since she has no experience with R. I'm very used to
R but have very few experience with lme.
The group calls of one species of parrot were recorded at many
2024 May 17
0
[External] Re: Removing polygons from shapefile of Scotland and Islands
Scotland is the second feature in the UK data, so get it and split this one
MULTIPOLYGON feature into individual POLYGONS
scot = st_cast(the_uk$geometry[2],"POLYGON")
# which is the largest polygon?
which.max(st_area(scot))
[1] 1
# the first one. ok...
plot(scot[[1]]) # mainland
# add the rest of the islands for context, in grey, maybe to show they're
outside our study area:
2009 May 14
6
Dealing with brute force attacks
Over the weekend one of our servers at a remote location was
hammered by an IP originating in mainland China. This attack was
only noteworthy in that it attempted to connect to our pop3 service.
We have long had an IP throttle on ssh connections to discourage
this sort of thing. But I had not considered the possibility that
other services were equally at risk. Researching this on the web
does
2001 Apr 06
1
(no subject)
hi
i have a question related to samba. I never maaged to get samba started.
earlyer it told me something like: "netbios-ssn service failing (looping)
service terminated."
now this isn't the case anymore, but anyway i cannot connect a windows
machine to my linux box. in the "network neighborhood" i can see my linux,
but when I try to acces a share (that has been configured
2008 Aug 25
1
page name change suggestion for wiki admin
This page for Chinese
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.2/Chinese
It is better to name this page to traditional_Chinese. I will do the Simple_Chinese page for this one. These two different Chinese languages,traditional Chinese is used in Taiwan China and simple Chinese used in Mainland.
Thank you admins.
2008-08-26
Nathanael Lee
-------------- next part --------------
2019 Mar 06
2
Crear una variable tipo factor a partir de un vector de caracteres
Si lo que quiero es crear una variable llamada por ejemplo region (del tipo
factor) con esos 5 valores
On Wed, 6 Mar 2019 at 15:41, Xavier-Andoni Tibau Alberdi <
xavitibau en gmail.com> wrote:
> No, No. Fíjate en el Ifelse(condición, valor si positivo, valor si
> negativo).
>
> Si, x %in% ca entonces el valor devuelto es "ca", un factor. En caso
> negativo, vamos
1998 Oct 22
8
Thanks
Thanks everyone for all of your help..
and thanks for being patient.
my printing LARGE files is now working correctly!
Robert
2010 Jul 07
2
About Simplified Chinese Translation
Hi,
Hello, everyone.
My Name is GaoHu, I'm living in Hangzhou, ZheJiang, China.
Last year, I graduate from college in ShanXi. Now, I'm working in a IT company that
using Delphi and Oracle, with Our Server RHEL.
I'm interest in Open Source and like CentOS as it is simple and stable. I like to use
CentOS as my server, with Fedora as my desktop. I like linux and I just think there
2011 Jul 21
0
Survdiff for multiple comparisons
Hello all-
I am doing a survival analysis for two species of invasive plants I
outplanted to edges and interiors of island and mainland sites in a local
reservoir. I am using the KM estimate and had no problem doing survdiff for
my data using the following code:
S4<-Surv(outplant$SurvTime, outplant$StatusD6)
diff4=survdiff(S4 ~ outplant$Species+outplant$SiteType+outplant$EdgInt)
diff4
2013 Sep 19
3
How do I ensure that the polygon in spatstat::owin(poly=<polygon>) does not have “negative area”
I am a new user of the R spatstat package and am having problems creating a
polygonal observation window with owin(). Code follows:
library("maps")
library ("sp")`
library("spatstat")
mass.map <- map("state", "massachusetts:main", fill=T) # This returns
a data frame includding x and y components that form a polygon of
massachusetts mainland`
2017 Aug 25
6
[Bug 2765] New: ssh-copy-id appears to hang indefinitely when the target user has no password
https://bugzilla.mindrot.org/show_bug.cgi?id=2765
Bug ID: 2765
Summary: ssh-copy-id appears to hang indefinitely when the
target user has no password
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
2006 Jul 10
2
One Cooperation invited from China
Dir Sirs/Madams,
How do you do!
Please allow me introduce myself. My name is Yang Wenqing, I am from POLY high-technology company. My company focuses on technology support service and software promotion application for Linux software. We have army background. I used to promote TurboLinux software in SI in 2000. After that, I worked in LessonMaster Software Company for promotion Red Hat Linux
2008 Nov 17
2
How to calculate the linear distance between 2 points
Deemed colleagues
I would appreciate your help with a sentence to calculate the linear
distance between 2 geographical points (coordinates in UTM).
In advance thnks for your attention,
--
Ricardo Bandin Llanos
rbandin@udec.cl
Estudiante - Magíster Cs. m. Pesquerías
Universidad de Concepción, Región del Bio-Bio, Chile
Celular: (0056-41) 97949957
[[alternative HTML version deleted]]
2004 May 14
0
Perhaps France isn't asleep also or a least part of it.
I'm in the process of dropping my France Telecom (Wanadoo) connection
512/128 @ 29.99? per month to go to Free offering 1024/128 with fixed IP
for the same price and when degrouped 2048. But it doesn't stop there.
They don't supply a modem they supply the FreeBox which gives free as in
gratuit calls to mainland France and 0.03?/min to group 1 countries.
>From their tarif list they