Displaying 5 results from an estimated 5 matches for "statemets".
Did you mean:
statements
2005 May 20
3
Why does this give a syntax error?
Hi
I'm generating the following in a file and getting a syntax error:
bryansAtHeaderLevel <-
c(0,1,1,1,1,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,0,0,1,0,1,0,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,)
finnsAtHeaderLevel <-
2007 Feb 20
0
Fwd: Fwd: HOW to enable traceroute with IPTABLES(SLOVED)
Hi all,
That issue is over now. I found why my ESTABLISHED,RELATED rule at the top
of INPUT chain did not work for udp and icmp.
The reason was I have included the protocol as tcp as below
iptables -A INPUT -i eth0 -p tcp -m state --state ESTABLISHED,RELATED -j
ACCEPT
I removed -p tcp from above rule. Now it works for all protocols.
Thanks for your support.
---------- Forwarded message
2003 Jul 16
0
Wine and Platypus
Some time ago, I posted some questions/statemets to -users and -devel about
getting Platypus (the ISP billing software) running under wine. I received
zero responses, but did a fair bit of hacking on my own.
Due to the number of requests for information I've gotten about this, I've
decided to post my work publicly. This will hopefully...
2006 Nov 02
4
Still Having Problems With :through When Going To Same Table... Help... please :-(
...ame => "User", :foreign_key => "user_id"
belongs_to :spankee, :class_name => "User", :foreign_key => "spanked_user_id"
end
db_table:spanks
id | user_id | spanked_user_id | created_at | updated_at
>>>>>
I want to be able to make statemets like:
john = User.find_by_nickname("john")
john.spanked
john.was_spanked_by
Can I do this without using a :finder_sql?
The above does not work... but the following does:
john.spanks
spank = Spank.find(1)
spank.spankee
spank.spanker
Help... help... I get the following error:
ActiveRe...
2015 Sep 17
0
[ANNOUNCE] nftables 0.5 release
Hi!
The Netfilter project proudly presents:
nftables 0.5
This release contains bug fixes and new features contained up to the
4.2 kernel release.
New features
============
* Concatenations: You can combine two or more selectors to build a
tuple, then use it to look up for a matching in sets, eg.
% nft add rule ip filter input ip saddr . tcp dport { \
1.1.1.1 . 22 , \