Maybe i have been staring at this too long but it doesn't make sense. I have servers across the continent that i wish an "at" job to run on at the same time. sounds simple just use the UTC option in the "at" statement, but it doesn't look right to me.
srv001:~ # date
Tue Feb 21 10:19:27 PST...
Hi,
I have a number of these deployed but this is the first that is using pppoe on the internet connection.
I seem to have a connection ok, from the router i can ping externally and i can ping ok to anything on vlan 1 (haven't tried vlan 2 in this case but it works in other locations).
The...
Q. is there a problem or restriction on overload nat'ing a 10.x.x.x address?
i have 6 vlans defined 10.10.10.x/24 10.99.[1-5].x/24, and the router is .1 on each of them, but for the purpose of this question i'm just concerned with the first one.
int fa 0 is the gateway to 10.5.11.x/24 with an...
problem .... file with lines in the form of :
TAG_NAME="value1 value2 value3"
and i want to replace the line with:
TAG_NAME="value1 value2 value4 value5 value6"
(note the spaces and the quotes)
i can parse things out such that i have and var $ENV1 with
value1 value2 value3
in it and var...
I am trying to automate the removal of some chunks of a smb.conf file using awk. I need it to match on some constant text combined with an environment variable. what i have so far:
awk -v pattern="text"$ENVVAR 'BEGIN { RS = "[" }
!/^pattern/ { print "["$0 }' ./smb.conf
i think my...
system: SuSe 10.0 loaded from downloaded dvd image.
kde desktop.
i am getting an "Authorization Dialog" box popping up every couple of minutes, for "something" looking for authorization for our proxy server. The only thing open is a Konsole shell window running top. the only things in the...
I have a list of filenames in the form x.y
and i want to sort on the last three characters of the field x. Unfortunately x can be variable length.
Any ideas....
thx
stan hubble
I think there is a way to do this in awk but i stayed up to late last night and my brain is foggy.
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.