Displaying 20 results from an estimated 2000 matches similar to: "handling protocol violations"
2006 Apr 26
4
O/T: Good OSX Primer
A bit off topic, but I know there are a lot of smart Mac evangelists on
the list so I thought I''d pose the question here.
I made the switch to OS X after Apple moved to the x86 platform. Now
that VMWare can be ported to OS X, it''s a practical platform for me.
I''m an ex *nix admin, so I ''get the drift''; however, I''m looking for a
good guide
2006 Aug 31
2
Consulta sobre bases en R
Estimados,
Quisiera saber cuanto es el tamaño máximo de datos contenidos en mi base de
datos, que el software R puede llegar a procesar y soporta.
De antemano agradezco y envió un cordial saludo.
Marcela Corrales
CPData Optimum
[[alternative HTML version deleted]]
2020 May 19
1
Sysvol GPO ACLs problem (SOLVED)
Hi,
We have solved the problem and the command 'samba-tool ntacl sysvolreset' is working correctly again. We have been able to reset the SYSVOL permissions and the AD GPOs are working again.
The problem is that if we have the audit options active in the smb.conf, that command stops working. We don't know why. If we temporarily remove them if it works.
I know that we have an old
2020 May 12
1
Sysvol GPO ACLs problem
Hi,
Hello, I have been investigating and I am afraid that our case is the same as this one:
https://lists.samba.org/archive/samba/2017-September/210724.html
As you said, we have a problem with the gidNumber inherited from a migration from samba 3.x NT4 to samba 4.x AD. I have followed your prompts, removing the gidNumber from all AD 'BUILTIN' groups, in addition to the
2020 May 11
0
Sysvol GPO ACLs problem
Sorry Rowland, didn't read that part.
Yes, the 'Domain Admins' group has the gidNumber attribute the value "512", and 'BUILTIN\Server Operators' value "549".
Regards,
Pablo Sanz Fern?ndez
-----Mensaje original-----
On 11/05/2020 11:09, Pablo Sanz Fern?ndez wrote:
> Hi Rowland.
>
> It's CentOS 6.10 with Python 2.6.6.
>
> I guess then we
2006 Mar 21
4
Kaybord problem with "@" and "[" and "]" in console..
I am using RoR on Win XP:
ruby v. 1.8.4
gem v. 0.8.11
rails (1.0.0.3855, 1.0.0)
when running "script\breakpointer" or "script\console" from a normal dos
prompt window everything is working well, except i am unable to type the
characters "@","[","]", and some others: they simply don''t appear when
pressed. Not even copy/pasting those
2018 Mar 09
2
Imputar NA a SQL Server
No , lo mete como string...
Obtener Outlook para Android<https://aka.ms/ghei36>
________________________________
From: Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com>
Sent: Friday, March 9, 2018 3:47:46 AM
To: Jes?s Para Fern?ndez
Cc: Lista R
Subject: Re: [R-es] Imputar NA a SQL Server
Estimado Jes?s Para Fern?ndez
Pruebe lo siguiente:
str_replace_all(values,
2007 Feb 07
15
https with certificates
I poked around the web a little and didn''t run across how to use https
when it asks for certificate validation.
I''m trying to connect to devices that don''t have valid certificates,
and in this case, I don''t care if they are or not.
So when I use my browser to ge to the site, firefox asks me to allow
the certificate, then one other question, then I get the
2018 Mar 02
3
Problemas de conexion con base de datso
Buenas
El problema es el tipo dr columnas. Haynun bug q hace que haya q mostrar el tipo de columna mas largo al final de la consulta...
Es un bug de los odbc de Windows..
Gracias
Jes?s
Obtener Outlook para Android<https://aka.ms/ghei36>
________________________________
From: Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com>
Sent: Saturday, March 3, 2018 12:02:10 AM
To: Jes?s
2020 Nov 15
2
Trabajar con fechas y data.table
Cosas como IDate est?n a?n en modo experimental, haces uso de esas funciones?
Obtener Outlook para Android<https://aka.ms/ghei36>
________________________________
From: Carlos Ortega <cof en qualityexcellence.es>
Sent: Sunday, November 15, 2020 8:27:43 AM
To: Jes?s Para Fern?ndez <j.para.fernandez en hotmail.com>
Cc: r-help-es en r-project.org <r-help-es en r-project.org>
2007 Jul 24
3
Jruby + Rhino = Javascript support?
Hey Aaron, I''m just thinking out loud here, but have you considered
the possibility of using the Rhino [1] library to implement
javascript support in mechanize? It''d create a jruby dependency for
that feature, but still. Just thought I''d bring it up while I was
thinking about it.
-Mat
[1] http://www.mozilla.org/rhino/
2007 Mar 25
5
mechanize 0.6.6 Released
mechanize version 0.6.6 has been released!
http://mechanize.rubyforge.org/
The Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects,
can follow links, and submit forms. Form fields can be populated and
submitted. Mechanize also keeps track of the sites that you have visited as
a history.
Changes:
=
2007 Jul 12
3
Basic_auth questions
How do you make get the page when using basic_auth? Below is code, I am
getting a 401 error. I am not sure if the basic _auth comes before the
agent.get. I will appreciate any help.
require ''mechanize''
require ''logger''
agent = WWW::Mechanize.new {|a| a.log = Logger.new(STDERR) }
page = agent.get(''https://brewx.qualcomm.com/developer'' )
2007 Aug 21
7
Signin to LinkedIn
Hi,
Does anyone have the formula for getting logged into LinkedIn?
Here''s my current attempt:
require ''rubygems''
require ''mechanize''
agent = WWW::Mechanize.new
home_page = agent.get(''http://www.linkedin.com'')
signin_page = agent.click home_page.links.text(''Sign in'')
puts "\nSIGNIN PAGE"
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
Processing commands for control at bugs.debian.org:
> submitter 192827 Jos? Luis Gonz?lez <jlgonzal at ya.com>
Bug #192827 [xdiskusage] xdiskusage: Printing doesn't manage non-ASCII characters
Changed Bug submitter to 'Jos? Luis Gonz?lez <jlgonzal at ya.com>' from 'Jos?? Luis Gonz??lez <jlgonzal at ya.com>'
> submitter 208308 R?diger Kuhlmann
2007 Jul 28
3
problem with a form
Hello
I am trying to fill in a form using WWW::Mechanize. I can fill in 2 of
the 3 fields but one is giving me a problem. The name of this field is
"name" when I use the following bit of code, it seems to change the
name of the form, not the value of the field.
The part of original page after pretty printing
{forms
#<WWW::Mechanize::Form
{name "wp_pers_form"}
2007 Dec 10
3
Road to 0.7.0
Hey everyone,
I''ve been refactoring Mechanize for an 0.7.0 release. Basically I''m
trying to clean the code up and there are a few features that I think
are unnecessary, but I would like to ask people first.
1) REXML as a parser.
I want to remove support for REXML. I don''t use it. Hpricot seems to
do everything I need.
2) 1.8.2 thru 1.8.4 support
2008 Jan 16
3
settings headers in mechanize
hi,
a potential mechanize user here. i''ve looked at the API but it''s not
clear what capacity there is to arbitrarily set the headers - does
mechanize allow for this?
mechanize is clearly great for web browsing, but i also need to
construct get and post requests from scratch. i''ve looked at
net:http, libcurl, openuri, but mechanize seems simpler and more
functional than
2007 Apr 03
2
Scraping and saving.
Hi,
I''m working to scrape and save some ebooks. Mechanize has been
wonderful so far. The link I''m having trouble with is this one.
http://www.webscription.net/SendZip.aspx?SKU=0671578499&ProductID=379&format=H
When I click that in the browser it saves it to a file named
H_1632.zip. How do I get that name from the page. I suspect to save
this to a file I would just do
2006 Oct 20
3
NUT with APC RS 500 in Debian
I have not been able to make work nut with my APC RS 500
chears from Uruguay,
--
/*-------------------------------------------------*/
"Sin ideales no puede producirse una realidad buena;
s?lo teniendo ansias de algo mejor, cabe llegar a
ser mejores alg?n d?a." F. Dostoievski
/*-------------------------------------------------*/
___ ___
/\__\ /\__\