Premium Blogs

Blog of the Moment

Decorating ideas guide
Decorating ideas gui..
blog listed in
(home_garden)
segmentation fault
Gnu/Linux, FreeBSD, Programming ...
Listed in Linux_unix on position 11 and overall rank is 2545
Country India
Language English
Owner segfault
Member Since January 21, 2010
URL http://segfault.in
Pagerank 0
Tags freebsd | gnu | hacks | linux | programming | python |
Latest Posts on: segmentation fault
Retrieved latest 5 posts at: http://feeds.feedburner.com/segfaultblog

PHP SSH2: Bindings for the libssh2 library

PHP has bindings to the libssh2 library which provide access to resources (shell, remote exec, tunneling, file transfer) on a remote machine using a secure cryptographic transport. This tutorial will show you how to make SSH2 connections from PHP to execute commands over SSH. This requires the SSH2... ..

Posted on 8 December 2010 | 6:12 pm

Sending Emails Via Gmail SMTP With Python

This is the third post in the article series “Playing With Python And Gmail”. This will be a tutorial on how to send mails using Python smtplib through Gmail SMTP. The smtplib module defines an SMTP client session object that can be used to send mail to any Internet machine with an SMTP... ..

Posted on 3 December 2010 | 1:54 pm

Decrypt HTTPS Traffic Using Wireshark And Key File

Wireshark is a useful tool in troubleshooting. Wireshark can decrypt SSL traffic as long as you have the server private key. This can be extremely useful, if you have to debug HTTPS traffic and cannot use HTTP instead. First we will capture a HTTPS traffic for our testing. Here our HTTPS... ..

Posted on 16 November 2010 | 6:33 pm

[Java-Tip] Non-Blocking Method To Download Files From Web

The URLConnection class contains many methods that let you communicate with the URL over the network. But the URLConnection doesn’t provide a callback mechanism to know the data read progress. Java’s support of interfaces provides a mechanism by which we can get the equivalent of... ..

Posted on 9 November 2010 | 1:40 pm

Playing With Python And CouchDB

Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion using JavaScript. CouchDB also offers incremental replication with bi-directional conflict detection and resolution. CouchDB provides a RESTful JSON API than can be accessed from any environment... ..

Posted on 4 November 2010 | 2:14 pm