Displaying 20 results from an estimated 620 matches for "crystallizer".
Did you mean:
crystallize
2009 Aug 29
10
Combatting DDoS attack
Hi,
I''ve been working the past 8 hrs combatting DDoS attacks on websites and dedicated servers I host for clients.
They''re hitting one specific IP address, but coming from thousands of external IP addresses.
I use:
shorewall-4.0.10-3.noarch
How can I tackle this? I''ve blocked many subnets in the blacklist file but it''s made very little difference.
If
2009 Nov 25
7
Multiple ISP Routing Application Error
I''m getting an error when shorewall is trying to add the default routes
for my multi-isp configuration. I''ve attached a shorewall dump... If
anyone can give some input I''d appreciate it.
RTNETLINK answers: Invalid argument
ERROR: Command "ip -4 route replace default scope global table 254
nexthop via 67.110.119.245 dev eth3 weight 1 nexthop via 66.29.181.113
2009 Nov 24
9
initial SW config, failing the "shorewall check"
I''m following the document;
<http://flurdy.com/docs/postfix/>,
and
SSH only
By default Shorewall in Ubuntu has an empty set up. You can find the
default values for Shorewall in
/usr/share/doc/shorwall-common/default-config. And examples in
/usr/share/doc/shorwall-common/examples. We will create a basic set up.
First configure which network adapters we are accessing the net.
cp
2008 Oct 26
0
alternative to Crystal Ball ?
Dear R users,
I am looking for R packages that would best approximate Oracle's
Crystall Ball [1]. For those not familiar:
"Crystal Ball software is a leading spreadsheet-based software suite
for predictive modeling, forecasting, Monte Carlo simulation and
optimization. [..] Crystal Ball is used by customers from a broad
range of industries, such as aerospace, financial services,
2019 Dec 17
2
is_stmt and column numbers
It appears to me that from this:
https://iis-git.ee.ethz.ch/H2020-Compiler/llvm/commit/1d68fc5021ca8c704e21f171d98bb18eb396a7fa
That LLVM basically emits DWARF expressions where is_stmt is true only
"once per line". Is that still true? Is there an option to emit more
than one per line?
Thanks all.
-Roger Pack-
refs:
https://github.com/crystal-lang/crystal/pull/8499
2008 Apr 05
0
Crystal Reports in ROR application
Hi,
I want to use Crystal Reports in my ROR application. The way I am
planning is to create an XML file and send the file as the input for the
Crystal Report application.
I believe there is no API in ROR to access the crystal reports. I am
using Crystal Reports 11.
I am planning to access the crystal report via command prompt from ruby
code.
Can anyone please help me how to achieve this???
2003 Apr 10
0
Bug in Samba v2.2.8a with Windows API GetFileAttributes ?
Before my company was bought out by another company, we were using Samba
v1.9.3 and I'm pretty certain that the GetFileAttributes was working
properly but I can't be absolutely sure. Since the move, we're using v2.2.5
and just recently upgraded to v2.2.8a on Solaris 2.7. I'm doing my testing
on an XP machine.
I'm seeing that GetFileAttributes is always returning 0 instead of
2009 Sep 04
5
Shorewall in Mandriva
Hi Tom and folks,
Mandriva is shipping shorewall in its main distribution for some time
now. It is built on a custom .spec, but I keep it in sync with latest
versions of shorewall package.
I heard that there were some issues with Mandriva''s package of
shorewall, but it was before I started working on it, and the guys that
were maintaining it before are no longer working on it.
2009 Aug 21
2
Multiple interfaces in a zone (not a standard case)
Hi,
This subject has been brought up in the forum, but it''s a bit different.
If I have a set of tun interfaces. I already defined tun+ as zone A, and I have excluded tun15 as zone B (a subset of zone A).
I need to add tun16 to zone B.
My config:
/etc/shorewall/interfaces:
A tun+ - routeback
B tun15
/etc/shorewall/
A ipv4
B:A ipv4
I tried to define in
2009 Aug 12
6
Shorewall (Openswan) IPSEC VPN MASQ Problem
Hi,
I have setup a IPSEC VPN using Openswan to connect a Draytek router to a
CentOS 5.2/Shorewall 4.2.9 firewall. The VPN establishes OK but I''m
getting a problem with packets from the left hand subnet getting
masqueraded rather than routed down the IPSEC VPN as though they were
going out onto the net. I''ve spent the last day searching Google and so
far I''ve hit a
2008 Mar 03
0
Crystal Reports
We need to generate the crystal reports dynamically from ROR
application. I believe we need to pass the xml to the crystal report
file.
Any one knows how to call the crystal report template file dynamically
from
rails application and pass the xml data to the crystal report.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message
2009 Aug 29
2
ipv6
Hello,
I''m reading this guide on ipv6 (really just getting my "feet wet"):
http://www.shorewall.net/6to4.htm
In the section "Configuring IPv6 using my script" I can read that the IPv6 interfaces are:
INTERFACES="eth2 eth4"
and that correlates fine with the first diagram/figure.
However, further down I read "You will notice that sit1, eth0 and eth2
2009 Nov 21
5
WG: Policy make troubles once multiple zones are applied
OK - I figured out what it is but maybe someone can give an explanation
here.
If I use he multiple zones configuration I have to do in addition
Hosts
v3005 vlan3005:0.0.0.0/0
And of course this seems to be very logic since this means all ip´s on the
internet.
But I am still confused a lot why this is the first time I have to do it
after using Shorewall over years without to be forced to say
2009 Aug 28
1
Crystal Recording Interface
Hello all,
I download from Tikal's site the Crystal Recording Interface and
installed it on my Asterisk server, but there's no reference in the
installation instructions there regarding the necessary settings on the
Asterisk itself.
Is anyone using it? Any detailed explanation on the implementation of
that solution anywhere?
Thanks.
2009 Aug 26
2
shaping torrent traffic
hi
who can ever help me out with the shaping of torrent traffic?
i have a pptp at ppp0 over eth0 (10.0.0.1/8)
i would like to shape outgoing traffic of rtorrent on these two
interfaces, assume rtorrent is running at port 6999
need 3mbit for ppp0 and 50mbit for eth0
i supposed:
[tcclasses]
ppp0 1 2mbit 3mbit 1
eth0 2 20mbit 50mbit 2
[tcrules]
1 0.0.0.0/0 0.0.0.0/0 tcp
2009 Aug 18
3
Rules based on ipmasq
Hi,
I had installed squid with ntlm authentication and content filtering
from this tutorial:
http://www.howtoforge.com/dansguardian-with-multi-group-filtering-and-squid-with-ntlm-auth-on-debian-etch.
Next to last point is firewall configuration by ipmasq but I have
installed shorewall. This is content of I89tproxy.rul file:
#!/bin/sh
#
# redirect http requests to non-local hosts to the
2012 Mar 27
1
[Bug 8829] New: rsync -uav --delete --dry-run prints delete file list in reverse order
https://bugzilla.samba.org/show_bug.cgi?id=8829
Summary: rsync -uav --delete --dry-run prints delete file list
in reverse order
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2001 Sep 20
4
DirectSound ?? WaveIn ?? MM ??
well i discoverd, HL uses waveIn, which is a part of the DirectSound ...
so ... is there a Wine binding for waveIN ?
-
-moritz angermann
2004 Sep 15
1
fractal dimension of an image
Hello, I have a problem that I think can be solved in R but I'm not sure
how to tie things together.
I have a digital image of a crystal growth in 2 dimensions. And my aim
is to calculate the fractal dimension of the crystal. I was planning to
use the box counting method.
So I need to read in the image in R (for which I can use the pixmap or
rimage packages) and then draw a grid over at a
2001 Sep 06
1
crystal reports under wine
Has anyone had any success with Crystal Reports under Wine?
The problem I am currently having is with the print engine itself and is
probably nothing to do with printing;
Page fault on trying to access 0x00000000 in
CRPE32.DLL.Prompt3DViewAngle (which I presume is bought in by Crystal
from 3dgraphics)
The dll is either version 8.0.0.371 or 8.0.0.392
--
Bill Medland