Tuesday, May 20, 2008

Tsung stress testing tool

http://tsung.erlang-projects.org/

"Tsung (formerly known as idx-Tsunami) is a stress testing tool written in the Erlang language. It can currently stress test HTTP, PostgreSQL , SOAP and Jabber/XMPP servers. Tsung is distributed under the GPL license. Tsung can simulate hundreds of simultaneous users on a single system. It can also function in a clustered environment." (wikipedia description)

Friday, May 09, 2008

Convert a pdf to jpg/jpeg files in Hardy Heron

apt-get install imagemagick

then

convert -density 200x200 file.pdf file.jpg

Each page will be saved in a separate jpg file (file-0.jpg, file-1.jpg etc).

Wednesday, May 07, 2008

I used foremost to recover files from my formatted SD CARD under Ubuntu Linux

http://foremost.sourceforge.net/ - free, open source

"Foremost is a console program to recover files based on their headers, footers, and internal data structures. This process is commonly referred to as data carving. Foremost can work on image files, such as those generated by dd, Safeback, Encase, etc, or directly on a drive. The headers and footers can be specified by a configuration file or you can use command line switches to specify built-in file types. These built-in types look at the data structures of a given file format allowing for a more reliable and faster recovery.

Originally developed by the United States Air Force Office of Special Investigations and The Center for Information Systems Security Studies and Research , foremost has been opened to the general public."