I need to check the LOGNAME variable and
if it contains a period , assign the value to a variable XFOR with the period replaced with an underscore.
How does one do string substitution within procmail?
On a pc running Fedora4 with cups-1.1.23-15.4 , I have printers setup that can accept lp submitted jobs from other pcs, including windows pc on the LAN and a UNIX machine that is not on the lan.
I would like to get the same functionality going with CentOS5.5 and cups 1.3.7-18.el5 5.7
On the...
this is what a programmer here came up with a few years ago.
PARAMETER times, out
PRIVATE mb, x, nTone
IF TYPE('times') = "L"
times = 1
nTone = 1
else
nTone = iif(times=1,1, iif(times=3,35,75) )
ENDIF
IF EMPTY(out)
if nTone = 35
times = 1
out = .1
else
out = .01
endif
ENDIF
IF ...
sorry about the formatting, can not figure out what TT does not like about it.
local nFields, fh, i
set textmerge on to c:\temp\output.txt noshow
nFields = fcount()-1
fh = _text
scan
for i = 1 to nFields
if type(field(i))="C"
\\<<( alltrim(eval(field(i))) )>>
else...
well, we are not moving to msSql2005
lcCmd = "UPDATE MyTable SET x = y WHERE a = b" + ";" + ;
"SELECT @@RowCount")
sqlexec( ghSQL, lcCmd, "csrCount")
?csrcount.exp
worked fine.
sing VFP8, how can I get the SQLEXEC() command to return how many records got updated with an UPDATE TABLE command? I am only going a return value of 0 or 1 (for failure and success) when trying any of the SQLEXEC() formats.
I was hoping that the cursor name passed in for the results would...
using RH and BIND9.2.1, the machine is the DNS server
the name of the domain is "ourlan.tld"
from the workstations things are fine. But from the server itself ...
when I do a
ping workstation
the resulting command is
PING workstation.ourlan
the result should have been...
running Win08 with IIS7 (and if it helps, Helicon APE).
I want to redirect any user using IE6 to access any page within our web site - even via a bookmark which by-passes our home page - to a web page on a different site.
Thanks.
I made the situation with WINsXS better by booting up with a BartPE disk and then compressing the whole folder and subfolder. this way , the next 'backups' get compressed when written out.
eventually someone will come up with a tool to prune these directories, maybe even microsoft itself.
hi,
well I'm looking at the BIOS setup screen itself, not the OS (but see next paragraph).
In the BIOS the closest thing I could see to 64bit OS option was to turn on the 'Plug & Play' OS option.
it didn't see to make a difference.
The OS is CentOS5.4 Linux 2.6.18-164.9.1.el5xen on x86_64...
Intel Pentium Dual CPU E2160
2 2-Gig DDR2 sticks installed.
The BIOS reports
System Memory 4096
Approbiated 648
Available 3448
there is onboard graphics taking up 8M + 128M for the DVMT.
What is going on with the "Approbiated"? What is it and why is it taking up so much RAM?
I can get sendmail to send html messages by sending a file shaped like this:
MIME-Version: 1.0
From: me
To: you
Subject: html without images
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>...
We have a web site running under IIS7. One branch of the web site has SSL requirement and we want to have different directories of this brach to be accessable on a per internet user basis.
so we want
https:\\ROOT\SECTION\Port to be accessable by users within our LAN and by external user Tom...
from the last jhoffman3 post on June 16th,
it sounds like the pc has a DNS record hand entered into the network configuration. I notice that the ping was made against 4.2.2.2 - is that the DNS address entered in? I thought that att (or whoever owns it) stopped allowing DNS request from...
is there a way to apply a masquerade based on where the email is being sent to ?
we have client whose email server will not process email with our main name (mainname.com) but will accept the email if it is coming from a subsidiary name (secondname.com)
it would be better if I could have the...
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.