telnet sucks

2001-10-06 Thread michael young
i know i know...but i still would like to use it. i have telnetd installed, 
hosts.allow and deny dont have anything in them, /etc/inet.d shows telnet 
running bec. telnet works when the hostname/eth0 ip is used but not with the 
inet addr... I would like to telnet to work over the internet even if it's that 
insecure, obsolete, sucks...etc

TIA
___
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.



lesser memory usage: galeon or netscape?

2001-09-01 Thread michael young
Hello

which consumes lesser memory...galeon or netscape?

also, is there a fix already for the bug in galeon (more on mozilla actually) 
as the archives suggest...?

pls tell me

Gdk-WARNING **: Missing charsets in FontSet creation


Gdk-WARNING **: ISO8859-1

___
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.



simple q: what is fqdn?

2001-08-28 Thread michael young
howdy,

I know fdqn is fully  qualified domain name but what is it's relevance? esp. 
in apache...I want to setup an apache server in my local network (for practice 
:)) but I get an error telling me that apache can't find my fqdn and it uses my 
loopback address instead...

is it possible to setup apache without a fqdn?
___
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.



Re: simple q: what is fqdn?

2001-08-28 Thread michael young

I can see the default homepage in my linux machine thru http://localhost...but 
my windows internal network can't see it...when I trace localhost in my windows 
machine localhost is the windows machine itself!

what am I doing wrong and if you can point me to some documentation that 
explains how to do this I'd really appreciate it...


-Original Message-
From:Mark Lamers [EMAIL PROTECTED]
Sent:28 Aug 2001 13:32:26 +0200
To:  [EMAIL PROTECTED]
CC:  debian-user@lists.debian.org
Subject: Re: simple q: what is fqdn?


On di, 2001-08-28 at 10:17, michael young wrote:
 howdy,
 
 I know fdqn is fully  qualified domain name but what is it's relevance? 
 esp. in apache...I want to setup an apache server in my local network (for 
 practice :)) but I get an error telling me that apache can't find my fqdn and 
 it uses my loopback address instead...
 
 is it possible to setup apache without a fqdn?
_

hostname.domaim.ext
You will find your server on http://localhost 
regards

-- 
Mark Lamers Fotograaf
Gnu-PG key: 2BA89B69
00 31 71 5120308


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





___
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.



waiting for x server to begin...

2001-02-26 Thread michael young
recently installed xfree86-4. now when I try to
start x I get:

waiting for X server to begin accepting connections

..
...
.

and so on...What else do I need to do?

tia

pls cc me since I'm not in the list
___
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.



offtopic: need some help from os programmers pls.

2000-07-28 Thread michael young
Attn: to all great programmers out there..
Hoping that somebody please help me out with this problem?

sum()
{  for x=1 to 10 do
  var=var+1
}

shared int var=0 //shared variable

fork(sum, 0);
fork(sum, 0); //executing two concurrent processes

I can't figure this one out...my questions are:
  1. what would be the smallest and largest possible values of the shared var 
output by this concurrent program?

  2. Suppose that an arbitrary number of these processes are permitted to 
execute concurrently..what effect would this modification have on the range of 
final values of var?

Thank you for any help.


___
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.