Sponsored Content
Full Discussion: About PuTTY RSA signature
Top Forums UNIX for Dummies Questions & Answers About PuTTY RSA signature Post 302567604 by Corona688 on Monday 24th of October 2011 12:47:15 PM
Old 10-24-2011
What exactly did you do? Show us word for word, letter for letter.
 

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

profile signature

What happend to profile signatures. don't seems to be displayed in posts for few days. it's not important. but just to know what's wrong with it? Thanks, (1 Reply)
Discussion started by: mib
1 Replies

2. UNIX for Dummies Questions & Answers

mail with automatic signature

Hi everybody! I want to know if someone knows about a program that "inserts" a graphic in the signature of a mail user. Let me be more clear. I'm mail admin in a company that uses Netscape Messaging Server 4.15, and my boss wants to put a graphic christmas message in all the outgoing mails. ... (1 Reply)
Discussion started by: piltrafa
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

signature?

do these forums allow for the user signatures? I couldn't find anything in my profile, but remember something about signatures when I registered first. Any info is appreciated. vlad (3 Replies)
Discussion started by: vgersh99
3 Replies

4. Post Here to Contact Site Administrators and Moderators

Signature???

In the user control panel, I noticed an option to enable viewing signatures. But somehow, I could not find any place to set my own signature. :( :confused: Could anyone tell me where I can find that option? (2 Replies)
Discussion started by: aniseed
2 Replies

5. Cybersecurity

Rsa

This "quiz" was pretty easy (at least for me) and the prize is a trip to RSA. http://www.messagelabs-quiz.com/Quiz/Index.asp By the way, did anyone go to this last year? (0 Replies)
Discussion started by: defender77
0 Replies

6. Red Hat

Header V3 DSA signature:

# rpm -ivh telnet-server-0.17-38.el5.i386.rpm warning: telnet-server-0.17-38.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: xinetd is needed by telnet-server-0.17-38.el5.i386 # ----------------------------------------------- # yum -y... (2 Replies)
Discussion started by: dplinux
2 Replies

7. Post Here to Contact Site Administrators and Moderators

Signature?

Hi there Where can i define a Signature? I can't see any point to do this... Regards, Jan (1 Reply)
Discussion started by: jm83
1 Replies

8. UNIX for Beginners Questions & Answers

Create signature

I saw this and am wondering how I can add a signature so it shows on my posts. Thanks. Visible Post Elements You have the option to show or hide various elements of messages, which may be of use to users on slow internet... (1 Reply)
Discussion started by: drew77
1 Replies
SQL::ReservedWords::Sybase(3pm) 			User Contributed Perl Documentation			   SQL::ReservedWords::Sybase(3pm)

NAME
SQL::ReservedWords::Sybase - Reserved SQL words by Sybase SYNOPSIS
if ( SQL::ReservedWords::Sybase->is_reserved( $word ) ) { print "$word is a reserved Sybase word!"; } DESCRIPTION
Determine if words are reserved by Sybase. METHODS
is_reserved( $word ) Returns a boolean indicating if $word is reserved by either Sybase ASE 12 or 15. is_reserved_by_ase12( $word ) Returns a boolean indicating if $word is reserved by Sybase ASE 12. is_reserved_by_ase15( $word ) Returns a boolean indicating if $word is reserved by Sybase ASE 15. reserved_by( $word ) Returns a list with Sybase versions that reserves $word. words Returns a list with all reserved words. EXPORTS
Nothing by default. Following subroutines can be exported: is_reserved is_reserved_by_ase12 is_reserved_by_ase15 reserved_by words SEE ALSO
SQL::ReservedWords <http://infocenter.sybase.com/help/> AUTHOR
Christian Hansen "chansen@cpan.org" COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.8 2008-03-28 SQL::ReservedWords::Sybase(3pm)
All times are GMT -4. The time now is 01:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy