Tim Alberts wrote:
First,
I'd like to configure my system to forward ip, to act as a gateway for
my network. I've always used a script during startup to do this:
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o ${UPLINK} -j SNAT --to ${IP_NAT}
For ip forwarding, edit
Tom Brown wrote:
Hi
Is there an option in the spec that i can say on remove do X - eg move a
backup file back into place etc?
eg
%onremove mv foo bar
There are some gotchas (re: removal during an upgrade vs outright
removal, aka erasing an RPM) that are good to know about.
This IBM Devel
Dag, is this the correct page?
http://wiki.centos.org/HowTos/Laptops/
It is. I forgot to send a link with the announcement :|
And are we supposed to do it on our own page and then link to it? Seems like
the existing ones are like that.
No, I googled for specific keywords to fi
Filipe Brandenburger wrote:
> I really doubt that this will work with this exact syntax, as these
> are Bourne shell variable assignments and each of them will overwrite
> the previous one...
>
> Shouldn't it be something like this?
> IPV6ADDR_SECONDARIES="2001:0470:0103:001A::3/64
> 2001:0470:010
Tom Brown wrote:
Hi
Currently devs check code into perforce and we have to checkout >
package > update repo > deploy
I know this could be scripted but are there any tools out there that can
take code from a repository and build rpm's in a continuous integration
type manner? I have been hunt
5 matches
Mail list logo