Direkt zum Hauptbereich

Posts

Es werden Posts vom Juni, 2009 angezeigt.

Anything2OggTheaora

So.... theora gets native support by ff3.5 . Great! At last a browser that is supported by all current OSs supports some kind of video native. buuuut .... how to get a wmvavisomekindofotherstuff into the right format? ffmpeg2theora example.avi http://v2v.cc/~j/ffmpeg2theora/examples.html u need to grab this (ready to run binaries): http://v2v.cc/~j/ffmpeg2theora/download.html howto get it convenient? I like to invoke the conversation through the explorer. you have to make a link between the extension and ffmpeg2theora. dont forget to put %1 between two quotes! works.

Chroot login debian

Use this script to get fast a chrooted login: http://www.fuschlberger.net/programs/ssh-scp-sftp-chroot-jail/ Direct link: http://www.fuschlberger.net/programs/ssh-scp-sftp-chroot-jail/make_chroot_jail.sh More documantation: http://www.fuschlberger.net/programs/ssh-scp-sftp-chroot-jail/make_chroot_jail.sh make_chroot_jail.sh: #!/bin/sh # # (c) Copyright by Wolfgang Fuschlberger # #    This program is free software; you can redistribute it and/or modify #    it under the terms of the GNU General Public License as published by #    the Free Software Foundation; either version 2 of the License, or #    (at your option) any later version. # #    This program is distributed in the hope that it will be useful, #    but WITHOUT ANY WARRANTY; without even the implied warranty of #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the #    GNU General Public License for more details. #    ( http://www.fsf.org/licenses/gpl.txt ) #################################