linux poison RSS
linux poison Email
0

UI Application for converting Video and Audio using ffmpeg - WinFF

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. ffmpeg includes libavcodec - the leading audio/video codec library.

FFmpeg is a wonderful library for creating video applications or even general purpose utilities. ffmpeg takes care of all the hard work of video processing by doing all the decoding, encoding, muxing and demuxing for you. This can make media applications much simpler to write. It's simple, written in C, fast, and can decode almost any codec you'll find in use today, as well as encode several other formats.

Read more
1

How to Change MySQL Storage Engines

MySQL 5.0 and higher offers nine storage engines and more are likely to be added in the future. The most commonly used are MyISAM, InnoDB, and Berkeley DB (BDB). Each storage engine offers special features and advantages. You can even use different formats for each table in your database, though it may be harder to manage a mixed format database. Better is to keep all tables in a database using the same storage engine, but use different engines for different databases.

To determine which storage engines your server supports, run following SHOW ENGINES; statement. The value in the Support column indicates whether an engine can be used. A value of YES, NO, or DEFAULT indicates that an engine is available, not available, or available and currently set as the default storage engine.

Read more
0

Monitor Network traffic or speed / progress of a file transfer in Linux - speedometer

Speedometer Monitor network traffic or speed/progress of a file transfer. The program can be used for cases like:

  * how long it will take for 100 mb transfer to finish
  * how quickly is another transfer going
  * how fast is the upstream on this ADSL line
  * how fast is data written to a file system.

Speedometer measures network traffic and the speed or progress of a certain file transfer. Let's say you want to see how fast someone can download a file from your server and how the download is going in real time. Enter speedometer filename, and the program will draw a progress bar that shows the speed of the transfer.

Read more
1

Password Cracker for zip Archives - fcrackzip

The ZIP file format is a popular and convenient tool for combing multiple files into a single compressed archive suitable for sharing with others or simply archiving old files for safekeeping. ZIP files can be encrypted with a password for privacy and security, but it means that the files inside the archive are inaccessible if the password is ever lost or forgotten. Fortunately, there are ways to recover the password and FCrackZip is a free open source password recovery tool for Linux that is fast and capable of performing both dictionary and brute-force attacks against password-protected ZIP files.

Read more
0

Website links, Errors and Structure Checker - Webcheck

Webcheck is a website checking tool for web masters. It crawls a given website and generates a number of reports in the form of html pages. It is easy to use and generates simple, clear and readable reports.

Features of webcheck include:
 * support for http, https, ftp and file schemes
 * view the structure of a site
 * track down broken links
 * find potentially outdated and new pages
 * list links pointing to external sites
 * can run without user intervention
Read more
Related Posts with Thumbnails