Displaying 4 results from an estimated 4 matches for "zipmail".
Did you mean:
sipmail
2004 Oct 05
4
U32 Port Range
Hi all...
How do i set U32 to filter a port range, instead of a single port?
In normal use: source port 80 we use: "... match ip sport 80 0xffff ..."
- I know that is something about the 0xffff parameter....
I need to filter ports 1 ~ 1024 to a higher priority class... i tried with
IPTABLES MARK and TC FW, but it''s not working....
(...)
# iptables -t mangle -A PREROUTING -p
2003 Mar 14
2
plot
Can anyone tell me how to plot on the same graph two different functions
(of x) using two differnt y scales (axes 2 and 4)?
Thanks
Nelson
2020 Jan 10
0
EFI32/64 doesn't boot 32 bits kernel
Hi, all.
I have read a lot from this list, but I didn't find any idea about how to boot my 32 bits kernel.
I tried to use EFI32/64 syslinux (both versions 6.03 and 6.04-pre1) and it didn't work (it freezes after loading the kernel/initrd).
I tried with two different computers (both x86_64), but one has UEFI ia32 firmware and the other UEFI x64 firmware, so it was possible to test
2008 Feb 22
2
ActiveRecord::DangerousAttributeError ???
Hi,
For some reason, this harmless block of code in my application
controller
def index
@wide = true
end
is causing this hideous error. I have read the error means that the
error is raised when attribute has a name reserved by ActiveRecord.
Does that mean that none of my models can have columns named "toggle"?
Here is the error and framework trace: