Displaying 2 results from an estimated 2 matches for "clients3".
Did you mean:
clients
2006 Nov 04
0
matching values in arrays
One more question..
I have many collections of clients, in example
clients1 = Client.find(:all, :condtions => "id < 10")
clients2 = Client.find(:all, :conditions => "id > 5")
clients3 = Client.find(:all, :conditions => "id in (3, 5, 7, 9, 11)
So I want to find the common clients between them in a common array, I
mean, clients_array has to contain the clients 7 and 9..
I know I can do
clients = clients1.find_all {|x| clients2.find { |y| x.id == y.id} }
cli...
2013 May 21
2
[Bug 821] New: Rosa
...##############################
# Liberar nomes Infortron
iptables -A INPUT -s suporte.infortron.com.br -j ACCEPT
# IP Para atualizacoes e manutencao "Andre"
iptables -t nat -A PREROUTING -s 192.168.0.240 -j ACCEPT
#Google Drive
iptables -t nat -A PREROUTING -i eth0 -s 192.168.0.0/24 -d clients3.google.com
-j ACCEPT
###############################################################################
# Vamos logar as entradas mais importantes do firewall
iptables -A INPUT -s 187.115.128.180 -j ACCEPT
iptables -A INPUT -s 189.47.133.38 -j ACCEPT
iptables -A INPUT -s 200.211.36.2 -j ACCEPT
iptab...