Displaying 20 results from an estimated 10000 matches similar to: "get unique code identifier for computer (license key calc)"
2024 Oct 21
2
Security of ssh across a LAN, public key versus password
Stuart Henderson wrote:
>> This is why I push for challenge/response tokens, not simply
>> cert authentication, and really wish that FIDO (such as yubikey)
>> was an option, but the discussions I've seen about suporting
>> that have not been encouraging.
>
> hmm? That works pretty well in OpenSSH.
hmm, what I'm finding doesn't seem to use the FIDO
2010 Sep 13
15
Enter key disfunction on Arc+ progress 3 cad software
Hello to everyone
I report a bug that persists wine 1.3.2 with the win program ARCPLUS (or ARC+) release PROGRESS 3 (year 2003) http://www.arc-techno.com.
It's a not widespread cad and it's not included in the list compatibility for wine.
Arc+ software receives input from keyboard shortcuts (eg Ctrl + F2), pop up menus, icons, buttons, context menu (right mouse button) or from the
2024 Oct 21
1
Security of ssh across a LAN, public key versus password
Hi David,
> hmm, what I'm finding doesn't seem to use the FIDO challenge/response to the
> server, instead it looks like a public/private key that's unlocked with a touch,
> possibly storing the private key on the hardware dongle (but it seems like
> there's still a key you need to put on the client system)
>
> Quoting from the yubikey website:
> OpenSSH
2024 Oct 21
1
Security of ssh across a LAN, public key versus password
On 2024/10/21 12:02, David Lang via openssh-unix-dev wrote:
> A cert is a single factor, so is a password. Cert authentication
> is only two factor if you trust that the password is not stored
> along with the cert (which is on the untrusted client)
You can tell sshd to require *both* password and public key.
> This is why I push for challenge/response tokens, not simply
> cert
2011 Jan 13
3
Wine app, can use Linux Java (JNI)?
I have a windows application that use Java virtual machine through JNI for run this application i've installed also JRE on Wine.
The application works well but is there a way to use the Java virtual machine installed on Linux machine instead of JVM installed in wine ?
2011 Jan 14
1
Change/Hide Mouse cursor in Wine app
I'm running a windows app on wine under Ubuntu Linux, i've changed the mouse cursore theme in ubuntu but this change isn't reflected on wine app .
Is there a way to change the default mouse pointer theme in a wine app ?
Is there a way to hide the mouse cursor in a wine app ?
2011 Feb 02
2
Launch a native application from wine app (system call)
I've developed a Windows Application that can run on Linux under wine, this application can run other program by a system call, can i call a Linux native application from a system call inside the windows wine app ?
How can i do it ?
Thanks
2014 Jul 25
1
Use of undeclared identifier 'pvt' in asterisk-12.4.0
I downloaded asterisk-12.4.0 (asterisk-12-current.tar.gz, dated
10-JUL_2014) from
http://downloads.asterisk.org/pub/telephony/asterisk/.
The packaged configured OK. However, I'm getting a compile error: use
of undeclared identifier 'pvt'.
I've found similar reports for other versions (asterisk-11 and dongle;
macports; a couple others), but nothing for 12.4.
Any suggestions to
2007 Jun 06
3
Unrecognized character \xED at perl-Date-Calc-5.4-1.2.2.1.i386.rpm line 1
I've just install centos 5.0 on new PC. However it gives this error while
installing per-Date-Calc:
[root at piranha tmp]# perl -ivh perl-Date-Calc-5.4-1.2.2.1.i386.rpm
Unrecognized character \xED at perl-Date-Calc-5.4-1.2.2.1.i386.rpm line 1.
what could be the problem?
--beast
2010 Jun 17
1
[OT] Oo-calc & StAtistics
The thread "R licensing query" currently running has raised
the classic critcisms of using Excel for statistics.
I was wondering: Has anyone applied the same or similar set
of tests to OpenOffice "calc"?
Or would the Executive Summary be: "Calc is just like Excel"?
(Not that I'm a spreadsheet user, if I can avoid it; but I
sometimes get asked about such
2003 Oct 09
1
R-OpenOffice.org Calc
I have been very satisfied with R-Excel interface (DCOM). Few months ago
I have changed my OS to Linux-Mandrake, and now I am using
OpenOffice.org Calc as spreadsheet. I would like to know does exist some
R-OpenOffice.org interface or how is possible to use R-functions in
OpenOffice.org Calc?
Thanks a lot!
2009 Nov 03
1
OpenOffice Calc ODBC equivalent
Hi R users:
I am using RODBC to create some new ".xls" files each with
several sheets (about 100) with sqlSave() from a data.frame
inside R without any problem, but on windows XP platform.
I would like to know if it is posible to make a similar
solution on linux with openoffice?
RODBC work only (for the moment) with ".xls" on windows,
via the ODBC driver.
Is it posible to
2006 Apr 16
1
Var.calc in Match()
Does anyone else find that using the Var.calc option (for
heteroscedasticity consistent std. errors) in Match() (from the
Matching library) slows down computation of the matching estimator by
a lot?
I don't really understand why when I use this option it slows down so
much, but for me it does significantly. I want to use the
heteroscedasticity consistent std. errors in my project, but as long
2013 Mar 28
2
Can R read open office.org Calc files
Hi,
Can R read open office.org Calc files
Thanks
--
Shane
[[alternative HTML version deleted]]
2016 Mar 04
2
How to recive Incoming calls in Chan Dongle ?
Hi!
How can I setup my Chan Dongle recived calls in my Asterisk?
I have to setup in dongle.conf ? Or in extensions.conf?
And the code for recive I found this site
http://asterisk-service.com/page/chan-dongle-use
I have to To save Subscriber Number before?
See the error log in my Asterisk
pbx.c:6796 __ast_pbx_run: Channel 'Dongle/dongle1-0100000000' sent to
invalid extension but no
2007 Dec 14
1
RJDBC to OpenOffice Calc as RODBC to MS Excel
Under Windows, I have used RODBC to connect to Excel spreadsheets as per
the example below:
library(RODBC);
connect = odbcConnectExcel("testdata.xls");
query = "SELECT [data$.ethn], [data$.sex], [data$.age],
[data$.height], [data$.weight],
[label$.label]
FROM [data$], [label$]
WHERE [data$.ethn] = [label$.ethn];"
data =
2011 Sep 12
2
calc.relimp pmvd for US R-user
Dear All:
I am calculating the relative importance of a regressor in a linear model.
Does anyone know how I can obtain/install the 'pmvd' computation type? I am
a US user.
Regards,
Y
--
View this message in context: http://r.789695.n4.nabble.com/calc-relimp-pmvd-for-US-R-user-tp3808752p3808752.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jun 17
1
Reading OpenOffice Calc spreadsheet into R
I am in awe of the project you developed but wish to do something simpler.
I have recently decided to give up on Microsoft Office and wish to use
OpenOffice exclusively. In the past I have used the RODBC package to
read data from excel files. Do you know how to read data directly from
OpenOffice calc files into R?
Farrel Buchinsky
2010 Aug 11
1
OpenOffice.org 3.1.1 Calc autofill does not work
Hi all,
Has anyone upgraded OpenOffice.org 3.1.1 on Centos 5.3?
Everything seemed fine but I have found 1 problem on Calc. The autofill
does not work. Example, when I type "Jan" in cell A5 and drag the handle
to cell D5, the Fill Settings dialog box pops up instead of the Feb,
Mar, Apr filling in the cell automatically.
When OpenOffice.org 3.1.1 from Sun is installed, it works.
2015 Jul 23
0
CEBA-2015:1208 CentOS 7 perl-Date-Calc FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:1208
Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1208.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
083789315b597a6370b544749b751cb57edd15ec98723ffddfdb218bef0667b0 perl-Date-Calc-6.3-14.el7.noarch.rpm
Source: