This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Completed on Thu Jul 9 00:50:55 2009 | |
# Generated by iptables-save v1.4.1.1 on Thu Jul 9 00:50:55 2009 | |
*filter | |
:INPUT DROP [0:0] | |
:FORWARD DROP [0:0] | |
:OUTPUT DROP [0:0] | |
-A INPUT -i lo -j ACCEPT | |
-A INPUT -i ! lo -m state --state RELATED,ESTABLISHED -j ACCEPT | |
-A INPUT -i ! lo -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT | |
-A INPUT -i ! lo -p tcp -m state --state NEW -m tcp --dport 10000 -j ACCEPT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Address Book" | |
activate | |
## caso queria que atualize somente os selecionados | |
#set lista to selection | |
## selecine todos os contatos | |
set lista to people | |
## percorro cada contato e removo os que não possuem um telefone |
NewerOlder