Re: perl dbi problems

2000-03-29 Thread Daniel Yang
Perl can't find the modul: RPC/PlClient.pm in the path @INC. If it is a extended module, you need to include it in @INC. Hope this is helpful Daniel -Original Message- From: Evan Moore <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Date: Tuesday, March 28, 2000 7:29 PM Subject: perl

Re: Apache virtual hosting

2000-03-28 Thread Daniel Yang
normally, you would have main web server and then virtual web servers. Here is what it looks like in the httpd.conf   #setup main web server DocumentRoot /www/mainweb ServerName www.mainweb.com   #then set up virtual web server (e.g. IP based) DocumentRoot /www/virtualweb1 Servername www.vi

ethernet adapter or card

2000-03-27 Thread Daniel Yang
Could  anyone tell me what is the difference between Ethernet Adapter, Ethnernet Card, Ethernet Adapter Card? I am kind of think they are actually the same things but not quite sure. Sorry for this stupid question. Thanks Daniel  

network setting up (Ethernet,PPP,PLIP,SLIP)

2000-03-25 Thread Daniel Yang
Hi, I am wondering how I set up my personal computer networking at home. Here is what I have. 2 computers: IBM ThinkPad  Laptop running window 98 (client)     Dell Desktop running Linux debian 2.1 (server)   I was thinking the options of setting up the networking between them. 1. PLIP Sin

Re: How to smail

2000-02-23 Thread Daniel Yang
cords. mail.snacker.net. IN A 216.228.130.214 snacker.net. IN MX 10 mail.snacker.net. I appreciate your help. Daniel Yang -Original Message- From: Anthony Campbell <[EMAIL PROTECTED]> To: Daniel Yang <[EMAIL PROTECTED]> Date: Tuesday, February 22, 2000 7:42 AM Subject: Re: H

How to smail

2000-02-22 Thread Daniel Yang
Does anyone suggest some documents on how to configure smail to send and receive emails. Thanks. Daniel

smail can't receive mails

2000-02-20 Thread Daniel Yang
Hi, everyone I installed smail on my linux server. I didn't do a lot of configuration on smail and I am able to send email through smail. However, I can't receive any email from outside of domain.Here is the details.The domain is called snacker.net   Here is my DNS record looks like.   mail

Re: static IP on PPP

1999-12-20 Thread Daniel Yang
The IP address should be the IP address of your ISP server you dial up to, not the IP address your ISP assigns to your account. Daniel -Original Message- From: Paul Miller <[EMAIL PROTECTED]> To: luis <[EMAIL PROTECTED]> Cc: debian-user@lists.debian.org Date: Sunday, December 19, 1999 12:

Re: apache index.html

1999-12-20 Thread Daniel Yang
In your configuration file, (e.g srm.conf) you may ensure the following apache directives as set up correctly DocumentRoot (specify the path where the sever to find index.html) DirectoryIndex (specify the file name you want the server to look for, index.html in your case but you could use differe

test (pls ignore)

1999-12-09 Thread Daniel Yang
test

Re: Simple DNS/ppp

1999-12-04 Thread Daniel Yang
To test DNS, instead of ping the domain name, try to ping its ip address. If you fail in pinging ip address also, There must be something worng with pon. Daniel -Original Message- From: Gavin Rogers <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Date: Saturday, December 04, 1999 8:44

Re: Thanks Re:looking for right ISP

1999-12-03 Thread Daniel Yang
Thank all of you for the response and help. Daniel Yang [EMAIL PROTECTED]

Re: Looking for right ISP

1999-12-02 Thread Daniel Yang
f who does. Thanks Daniel -Original Message- From: Phil Brutsche <[EMAIL PROTECTED]> To: Daniel Yang <[EMAIL PROTECTED]> Cc: Debian-User Date: Wednesday, December 01, 1999 10:17 PM Subject: Re: Looking for right ISP >A long time ago, in a galaxy far, far way, som

How to telnet to my Linux machine from outside

1999-12-02 Thread Daniel Yang
Hello, If my linux machine is running and connected to the internet, how can I access it from somewhere else(such as telnet). What do I need to do to make it happen? Thanks again   Daniel Yang [EMAIL PROTECTED]

Looking for right ISP

1999-12-02 Thread Daniel Yang
a new ISP who provides such service and not expensively. Any ideas and recommendations? thanks   Daniel Yang [EMAIL PROTECTED]

YourDomain setup

1999-10-29 Thread Daniel Yang
I just set up my apache web server. I am thinking if I could register my own domain name and connect my web server to Internet, that would be nice. What do I need to  do to make it happen? I have only one computer and some one told me that I need at least two to be qualified for domain name

Netscape Installation Problem "segmentation fault

1999-10-23 Thread Daniel Yang
I got binary distribution of Netscape Communicator 4.61 version for Linux 2.0, export encription standard from ftp.netscape.com. I installed it on my Debian 2.1 system. Everything seemed to be fine with installation until I tried to run "./netscape". The first problem I got was that netscap

Re: Oracle

1999-08-27 Thread Daniel Yang
I am not sure what exactly you are looking for. Oracle doesn't provide free Oracle DB and its tools for Linux and any other OS. However, you can get 30 days trial CD for $4.95 each on some Oracle products across different platforms, including Oracle8 for Linux. Check Oracle website for details. Dan

Re: backspace character does not exists in xterm,

1999-08-07 Thread Daniel Yang
If you floppy device (fd0) is bootable (It is default setting on most BIOS), you could use Linux Rescue Boot Disk as Brian said. It works. If you floppy device (fd0) could not be booted, you may check the user manual of your machine and see how to reconfigure boot setting of BIOS. You must set flop

Re: backspace character does not exists in xterm,

1999-08-07 Thread Daniel Yang
I believe if you choose the keyboard type correctly when you do XF86Config, the key mapping should be set right basically. So I would check the XF86Config, make sure the keyboard selection is OK. You may also look at the file .Xmodmap in /etc/X11 directory ( It may not in the same directory on your

what's the difference of netscape and navigator browser

1999-08-06 Thread Daniel Yang
I looked around web browsers and found Netscape and Navigator. I don't what is the difference between them. Eventually I installed Navigator, but I still don't know if I installed the right one. Is there a document describing web browsers and configuration? Thanks Daniel

stop bringing up X window when Linux booting

1999-08-06 Thread Daniel Yang
When my Linux boots, it  starts X window automatically. I don't know how to stop it. Thanks Daniel

Re: multiple boot? win98, winNT, linux?

1999-07-16 Thread Daniel Yang
There is a free utility called partition manager which contains a compact boot manager. This boot manager allows your to boot multiple OS in any partition. I installed win98 on hd1 and linux on hd3. I partitioned hd2 as NFS file system and was going to install NT. You may search the web for Partit

Apache web server

1999-07-13 Thread Daniel Yang
I am thinking of configuring my linux machine to be a Apache web server and playing around with it. Would someone like to share your experiences on this as a guideline? Thanks Daniel

Re: accessing the dos partition

1999-07-08 Thread Daniel Yang
I used to download the packages to local dos partition and install them from there. I can recall that dos only allows 8 digits of packages names, which caused the trouble for dselect to find right packages. You can try that. But, I would like to buy a distribution cd if I were you. It saves a lot o