Quick disclosure: I'm a Kerio reseller. But I do not sell anything else you'd need for this project, so I'm a disinterested bystander in that respect.
Just wondering two things: you may very well need features that Operator doesn't yet have, but did you actually demo it (I bet dollars to...
I give up :-)
For now, I've gone to tables.
The old css page is at http://aplawrence.com/oldindex.html if anyone has any sudden idea :-)
Tony Lawrence
Linux/Unix/Mac OS X Resources http://aplawrence.com
Yeah, that doesn't turn out so well :-)
Should I just start over and rewrite this whole page?
Tony Lawrence
Linux/Unix/Mac OS X Resources http://aplawrence.com
I've banged my head on this long enough..
http://aplawrence.com/index.html
In Firefox, Safari, Opera and everything else I've tried, this page displays as I intend it to: the column that begins with "More articles in..." is to the right of the main page body.
Sometimes it's there with IE too...
If you are really trying to change the system date, then you need different code for different platforms as noted above.
But if you are just trying to work with a date different than the system date, you can use Time::Local to convert mo day year values to epoch seconds.
Tony Lawrence...
Of course it's allowed. That ndd-set looks very useful; can't think of anything quite like it on other Unixes. I did find it on Solaris, was surprised not to find it in Unixware (Solaris and Unixware are very similar). Good to know it's in HPUX.
Tony Lawrence
Linux/Unix/Mac OS X Resources...
Assuming you don't have duplex mismatches ( see http://aplawrence.com/SCOFAQ/scotec4.html#autonegotiate ), and that this is something you need to do regularly, "rsync" is the way to go; see http://aplawrence.com/Basics/rsync.html.
The 5.0.6 does not have rsync, but it's easy to install from...
Although you did not actually say this, I might guess that you are running this from a web server?
If so, it's "apache" (or whatever user apache is running as) that needs write permission to the directory and file (and execute perms for the script).
Tony Lawrence
Linux/Unix/Mac OS X Resources...
Well, thank you. That document also owes a lot to input from J.P. Radley, Bill Vermillion, Jeff Liebermann and probably many others.
I couldn't tell you how many SCO upgrades I've done in the past twenty years or so - probably hundreds. Of course nowadays I'm more apt to be moving someone to...
My experience is that ping is often not satisfactory for this use. Ping can work while nothing else does.
Since these are nameservers, why not test with "dig" or "host" (either of which can be told to use a specific server - see http://aplawrence.com/Words2005/2005_04_25.html ) ?
Tony...
An IMAP issue?
IMAP doesn't send mail. It's possible that you are looking for IMAP authentication before being allowed to send, but that doesn't seem to match your symptoms.
You should try (from Linux) a telnet to port 25 of the mail server and see what is going on. Full directions at...
If you only want to search files that you can modify, aren't most or perhaps even all of those in your directory? If so, why search starting at "/"?
Find has enough options to do this (user, group and perms) but that would be complex and you are also wasting a lot of time searching in places...
Well, it is not a programming forum, but since we got this far:
There are lots of children in this example, but you aren't doing anything useful with any of them. I'm not sure if that was the point of the example, and your question as phrased makes no sense to me.
But really - take this to a...
Yes, it is Open Server, but the same commands work on many Linuxes and a lot of other OSes..
Tony Lawrence
Linux/Unix/Mac OS X Resources http://aplawrence.com
It's very simple: just put your commands into a file, make it executable and (optionally) put it somewhere in your PATH.
So (see http://aplawrence.com/Basics/scripting.html for longer version with more details):
echo "mount /dev/hbb1 /mydrv" > /usr/local/bin/mymounter
echo "mount /dev/hdb2...
Either you are using the wrong terminal type setting or the termcap doesn't have the PN/PS entries. See http://aplawrence.com/SCOFAQ/FAQ_scotec7passthru.html
Tony Lawrence
Linux/Unix/Mac OS X Resources http://aplawrence.com
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.