Tom,
>>which OS are you running on your EC2 instance? Amazon Linux?
>I am running two m1.small Ubuntu 12.10 64bit in us-east-1, one for the web
>server and the other for the ab.
>>Which reactor are you running your Twisted test with? Epoll?
>Default Linux reactor, so it's Epoll.
ok, thats good.
Dear All
I take
https://github.com/cocagne/txdbus/blob/master/doc/tutorial_examples/simple_server
and save it to /home/bino/Documents/mbink/pythons/coretac/dbus00.py
bino@bino-pata:~$ ls -la /home/bino/Documents/mbink/pythons/coretac |grep
dbus
-rwxrwxr-x 1 bino bino 1026 Apr 22 12:08 dbus00.py
Hi,
In RFC 4252 http://www.ietf.org/rfc/rfc4252.txt for The Secure Shell (SSH)
Authentication Protocol at section 7. Public Key Authentication Method:
"publickey"
There is the following information about SSH public key signature.
The value of 'signature' is a signature by the corresponding priv
On 22 April 2013 12:01, Adi Roiban wrote:
> Hi,
>
> In RFC 4252 http://www.ietf.org/rfc/rfc4252.txt for The Secure Shell
> (SSH) Authentication Protocol at section 7. Public Key Authentication
> Method: "publickey"
>
> There is the following information about SSH public key signature.
>
> The va
Hi Chandrika,
(Moving twisted-python to BCC)
> Hi, i am a second year IT Undergraduate from Pune institute of Computer
> Technology, India.
> I came across the Program Outreach For Women and i went through the ideas
> list of Twisted. I am very keen on working on the project as I have
> experien
On Mon, Apr 22, 2013 at 2:25 AM, wrote:
> Dear All
> I take
>
> https://github.com/cocagne/txdbus/blob/master/doc/tutorial_examples/simple_server
> and save it to /home/bino/Documents/mbink/pythons/coretac/dbus00.py
>
> It's work as expected when 'called' using
>
> https://github.com/cocagne/txdb