Displaying 20 results from an estimated 1000 matches similar to: "version scanner?"
2006 Mar 01
2
o''reilly''s arrogance
although basically hopeful of the company''s ''rough cuts'' venture, i am
insulted by the fact that o''reilly''s safari service offers important material
to its regular subscribers only if they pay extra for it. o''reilly''s material
on ajax is a good example: all of the introductory coverage is available only
as pricey ''rough
2009 May 03
12
DNAT Question
Hi list,
I have a shorewall installed on 2 interfaces which also has multiple
static public IP. Let''s say I have 1.2.3.4 and 1.2.3.5. I have assigned
nat with:
1.2.3.4 eth0 11.22.33.4 no no
But then I have a situation where I need 11.22.33.44 to connect to a
host in the net zone and appears also to be 1.2.3.5 not only 1.2.3.4.
How to do it? TIA
Willy
2006 Jan 23
6
Ruby at O''Reilly Rough Cuts
Not sure if this is old news or not, but it would appear that both the
Ruby Cookbook and a Rails book are now available for purchase at
O''Reilly Rough Cuts (something akin to PragProg''s beta book program):
http://rubyurl.com/nHz
http://my.safaribooksonline.com/?mode=roughcuts&srchtext=ROUGHCUTS
I haven''t tried them yet, but it definitely seems worth checking out.
2006 Jun 13
21
RJS Templates for Rails
I''m happy to announce the availability of RJS Templates for Rails
published by O''Reilly.
The book covers all aspects and features of RJS that are included in
Rails 1.1. It also walks through a few examples, debugging with
FireBug, and finishes off with some reference material.
The book is 56 pages and is available in PDF format. I''m really happy
with how the book has
2007 Mar 30
1
Fwd: New Short Cut: Ferret
Congrats David!!! Very cool.
Erik
Begin forwarded message:
> From: "O''Reilly Media" <ormadmin at oreilly.com>
> Date: March 30, 2007 6:22:36 PM EDT
> To: erik at ehatchersolutions.com
> Subject: New Short Cut: Ferret
>
> ***New from the O''Reilly Store***
>
> Ferret
> http://www.oreilly.com/catalog/9780596527853
>
> By David
2004 Mar 27
2
gregmisc: install trouble
Hello all,
I'm having trouble installing the package 'gregmisc'. I've run the
command:
> R CMD INSTALL -l /usr/lib/R/library /tmp/gregmisc_0.9.0.tar.gz
And I can see it shows up on the list of available packeage when I issue
> library()
But when I do
>library(gregmisc)
I get:
Error in parse(file, n, text, prompt) : syntax error on line 3105
All the other packages
2009 Jan 05
1
login fails when username has apostrophe
Hi
I've added the apostrophe character to auth_username_chars however
authentication still fails. I'm using LDAP with the following details:
dovecot version 1.1.7
openldap client library 2.4.11
With auth_verbose = yes and auth_debug = yes set I see the following in
the logs. Note the initial escaped apostrophe and the subsequent escaped
escape in the filter!
----- start log -----
Jan
2006 Jun 06
5
[OT] O''Reilly Cookbooks
Hi,
Has anyone gotten the "roughcuts" of the Ruby and Rails cookbooks? If you have the Pragmattic Rails Cookbook is the O''Reilly worth it? Also can you download PDF''s of their "roughcuts". The website is kind of vague, it just mentions online access (whatever that means).
Thanks in advance.
2009 Jun 12
2
Squaring one column of data
Hi,
A fairly basic problem I think, here although searching the inetrnet doesn't
seem to reveal a solution. I have a dataset with two columns of real
numbers. It is read in via read.table. I simply need to square the data in
the second column and then plot it. I have tried extracting the second
column (b <- z[2]) and then squaring it and merging it to a variable which
is the first column
2006 Mar 15
7
O''Reilly Rails Cookbook on Rough Cuts
Subject says it all. Anybody taken a look yet?
http://www.oreilly.com/catalog/railsckbk/?CMP=ILC-GG7423313304&ATT=railsckbk
After buying the Ruby Cookbook and the other Rails book, I''m pretty
gunshy about another Rough Cuts purchase.
Sean
2003 Apr 11
2
How often should an encrypted session be rekeyed?
Using OpenSSL, is there a preferred/recommended rate of rekeying an
encrypted stream of data? Does OpenSSL handle this for developers
behind the scenes? Does it even need to be rekeyed?
Thanks in advance. -sc
--
Sean Chittenden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 202 bytes
Desc: not available
2009 Jan 15
5
How to get djbdns to start early enough to satisfy ntpd at boot?
Hi there,
I've been a happy djbdns+tinydns user for many, many years. I
want to keep using it, so answers of the form "bletch! Use ISC
BIND the way BSD intended" will be ignored :-)
Having said that, one annoying consequence of my transition
some time ago to using ntpd, rather than just setting the clock
once-off with ntpdate as I used to, is that the /etc/rc.d
mechanism starts
2006 May 23
10
Ruby on Rails: Up and Running
hello,
On page 49 of the beta version of Ruby on Rails: Up and Running, the
book suggests to download a zip file containing everything that has been
done up to that point, and a create_tables_with_data.sql file. The book
doesn''t have the link, and I couldn''t find it in the book site. Does
anyone know where to get the files?
This is a very good book.
Thanks.
--
Posted via
2007 Dec 14
5
How do I mock params?
Here is the code within the controller:
Line 69: @photo = @member.build_photo(params[:photo]) unless
params[:photo][:uploaded_data].blank?
I got a little ahead of myself and wrote the code, and now have a bunch
of errors telling me that:
-------
6)
NoMethodError in ''Spec::Rails::Example::ControllerExampleGroup
MembersController handling PUT /members/1 should find the member
2019 Jul 04
3
llvm-config issues
Hi,
I hope I can ask my question here and get answers, hints about what
might be wrong.
Googled, but got no meaningful answer
Asked GHDL developers but it's not a GHDL issue.
Thus, I arrived here
Already many thanks in advance.
- System: Linux-Mint 19
- For building of GHDL, LLVM is required.
- Went to apt.llvm.org
- Browsed down till Ubuntu square and add the LLVM-8 deb
2007 May 01
5
[OT] Inject XML into page and tranform with XSL
Hi,
Is it possible to recieve an xml repsonse from my rails app, and then,
client side, inject the xml into the page without reloading and have it
apply an xslt? Like an AJAX call, but ajax is unavailable to me.
My very limited understanding suggests that xslt is only done at run time in
safari at least.
If I can''t get thsi to work the other option I''ve thought of is to use
2009 Mar 25
3
SIP Asterisk Hacked (1.6.0.6)
Hi all
I have been hacked but no idea how!!! I noticed somebody in Eastern Europe
came from an American IP and tried to call loads of international numbers.
Thankfully I had no credit with my VOIP out provider so the calls went
nowhere. But if I had credit it would all have been used up.
I noticed hundreds of calls being made from clid and src being either
UNKNOWN or as ASTERISK.
Here are a
2000 Jul 17
4
Message not deliverable
A non-text attachment was scrubbed...
Name: Text Item
Type: application/octet-stream
Size: 22015 bytes
Desc: Unknown data type
Url : http://lists.samba.org/archive/samba/attachments/20000717/d81c1f66/TextItem.obj
2009 May 15
2
Logging In / Out Agents on Asterisk 6 ???
Hi everybody
Did anybody by any chance ever work out how to log in and out agents on
Asterisk 6+?
I used to have it working perfect in Asterisk 1.2 but since I upgraded to 6
the agent login functions are gone and the readme file that came with it
made no sense to me.
I noticed somebody on the net posted that they had the same problem but used
Voicemail to authenticate users, but that seemed a
2004 Aug 06
2
No library found for -lshout
OS: OpenBSD 3.1
perl 5.6.1
libshout-1.0.9
Shout-1.0
Whatever I do, I cannot get Shout to see the libshout so. I'm pretty sure this is an ld problem but:
bash-2.05# ldconfig -r | grep shout
72:-lshout.2.2 => /usr/local/lib/libshout.so.2.2
orry if I'm missing something simple...happy monday.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: