Displaying 20 results from an estimated 1683 matches for "larry's".
2023 Apr 03
4
Simple Stacking of Two Columns
Hi R-Helpers,
Sorry to bother you, but I have a simple task that I can't figure out how to do.
For example, I have some names in two columns
NamesWide<-data.frame(Name1=c("Tom","Dick"),Name2=c("Larry","Curly"))
and I simply want to get a single column
NamesLong<-data.frame(Names=c("Tom","Dick","Larry","Curly"))
> NamesLong
Names
1 Tom
2 Dick
3 Larry
4 Curly
Stack produces an error
NamesLong<-stack(NamesWide$Name1,NamesWide$...
2012 Oct 16
3
setting up postfix
...be an easy one. I'm trying to get postfix going. I've
never done this before. I followed the directions at
http://wiki.centos.org/HowTos/postfix. I opened port 25:
iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT
Here's an attempt to send mail:
[motor at localhost motor]# mail -v larry.martell at gmail.com
Subject: test
test
.
EOT
larry.martell at gmail.com... Connecting to [127.0.0.1] via relay...
220 localhost.localdomain ESMTP Postfix
>>> EHLO localhost.localdomain
250-localhost.localdomain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250...
2018 Jul 11
2
Connection refused (61)
If you telnet to port 25, do an EHLO host, does the response include AUTH? If not, opensmtpd is not offering AUTH over unencrypted port 25 connections.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 6:05 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
now in roundcube config I have t...
2018 Jul 11
2
Connection refused (61)
Yes.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 6:02 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
you mean to turn off TLS in roun...
2018 Jul 11
2
Connection refused (61)
Read the docs....
Or, as I said earlier, get a (free) letsencrypt certificate.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 6:16 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
this is the result:
250...
2018 Jul 11
2
Connection refused (61)
Turn off TLS for webmail. It's not leaving the machine.
Or get a letsencrypt.org cert. (they are free) see acme.sh (https://github.com/Neilpang/acme.sh)
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:48 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
which means I can't use a se...
2018 Jul 11
2
Connection refused (61)
yep
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:46 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
the maillog shows:
reas...
2018 Jul 11
2
Connection refused (61)
what do you mean by 'suscribed'?
On Thu, Jul 12, 2018 at 12:21 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Is the user subscribed to the mailboxes?
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
> US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-210...
2007 Feb 17
2
Serial Woes
...cannot
find the trainer. I seem to have the link that points wine to the serial
port device, but the terminal screen fills with 'handle not found'
errors when the connection is attempted. Surely, after all the work that
has gone into wine, someone has gotten the serial ports to work.
Larry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20070216/fa558a28/attachment.html
2015 Sep 10
2
Is it a bug when you move mail between namespaces....
It works for me. I don't know why it wouldn't work for you. Looking at the autoindexing code I don't see how it could be possible that it works for saving but not copying.
> On 10 Sep 2015, at 21:05, Larry Rosenman <larryrtx at gmail.com> wrote:
>
> Is there a fix coming for this, Timo? Or is it a longer term issue?
>
> On Mon, Sep 7, 2015 at 5:23 PM, Larry Rosenman <larryrtx at gmail.com <mailto:larryrtx at gmail.com>> wrote:
> It doesn't in my current 2.2.18...
2018 Jul 11
2
Connection refused (61)
I can see the mails with neomutt
I can also see them with roundcube if I skip in dovecot the
'mail_location = maildir:~/var/mail/%u:LAYOUT=fs'
On Thu, Jul 12, 2018 at 12:11 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Can you see the mails with neomutt?
>
> If so, the error is on the roundcube side.
>
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
>...
2018 Jul 11
1
Connection refused (61)
this command produces:
Sent
only!
On Thu, Jul 12, 2018 at 12:29 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> There is a concept in IMAP of mailbox subscription. This is the default list of mailboxes to be shown.
>
> doveadm mailbox list -s
>
> (full command syntax on the doveadm-mailbox manpage)
>
> That will list the subscribed mailbox...
2018 Jul 11
2
Connection refused (61)
Then you need to look at the opensmtpd logs to figure out why the starttls is failing.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:42 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
actually I did define the staic...
2018 Jul 11
2
Connection refused (61)
...vecot.index.cache
-r--r--r-- 1 0 Jul 7 00:00 dovecot-uidvalidity.5b3fe690
-rw------- 1 8 Jul 7 00:01 dovecot-uidvalidity
-rw------- 1 261 Jul 7 00:22 dovecot-uidlist
drwxr-xr-x 2 512 Jul 7 00:22 cur
drwx------ 5 512 Jul 7 00:01 .Sent
On Thu, Jul 12, 2018 at 12:03 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> I don't see the expected new / cur / tmp dirs..
> Or that didn't do the recursive.
>
>
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: larryrtx at gmai...
2006 Mar 23
6
How to create [new_context] in extensions.conf?
It _appears_ that the only way to create valid [context] is by a
context = line in sip.conf.
Is there another way to create a [new_context] in extensions.conf so I
can dial from it?
Right now most of my extens are in [default] and I'd like to avoid that.
Larry
--
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Slackware Linux
2006 Feb 03
6
Rails from the command line
...g, I would like to be able to run it from the
command line ( read: windows batch file). How can this be done?
It will be installed on a Windows box with InstantRails1.0, (if that
matters).
I will be doing more processes like this, so this is a good opportunity to
get it right.
--
Best Regards,
-Larry
"Work, work, work...there is no satisfactory alternative."
--- E.Taft Benson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060203/ca917e81/attachment.html
2018 Jul 11
2
Connection refused (61)
drwxr-xr-x 5 512 Jun 26 21:41 Trash
drwxr-xr-x 5 512 Jun 26 21:41 Spam
drwxr-xr-x 5 512 Jun 26 21:41 Sent
drwx------ 6 512 Jul 7 00:23 Inbox
drwxr-xr-x 5 512 Jun 26 21:41 Drafts
On Thu, Jul 12, 2018 at 12:00 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> What does an ls -lr of /var/mail/<user> look like?
>
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
> US Mail: 5708 Sabbia Drive, Rou...
2023 Apr 03
1
Simple Stacking of Two Columns
Hi,
You were on the right track using stack(), but you just pass the entire data frame as a single object, not the separate columns:
> stack(NamesWide)
? values ? ind
1 ? ?Tom Name1
2 ? Dick Name1
3 ?Larry Name2
4 ?Curly Name2
Note that stack also returns the index (second column of 'ind' values), which tells you which column in the source data frame the stacked values originated from.
Thus, if you just want the actual data:
> stack(NamesWide)$values
[1] "Tom" ? "Dick&quo...
2023 Apr 04
1
Simple Stacking of Two Columns
Just to repeat:
you have
NamesWide<-data.frame(Name1=c("Tom","Dick"),Name2=c("Larry","Curly"))
and you want
NamesLong<-data.frame(Names=c("Tom","Dick","Larry","Curly"))
There must be something I am missing, because
NamesLong <- data.frame(Names = c(NamesWide$Name1, NamesWide$Name2))
appears to do the job in th...
2018 Jul 11
2
Connection refused (61)
Yes, or, add another block of lines with lo (or lo0) depending on what your kernel uses for loopback in place of the $egress_int parameter to get it to listen on 127.0.0.1 as well.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:38 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
shows the static IP address of t...