Sponsored Content
Full Discussion: Huge dinner party faux paus!
The Lounge What is on Your Mind? Huge dinner party faux paus! Post 55833 by Neo on Monday 20th of September 2004 07:24:37 PM
Old 09-20-2004
hahaha.....

Yes, there were some funny pages on that site... for example, this one is really goofy:

http://www.urban75.com/Mag/personals.html


Good Satire!

Quote:
6. COMPUTERS
If there's one type of guy all women love, it's the computer geek. Usenet is simply crammed full of young, sexy, leggy, blonde girls all begging for men who really know how to use their modem. Impress her by providing details of your latest hardware equipment and outline your years of experience in the cut-throat world of computer maintenance.
Are you good at using your modem?, ROTFL Smilie
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

third party scarlets not working

hi, I have downloaded and installed some third party screenlets, when i am launching the liga screenlet i am not getting any thing , even not displaying any thing . and some like "word of the day " "quote of the day " are not working correctly. (1 Reply)
Discussion started by: saikoushik
1 Replies

2. UNIX for Dummies Questions & Answers

third party screenlets are not working

hi, I have downloaded and installed some third party screenlets, when i am launching the liga screenlet i am not getting any thing , even not displaying any thing . and some like "word of the day " "quote of the day " are not working correctly. (2 Replies)
Discussion started by: saikoushik
2 Replies

3. Cybersecurity

client auth for jboss using third party certificates

Hi All, I am looking for a way to authenticate clients accesing a jboss application via ssl certificates. Here is what I have don so far: Created CSR using keytool Sent CSR to thawte Received from Thawte the following files: ca-intermdiate.crt and certificate.crt. I assume the intermediate... (0 Replies)
Discussion started by: mariusp
0 Replies

4. What is on Your Mind?

I use a swivel office chair at the dinner table

Years ago when I saw the movie Witness, I was impressed that the old Amish man used an office chair on wheels to sit at the table. It allowed him to launch and wheel across the kitchen to grab condiments. I just bought myself an office desk chair on wheels to sit at my table so I can easily... (4 Replies)
Discussion started by: KenJackson
4 Replies

5. Red Hat

Third party cron service

Hi, Is there any third party scheduling service like cron or at service which used for scheduling tasks in a specific time. In the same time, is these third party scheduling service (if available) effect the default or the normal crontab service while both are running in the same time (e.g.... (7 Replies)
Discussion started by: leo_ultra_leo
7 Replies
libssh2_channel_direct_tcpip_ex(3)				  libssh2 manual				libssh2_channel_direct_tcpip_ex(3)

NAME
libssh2_channel_direct_tcpip_ex - Tunnel a TCP connection through an SSH session SYNOPSIS
#include <libssh2.h> LIBSSH2_CHANNEL * libssh2_channel_direct_tcpip_ex(LIBSSH2_SESSION *session, const char *host, int port, const char *shost, int sport); LIBSSH2_CHANNEL * libssh2_channel_direct_tcpip(LIBSSH2_SESSION *session, const char *host, int port); DESCRIPTION
session - Session instance as returned by libssh2_session_init_ex(3) host - Third party host to connect to using the SSH host as a proxy. port - Port on third party host to connect to. shost - Host to tell the SSH server the connection originated on. sport - Port to tell the SSH server the connection originated from. Tunnel a TCP/IP connection through the SSH transport via the remote host to a third party. Communication from the client to the SSH server remains encrypted, communication from the server to the 3rd party host travels in cleartext. RETURN VALUE
Pointer to a newly allocated LIBSSH2_CHANNEL instance, or NULL on errors. ERRORS
LIBSSH2_ERROR_ALLOC - An internal memory allocation call failed. SEE ALSO
libssh2_session_init_ex(3) libssh2 0.15 1 Jun 2007 libssh2_channel_direct_tcpip_ex(3)
All times are GMT -4. The time now is 09:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy