Displaying 16 results from an estimated 16 matches for "aphor".
Did you mean:
abhor
2004 Dec 05
1
matrix of 1,0's to a data.frame of factors
...su.edu> <http://jijo.cjb.net>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE
-------------------------------------------------------------------
He who is in love with himself has at least this advantage -- he won't
encounter many rivals.
-- Georg Lichtenberg, "Aphorisms"
2003 Oct 21
2
Fwd: Re: Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit
The story of this problem, AFAIK, is that Solaris 8 YASSP and JASS and vigilant/paranoid sysadmins have been known to set a restricitve umask in /etc/default/login. OpenSSH compatibility for Solaris 8 has been spotty at times for sparcv9 targets. This time, when a sparcv9 binary tries to sscanf(3C) the numeric umask as a long octal and put it in a mode_t, SIGBUS happens.
What this looks like in
2003 Dec 03
2
nameless functions in R
...su.edu> <http://jijo.cjb.net>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE
-------------------------------------------------------------------
He who is in love with himself has at least this advantage -- he won't
encounter many rivals.
-- Georg Lichtenberg, "Aphorisms"
2007 Apr 23
0
Open source community help-desks
...9;t --- thank God --- remember.]
When I was in graduate school, lo these many years ago, I had
a friend who was a very right-wing person from the South of
the U. S. and who might have been expected to have some
sympathy with Ayn Rand's views. This friend had a gift for
succinct and pithy aphorisms. He remarked: ``Anyone who can
say `Existence exists' with a straight face is either a fool
or a charlatan.''
cheers,
Rolf Turner
rolf at math.unb.ca
2003 Nov 21
1
Can you monitor a call via the asterisk speaker system and do a call pickup if you wish
Reason.
I have a fax/ans phone with handset, that lets you monitor the caller, so if
you wish, you can pickup the call.
The asterisk is undergoing testing, it will then be online tested at the house
so I can get more familiar in setting components up, e.g. sip phones,
voicemail, transfers etc.
But, I really need the monitoring of the Voicemall being left, with the
ability to pick up the
2013 Dec 20
3
TCP port to TTY/Serial Port?
Hello,
? I'm trying to configure my system such that I have a TCP port listening which will send all data it receives to a serial port.
ie:?? tcp/2112? -->? /dev/ttyS0
My goal would be to be able to:
Use netcat to create the listen and redirect to a serial port:
? $ nc -l 2112 > /dev/ttyS0
Then in another window, run minicom at /dev/ttyS0
Then in a 3rd window,
? $ telnet localhost
2011 May 11
0
Revolutions Blog: April Roundup
...n R: http://bit.ly/jHCEnR
Analyst firm Gartner says "R is not only the tool of choice but the
ideal environment for advanced analysis" and names Revolution
Analytics a "Cool Vendor": http://bit.ly/kTN8lV
Other non-R-related stories in the past month included: the origin of
the aphorism, "The plural of anecdote is not data" -- or is it?
(http://bit.ly/lg7XuB); P-values, multiple comparisons, and jellybeans
(http://bit.ly/imx1Q3); visualizing tax brackets
(http://bit.ly/lLmQSc) and an infographic on how taxes are spent
(http://bit.ly/knMqmw); browsing the San Andreas F...
2003 Dec 19
2
Mac OS X Keychain Support
Hello,
I'm a Mac OS X user, and I got tired of typing my password every time I
want to login, but didn't want to use ssh-agent and the like. So, I
grabbed the code for OpenSSH 3.7p1, and made some modifications which
allow passwords to be stored and recalled from the OS X Keychain. The
reason I'm posting to this list is that I'd like to make these
modifications available to
2017 Jun 09
1
Minor patches for builds against ancient platforms
> I do know that this little box of horrors has 200-300MB mbox INBOXes on an
> ext3 filesystem formatted in 2005. I am very nervous about converting them to
> Maildir at this point.
Fortunately, it just involves reformatting the data and a little
reconmfiguration of dovcot. If you can find the tool and disk space,
it's well worth doing. Of course, when running a proverbial
2003 Dec 22
0
openssh-unix-dev Digest, Vol 8, Issue 15
I think what Mr. Farr is referring to is keychain support. Keychain is
provided as part of OS X. Apple published an API for it. An OS X
compile would store and retrieve keys from Keychain in lieu/addition to
the SSH Agent. Keychain is to OS-X what the ssh-agent is to ssh. This
makes perfect sense, and I haven't been sufficiently peeved to do this
yet, but I have dreamt of this myself.
It
2004 Jan 17
1
openssh-unix-dev Digest, Vol 9, Issue 16
On Solaris, if you create a banner file /etc/issue it will do what I
think you want. However, it comes in on stderr from your ssh client, so
you need to do complicated things to get clean output from stderr of
remote commands.
Does anyone know if this is different from the banner option in the
sshd_config that everyone's been talking about?
On Jan 15, 2004, at 7:13 PM,
2004 Mar 25
0
openssh-unix-dev Digest, Vol 11, Issue 28
The shell that executes on the remote server takes input in the form of
shell commands before it issues a prompt. When you redirect commands
from ssh client to a shell on the remote server there is usually a
trailing EOF to tell the shell to exit. If the shell gets an EOF it
should not respond with a prompt. Also, some shells decide whether or
not to issue a prompt by TTY detection.
2004 Nov 10
0
openssh-unix-dev Digest, Vol 19, Issue 8
On Nov 9, 2004, at 10:26 PM, Chris Adams <cmadams at hiwaay.net> wrote:
> Message: 4
> Date: Tue, 9 Nov 2004 15:13:36 -0600
> From: Chris Adams <cmadams at hiwaay.net>
> Subject: Re: RedHat forks OpenSSH?
> To: openssh-unix-dev at mindrot.org
> Message-ID: <20041109211336.GC1429068 at hiwaay.net>
> Content-Type: text/plain; charset=us-ascii
[deletion for
2006 Feb 28
0
openssh-unix-dev Digest, Vol 35, Issue 1
OpenSSH depends heavily upon OpenSSL. Both cleanly build 64 bit
binaries. In the case of sparcv9 binaries, you should probably make
sure you have *both* 32bit and 64bit OpenSSL binaries installed, and
take extra care to configure your so library paths. On systems that
are 100% 64bit, (Linux, FreeBSD in my experience) it just works.
On Feb 28, 2006, at 9:23 AM, openssh-unix-dev-request at
2006 Jul 12
0
openssh-unix-dev Digest, Vol 39, Issue 6
On Jul 11, 2006, at 8:21 PM, openssh-unix-dev-request at mindrot.org wrote:
> Date: Tue, 11 Jul 2006 15:50:22 -0500
> From: "Hughes Andy" <Andy.Hughes at HCAHealthcare.com>
> Subject: How to use SSH with Failed Login attempts and locking
> accounts
> To: <openssh-unix-dev at mindrot.org>
> Message-ID:
> <273CACD967F9BC47B023F758ACBC3A8C075855F4 at
2008 Mar 23
1
openssh-unix-dev Digest, Vol 59, Issue 12
This problem can be solved by chowning the rc (and user conf files)
files to some other user and chmod'ing the group and other write bits
off. I say this because usually, when people use "ForceCommand" the
intention is to severely restrict a particular account. Going down
this path requires that you do a lot of homework around restricted
shells/profiles/etc. and changes you