search for: andew

Displaying 6 results from an estimated 6 matches for "andew".

Did you mean: andrew
2018 Oct 26
2
ip6tables on C7
On 10/26/18, Andrew Pearce <andrew at andew.org.uk> wrote: > On 2018-10-26 16:25, mark wrote: > I believe this should remove any ipv6 rules (rules and chains) > > ip6tables -F > ip6tables -X You might want to clear the other tables, too: for x in filter nat mangle raw security "" do ip6tables ${x:+-t $x} -F...
2018 Oct 26
2
ip6tables on C7
Working on a script, and to test, I need to shut down ip6tables temporarily. firewalld is running; is there any way to shut down *just* ip6tables? I tried installinf iptables-services, and did a systemctl stop ip6tables, and no joy. mark
2018 Oct 26
0
ip6tables on C7
Gordon Messmer wrote: > On 10/26/18, Andrew Pearce <andrew at andew.org.uk> wrote: > >> On 2018-10-26 16:25, mark wrote: >> I believe this should remove any ipv6 rules (rules and chains) >> >> ip6tables -F ip6tables -X > > You might want to clear the other tables, too: > > > for x in filter nat mangle raw security "...
2007 Jul 02
0
[LLVMdev] function instead of 'goto' in C backend
There is a paper from Andew Appel: http://portal.acm.org/citation.cfm?id=278285 it explains the connection between SSA basic blocks and functions pretty well. This paper may also help: http://www.jantar.org/papers/ssa-lambda/ Cheers, Gabor
2006 Apr 10
2
AMP / Maintenance-Button missing
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm in charge of two Asterisk servers. One of these servers is running an Asterisk@Home version under CentOS, the other one is running Debian Sarge. The Debian server has been installed by me using this howto: http://www.astpp.org/index.php?n=ASTPP.DebianSarge-AMP On both servers, the AMP version is 1.10.010. However, the
2018 Oct 26
0
ip6tables on C7
On 2018-10-26 16:25, mark wrote: > Working on a script, and to test, I need to shut down ip6tables > temporarily. firewalld is running; is there any way to shut down *just* > ip6tables? > > I tried installinf iptables-services, and did a systemctl stop > ip6tables, > and no joy. > > mark > > _______________________________________________ > CentOS