search for: iknow

Displaying 4 results from an estimated 4 matches for "iknow".

Did you mean: know
2013 May 29
2
Patch to discourage unencrypted key generation
...--- ssh-orig/ssh-keygen.c 2013-02-10 17:32:10.000000000 -0600 +++ ssh/ssh-keygen.c 2013-05-29 13:57:50.555791814 -0500 @@ -2585,6 +2585,23 @@ printf("Passphrases do not match. Try again.\n"); goto passphrase_again; } + if (strcmp(passphrase1, "" ) == 0) { + char iknow[7]; + printf("Empty passphrases are a potential security risk. \n" ); + printf("Type \"I know\" to confirm that you want this: " ); + fflush(stdout); + + if (fgets(iknow, sizeof(iknow), stdin) == NULL) + exit(1); + if (st...
2005 Feb 23
0
large data set, and RDBMS
...mat. The file itself is already 100MB (Maybe R can actually handle this but I am trying to gain some experience in postgres and RODBC). I am using postgres to preprocess the file and connect to the database through the RODBC package. My question is much before the processing of the database in R (Iknow this is somewhat off topic). I have more than 6000 variables in the data and postgres is outputing and error that it cannot handle more than 1600 columns in one table. Is there any Linux database managers that actually do do this.; Of course I can break it into 4 or 5 tables but I am wondering if...
2009 Jan 09
1
Web Softphone
Hi all! Im looking for 1ezphone to use as a web softphone but I?cant access to 1ezphone.com. Anyone knows what happened with this site?. Thanks! Gustavo A. Gonz?lez Dto. de Infraestructura Despegar.com, Inc. ggonzalez at despegar.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Feb 19
1
Quick configure question (RH 7.2 + samba 2.2.3a)
...stem). I was hoping to use the flag --prefix= when configuring samba. (I think) I want to set / as the prefix. When I put --prefix=/ and make it, it shows as //dir/subdir. It looks a bit strage as I am using --with-swatdir=/usr/share/swat and NOT putting a / on the end. If I do I get /swat//. Iknow this is a very stupid/simple question, but I think it's screwing up my build. Any ideas? Al Moote