Displaying 20 results from an estimated 2000 matches similar to: "secure password token management method in R"
2006 Nov 27
2
using nut to monitor SNMP UPS unit
Hi all,
I've been trying to build NUT (latest release source) on a pretty "standard"
CentOS (RHEL style) linux box, to monitor an APC Symmetra UPS Unit which
powers our server room and broadcasts information via SNMP to appropriate
clients.
I am having some trouble even encouraging NUT to build with snmp support,
which doesn't seem to happen by default.
I am curious if anyone
2004 Mar 28
2
Dopt program!
Hi all,
Does anybody have a workable dopt program in R to generate D-optimal designs. I downloaded dopt.zip from stat homepage of the university of oxford, whenever I load it into R and try to run, the following error comes: Error: couldn't find function "Dopt".
Any information will be highly appreciated!
Thank you!
Harvey.
---------------------------------
[[alternative HTML
2015 May 20
2
[LLVMdev] Implement a Register Allocator in LLVM
I'm working on my project for completion undergraduate courses, consisting
of an experimental analysis of registers allocation algorithms. For this
task, I am using the set of tools from the LLVM project.
However, I have read the documentation of the LLVM project and not yet
found a way to put the pieces of the puzzle together. So far I know:
- As passes work as engage them to LLVM and
2013 May 31
2
Help me understand these log messages
OK, I need a bit of help here. I'm configuring a new Asterisk 11
system and I accidentally let my firewall rules drop for a day or so.
When I logged in today, I found messages like the ones below on my
asterisk console. Obviously somebody was trying to take advantage of
my carelessness. So can someone explain what would cause these types
of messages to show up on my console?
I understand
2004 Jan 03
1
SEEKING PART-TIME DBA ROLE (REMOTE)
I HAVE 10 Years EXPERIENCE WITH
*ORACLE 7.x 8.x, and 9x DATABASE Administration
*ORACLE 9iAS Support
*11i/10.7 ERP/CRM Installation and Support
*SOLARIS SYSTEM ADMIN
*3rd PARTY IMPLEMENTIONS
* DATAWAREHOUSING Support
*SOFTWARE AND HARDWARE CAPACITY PLANNING
*Oracle DATABASE MANAGEMENT
*Oracle DATABASE AND APPLICATION TUNING
Spent many years at Oracle Corp, and worked with client such as Kodak,
2019 Feb 10
4
How to backup maildir
I have been thinking, and reading, on how to back up my mailserver. I
have not found any approach that seems ready to use.
I have run years without any backup, but would really like to have
something in place.? I figure I can attach a USB drive and backup to
that, then from there rsync to something elsewhere.? Further if that USB
drive is a full mailserver image, I actually have a 'hot
2006 Jan 24
3
R-help Digest, Vol 35, Issue 24
Dear Prof Ripley,
First of all, unless you are an english professor, then I do not think you have
any business policing language. I'm still very much a student, both in R, and
regarding signal analysis. My competence on the subject as compared too your
own level of expertise, or my spelling for that matter, may be a contension for
you, but it would have been better had you kept that opinion
2012 Aug 21
1
[LLVMdev] How to write a regression test case?
2012/8/21 Triple Yang <triple.yang at gmail.com>:
> 2012/8/21 Changcheng Wang <changcheng at multicorewareinc.com>:
>> Hi,Yang
>> thanks for your entire answer,i will do it follow you.
>> still another question puzzled me:i write a hello.c file like this:
>>
>> //RUN: llc -march=c < %s | FileCheck %s
>> #include"stdio.h"
>>
2008 Dec 28
1
vncviewer <defunct> under HVM
Unable to connect to my HVM
# xm list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 3869 2 r-----
368.6
vm00 45 128 1 -b----
62.3
The vm00 changes state from "r" to "b" after about a minute. (I have a
fedora dvd in the drive.)
#cat
2003 Dec 30
4
NFS error 101, again
Hi,
I've got another one... NFS error 101 with NFSROOT has been discussed a
lot, and hpa gave an answer to it which appears right. It's ENETUNREACH,
and I suspect my diskless box does not set its IP parameters right.
PXElinux is set up as follows:
label linvdr
kernel kernel-linvdr
append initrd=initrd-linvdr acpi=off root=/dev/nfs \
2004 Aug 06
2
patch for libspeex
I have a patch for libspeex, which optimises some of the loops in
vq_nbest and vq_nbest_sign that speeds up encoding - my results:
test file: 10s wav file at 16000 Hz, mono
encoding with wideband --quality 3, --comp 3
machine: PIII-900Mhz, 256MB RAM
before: 2.78s after: 2.38s
I'm still trying to grasp the code (I'm just a coder, no background
in sound processing), and just optimised
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 05:13:09PM +0000, James Aylett wrote:
> On 3 Mar 2019, at 17:01, Olly Betts <olly at survex.com> wrote:
>
> > I suspect what's going on here is that bootstrap will by default
> > download, build and install (into a subdirectory of the build tree) any
> > of the autotools for which suitable versions aren't already installed.
> >
2015 Jan 08
4
unloadNamespace
In the documentation the closed thing I see to an explanation of this is
that ?detach says "Unloading some namespaces has undesirable side effects"
Can anyone explain why unloading tseries will load zoo? I don't think
this behavior is specific to tseries, it's just an example. I realize
one would not usually unload something that is not loaded, but I would
expect it to do
2010 Dec 01
2
[RFC PATCH 4/4 v2] Btrfs: deal with filesystem state at mount, umount
Since there is a filesystem state, we should deal with it carefully at mount,
umount and remount.
- At mount, the FS state should be checked if there is error on these FS.
If it does have, btrfsck is recommended.
- At umount, the FS state should be saved into disk for consistency.
Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
---
fs/btrfs/disk-io.c | 47
2013 Aug 28
2
‘:::’ call
I have a package (TSdbi) which provides end user functions that I
export, and several utilities for plugin packages (e.g. TSMySQL) that I
do not export because I do not intend them to be exposed to end users. I
call these from the plugin packages using TSdbi::: but that now
produces a note in the checks:
* checking dependencies in R code ... NOTE
Namespace imported from by a ?:::? call:
2012 Aug 21
0
[LLVMdev] How to write a regression test case?
2012/8/21 Changcheng Wang <changcheng at multicorewareinc.com>:
> Hi,Yang
> thanks for your entire answer,i will do it follow you.
> still another question puzzled me:i write a hello.c file like this:
>
> //RUN: llc -march=c < %s | FileCheck %s
> #include"stdio.h"
>
> int main() {
> printf ("Helloworld.\n");
> return 0;
> }
>
2013 Sep 14
2
the problem of buying and selling
I own a lot to the folks on r-help list, especially arun who answered every
of my question and was never wrong. I am disinclined to once again ask this
question, since it is more arithmatic than technical. But, having worked 2
days on it, I realized my brain is just not juicy enough....
Here is the problem.
Trust not for freedom to the Franks---
They have a king who buys and sells.
-
2001 Sep 27
2
Getting your stuff organized in R
I'm attaching an small text file
on "Getting your stuff organized in R".
(Sorry if sending an attachment is not considered
a correct etiquette in r-help, but this is
only 7911 bytes, plain ascii text and I cannot
post it in a web page at the moment).
Probably all the information in this document is scattered
in one or more
R introduction guides, but I think that it is useful to have
2004 Jun 21
1
tbf token help
Hi all!
I just started to experiment with bandwidth management using tbf.
I have the folowing problems with token understanding:
1) What unit is token? Is "1 token = 1 byte" ?
If this is so, then with rate=0.5mbit and HZ=100 the bucket gets filled
with 0,64kb (655 tokens) every 10ms?
2) How much tokens are used for one packet (1500)?
3) And token unrelated question. Does
2006 Feb 14
0
Using token in text_field_with_auto_complete?
Is there an example of using the token option with ACP?
When you set the token, shouldn''t the acp handle passing only the last
element to the controller? And appending the selection to the existing
entries in the ACP?
--
Posted via http://www.ruby-forum.com/.