Archive for July 15, 2010

How do I enable Mailman on my server in Parallels Plesk Panel?

To Enable Mailman

  1. Log in to Parallels Plesk Panel as “admin”.
  2. From the navigation pane on the left side of the Control Panel, select Server.
  3. Under Services, select the Set Up Mailman icon.NOTE: If the Set Up Mailman icon is disabled, you need to install the latest Mailman updates. Select the Updater icon to install the Mailman updates.
  4. In the Set Up Mailman window, specify your administrator log in information and click OK.

FFMPEG Generating splash images

Generating splash images

The splash images on the page were configured with FFMPEG tool with following command line argument.

ffmpeg -i my_movie.flv -f image2 -s 320x240 my_image.jpg

The command is not optimized in any ways. You can play with the tool and send us a better command if you like.