Having recently reinstalled named (BIND), for some reason I am not entirely clear on, several of my mail directories were grabbed by it. I changed these back to what I think they should be, however sendmail no longer works. Root can send mail but no other user can. They generate an error saying...
I am picking up mail from a POP server using Mail::POP3Client and converting it to a proprietory format so it can be picked up by a piece of local software on my server. Though some of my domains are pretty obscure and don't have webpages those fun loving virus distributors still manage to find...
I have a simple menuing program where the items for the menu are read from a file in the following format:
user level| link text | link url , eg
0|Shop|cgi-bin/vc_shop.pl?id=$id&level=$level&where=shop
It is read in using the following:
while ($atext=<OFILE>)
{
@item=split(/\|/,$atext)...
I am attempting to compile the Time::HiRes module on a Redhat Linux 5.2 system running Perl version 5.004_04 doing perl makefile.PL seems to go okay apart from the fact my system lacks ualarm but it assures me it will cope:
Configuring...
Looking for gettimeofday()...
You have...
Our log files are in the format
May 18 10:37:56 faelord ftpd[10062]: FTP LOGIN REFUSED (access denied) FROM ...
May 18 10:03:50 faelord in.rshd[8691]: connect from ...
We need to send them to someone who has requested the timezone be included ie
May 18 10:37:56 CST faelord ftpd[10062]: FTP...
We currently hold various examinations and answer papers in our tests directory. However this is becoming unmanageable with the number of files and so we want to give each course its own subdirectory inside tests, /tests/intro_01 /tests/intro_02 etc. Obviously we don't want to lose calls to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.