Displaying 4 results from an estimated 4 matches for "tss2".
Did you mean:
tss
2012 May 01
4
Shared INBOX change in v2.1.6?
Previously Dovecot has shown shared INBOX like:
* LIST (\HasChildren) "/" "shared/tss2"
* LIST (\HasNoChildren) "/" "shared/tss2/INBOX"
* LIST (\HasNoChildren) "/" "shared/tss2/foo"
The last change in hg makes it return simply (same as with Cyrus):
* LIST (\HasChildren) "/" "shared/tss2"
* LIST (\HasNoChildren) "...
2009 Oct 23
0
doveadm who
...welcome how to improve it, or if it's already
perfect :)
The first line is written to stderr, so |sort can be used:
# doveadm who|sort
username # (ips) (pids)
timo 1 (127.0.0.1) (2457)
tss 2 (127.0.0.1) (617 1345)
tss2 2 (127.0.0.2 127.0.0.1) (2392 2799)
# doveadm who|sort -k2 -nr
username # (ips) (pids)
tss2 2 (127.0.0.2 127.0.0.1) (2392 2799)
tss 2 (127.0.0.1) (617 1345)
timo 1 (1...
2010 May 17
0
plm(..., model="within", effect="twoways") is very slow on unablanaced data (was: Re: Regressions with fixed-effect in R)
...xtract within R-sq from the above fails (prepare to terminate the process)
plmr2(pd_fe2, F, "twoways")
I would have went ahead and computed the within R-sq manually, from
pd_fe2, however the below computes the "individual" within R-sq
RSS2 <- sum(residuals(pd_fe2)^2); RSS2
TSS2 <- plm:::tss.plm(pd_fe2); TSS2
1 - RSS2/TSS2
#[1] 0.52888
while the below yields zero
SSR2 <- sum(fitted(pd_fe2)^2); SSR2
SSR2/TSS2
#[1] 0
because
fitted(pd_fe2)
#NULL
I could also report that plm(..., model="within", effect="twoways") is
quick when the number of indi...
2017 Oct 26
3
[RFC 0/2] add engine based keys
...n example of my tpm2 based private/public ssh-key:
jejb at jarvis:~> ssh-add -o tpm2 /home/jejb/.ssh/id_rsa
Enter engine key passphrase:
jejb at jarvis:~> ssh-add -l
2048 SHA256:ZAv7jrI2bB2VBgk5jHA1g/fe4rVX1GqyCdPwF0ELU9k jejb at mulgrave (RSA)
jejb at jarvis:~> cat .ssh/id_rsa
-----BEGIN TSS2 KEY BLOB-----
MIICAAYFZ4EFCgKgAwEBAKEHAgUAgQAAAaKCARwEggEYARYAAQALAAIEQAAAABAA
EAgAAAAAAAEAp0rC+B6BvAl6ySgNggwBSYvkcvBFGIC5bs1/s0NtYkoZ5QnpafHY
7qHvqvvell9lRk58UDyRgGFFzSFvq0/YN4PJoG4ywMWHnOABzoIq/y5RAQgER6OE
lrnvS9on9J5epy7tT7nQkCCjO+Oz3849UeFX1m6DFOJuir5GhYD968CZGfemjRyO
LLEQ4dxF75Q/74seg2cdE+1BA...