similar to: [Bug 2536] New: X11 forwarding slows down client

Displaying 20 results from an estimated 3000 matches similar to: "[Bug 2536] New: X11 forwarding slows down client"

2016 Feb 02
4
[Bug 2537] New: add --version argument
https://bugzilla.mindrot.org/show_bug.cgi?id=2537 Bug ID: 2537 Summary: add --version argument Product: Portable OpenSSH Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org
2016 Jun 28
3
Browsable Flag
Hello, the parameter "browsable (browseable)" is a Boolean which allows a share to be displayed (or not) in list of machine resources. But if I set the parameter to "no" - how exactly does it hide the share? I could not find a clue about the way of achieving that. Best wishes Tom
2018 Mar 02
2
sieve vacation alias handling problem
Hi, I am using Dovecot LDA as LMTP renders envelope extension unusable. The problem I have noticed is that when user has multiple aliases sieve responds to all of them, not only to :addresses specified. >From testing it seems that :addresses only adds addresses to the list of "known" emails to check against. It is not limiting it. As I understand, sieve should check if To: header
2017 Aug 08
12
[Bug 102106] New: xorg crashes when running gscan2pdf (libgtk2-perl) test case
https://bugs.freedesktop.org/show_bug.cgi?id=102106 Bug ID: 102106 Summary: xorg crashes when running gscan2pdf (libgtk2-perl) test case Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2024 Apr 22
2
x[0]: Can '0' be made an allowed index in R?
You could have negative indices. There are two ways to do this. 1) provide a large offset. Offset <- 30 for (i in -29 to 120) { print(df[i+Offset])} 2) use absolute values if all indices are negative. for (i in -200 to -1) {print(df[abs(i)])} Tim -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Peter Dalgaard via R-help Sent: Monday, April 22,
2019 Nov 03
10
[Bug 3087] New: Ed448 support
https://bugzilla.mindrot.org/show_bug.cgi?id=3087 Bug ID: 3087 Summary: Ed448 support Product: Portable OpenSSH Version: 8.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org
2018 Oct 01
6
email Server for CentOS 7
> On 29. Sep 2018, at 23:58, John R. Dennison <jrd at gerdesas.com> wrote: > > Save yourself the effort, time, headaches and eventual bloody tears of impotent > rage and just go with Google or some other provider. Running a mail > server properly is one of the more difficult tasks and quite often not > worth the time and trouble, especially if one is asking about it on a
2024 Apr 22
1
x[0]: Can '0' be made an allowed index in R?
Heh. Did anyone bring up negative indices yet? -pd > On 22 Apr 2024, at 10:46 , Rolf Turner <rolfturner at posteo.net> wrote: > > > See fortunes::fortune(36). > > cheers, > > Rolf Turner > > -- > Honorary Research Fellow > Department of Statistics > University of Auckland > Stats. Dep't. (secretaries) phone: > +64-9-373-7599
2016 Jun 28
2
Browsable Flag
It's not hidden like an hidden file or system file (things you can display tweaking some explorer options), it's not visible at all. I think there is no way to list them, it's not hidden, it's unlisted, but you still can access them if you know the full path. 2016-06-28 13:10 GMT+02:00 Reindl Harald <h.reindl at thelounge.net>: > > > Am 28.06.2016 um 09:53 schrieb
2018 Mar 03
2
sieve vacation alias handling problem
On 2018-03-03 21:28, Stephan Bosch wrote: > Op 3/2/2018 om 3:35 PM schreef Karol Augustin: >> Hi, >> >> I am using Dovecot LDA as LMTP renders envelope extension unusable. >> >> The problem I have noticed is that when user has multiple aliases sieve >> responds to all of them, not only to :addresses specified. >> >> From testing it seems that
2013 Jan 10
1
how to generate a matrix by an my data.frame
Dear All It is a little hard to give a good small example of my question,so I will show the full data on the bottom and the attachment.Maybe some one could tell me an appropriate way to show it.I'm sorry for the inconvenience. Q:How to generate a 53*53 diagonal matrix by my data Some problems confused me are that: 1.Since it is a diagonal matrix,I have tried to transform col1 and col2 to
2016 Apr 28
2
Question about DFS
On 28.04.2016 11:16, Reindl Harald wrote: > Am 28.04.2016 um 11:00 schrieb tell at posteo.de: >> i'm trying to figure out some specific things about Samba DFS. >> >> 1. What is the ordering method of a DFS Share with multiple servers >> (e.g. msdfs:serverB\\share,serverC\\share linkb ; Source: >>
2012 Feb 09
2
GLM - guess the distribution of the response variable
Dear all, I have question regarding GLMs: I have a discrete response variable and a continuous explaining variable. Like this: http://www.myimg.de/?img=example1db0f.jpg I want to use a GLM to investigate. I have to specify the "familiy of the distribution of the response variable" - or, maybe more precise, the "family of the distribution of the residuals of the response
2015 May 04
2
Define replacement functions
Hello I tried to define replacement functions for the class "mylist". When I test them in an active R session, they work -- however, when I put them into a package, they don't. Why and how to fix? make_my_list <- function( x, y ) { return(structure(list(x, y, class="mylist"))) } mylist <- make_my_list(1:4, letters[3:7]) mylist mylist[['x']] <- 4:6
2024 Apr 23
1
x[0]: Can '0' be made an allowed index in R?
Doesn't sound like you got the point. x[-1] normally removes the first element. With 0-based indices, this cannot work. - pd > On 22 Apr 2024, at 17:31 , Ebert,Timothy Aaron <tebert at ufl.edu> wrote: > > You could have negative indices. There are two ways to do this. > 1) provide a large offset. > Offset <- 30 > for (i in -29 to 120) { print(df[i+Offset])} >
2016 Apr 28
2
Question about DFS
Hello, i'm trying to figure out some specific things about Samba DFS. 1. What is the ordering method of a DFS Share with multiple servers (e.g. msdfs:serverB\\share,serverC\\share linkb ; Source: https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)? With a Microsoft DFS i have 3 options regarding the target. (Targets in a client's site are listed first in a
2024 Apr 23
2
x[0]: Can '0' be made an allowed index in R?
Hello Peter, Unless I too misunderstand your point, negative indices for removal do work with the Oarray package (though -0 doesn't work to remove the 0th element, since -0 == 0 -- perhaps what you meant): > library(Oarray) > v <- Oarray(1:10, offset=0) > v [0,] [1,] [2,] [3,] [4,] [5,] [6,] [7,] [8,] [9,] 1 2 3 4 5 6 7 8 9 10 > dim(v)
2019 May 19
2
Parameterización de modelo mixto (multilevel)
Estimados integrantes de la lista. Disculpas por posteo cruzado. Estoy ajustando un modelo con lmer (lm4). La variable respuesta es un índice (ADI) que se midió en 3 áreas diferentes en 4 estaciones climáticas diferentes, así mis efectos fijos son area y estaciones climáticas. Cada área tiene 12 puntos de muestreo (Punto). En cada punto de muestreo el índice se midió repetidamente a
2002 Aug 22
2
HELP: XP cannot login to Samba 2.2.5
Greetings, Perhaps someone can offer some advice on how to get this working. I will detail my process and whats been done. on the XP side of the house (client side) 1. XP_signorseal registry hack applied, value at 0 now. 2. following values set to disabled: domain member: Digitally encrypt secure channel data (always) domain member: Digitally encrypt secure channel (when possible) domain member:
2020 Sep 27
5
Providers running dovecot?
Dear list, I am looking for providers of free e-mail addresses known to run Dovecot (or a variant thereof) for IMAP access. I need only a few MB storage space and no particular features beyond SMTP and IMAP. The reason I ask is that Dovecot is known to implement the IMAP spec quite respectfully, and I am writing a software which uses IMAP search (so I would suggest my users to register an e-mail