April 10, 2015 · General · (No comments)

HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests using a simple and natural syntax, and displays colorized output. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers.
Continue reading →

March 25, 2015 · Backup · 1 comment

Mydumper is a tool used for backing up MySQL database servers much faster than the mysqldump tool distributed with MySQL. It also has the capability to retrieve the binary logs from the remote server at the same time as the dump itself.
Continue reading →

March 18, 2015 · Networking · (No comments)

echoping is a small program to test (approximatively) performances of a remote Internet host by sending it TCP "echo" packets. It can use other protocols as well (HTTP -- which makes it a good tool to test Web
servers, UDP "echo", etc).
Continue reading →

March 13, 2015 · Networking · (No comments)

Asp finds the IP address of an Internet connected host. In order to find it, the peer hostname (not the FQDN), and the range of its possible IP addresses need to be specified. Those IP addresses could be simple IP addresses as 127.0.0.1 or "metaip" addresses as 127.0.0.1-20 or 127.0.0.*:the former is a simple way to avoid to type a lot of consecutive addresses, the latter is short for 127.0.0.1-254.
Continue reading →