Displaying 5 results from an estimated 5 matches for "circunvent".
Did you mean:
circumvent
2010 Jan 25
4
Does Amazon.com blocks scraping?
...illy way to prevent scraping). Then after
it, I changed to some other alias, and submit a search. I got the result
page as response, but right after getting the page, I received a message
that Amazon.com closed my connection, and redirects me to another place.
If anyone succeeded with Amazon.com, circunventing this protection, please
send me some info
Regards,
Felipe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/mechanize-users/attachments/20100125/8535fc9d/attachment.html>
2004 Sep 06
1
scp bug: escaped characters in files prevent copying
When copying a file with an escaped character, scp removes the escaping
character before
sending to the host.
Is there a way to circunvent this?
Some examples follow (linux machines)
A: touch file\(new\)
B: scp user at A:file\(new\) .
user at A password:
bash: -c: line 1: syntax error near unexpected token `('
bash: -c: line 1: `scp -f ('
A: touch file\ 1
B: scp user at A:file\ 1 .
user at A password:
scp: A: No such file o...
2010 Jan 26
1
Does Amazon.com block scraping?
...illy way to prevent scraping). Then after
it, I changed to some other alias, and submit a search. I got the result
page as response, but right after getting the page, I received a message
that Amazon.com closed my connection, and redirects me to another place.
If anyone succeeded with Amazon.com, circunventing this protection, please
send me some info
Regards,
Felipe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/mechanize-users/attachments/20100126/8262faeb/attachment.html>
2005 Nov 26
7
Reflections on Trusting Trust
or "How do I know my copy of FreeBSD is the same as yours?"
I have recently been meditating on the issue of validating X.509
root certificates. An obvious extension to that is validating
FreeBSD itself.
Under "The Cutting Edge", the handbook lists 3 methods of
synchronising your personal copy of FreeBSD with the Project's copy:
Anonymous CVS, CTM and CVSup. There are
2010 May 13
18
Xen 4.0 Custom kernels
Hi there guys.
I''m using CentOS 5.4, I was able to compile my custom Dom0 kernel and boot
it, now I''ve got some doubts.
I''d like to compile a custom DomU image, the problem is that when I do, make
kernels KERNELS="linux-2.6-xen0 linux-2.6-xenU" it tries to download the
kernel
from the HG repository which seems to have old 2.6.18 kernels, I want to use
the GIT