Tuesday, April 13, 2010
Sunday, January 31, 2010
Watermark with ffmpeg
add watermark under linux
http://www.linuxjournal.com/video/add-watermark-video-ffmpeg
http://www.linuxjournal.com/video/add-watermark-video-ffmpeg
start remote X application through ssh
ssh -C -X user@host firefox
here is a guide online.
http://www.linuxjournal.com/video/access-remote-gui-programs-using-ssh-forwarding
Saturday, June 6, 2009
Friday, June 5, 2009
great null character
while file names contain newlines or other types of white spaces.
normally find/xargs is not work. turn to use following :
find . -type f -name "*html" -print0
| xargs -0 perl
really takes good care of your files
Monday, April 13, 2009
Wednesday, February 25, 2009
input method on debian
Set scim as the input method for X under the locale en_US.utf8:
im-switch -z en_US -s scim
This will create a .xinput.d directory under your home directory along with a file that lists all of the exported environment variables necessary for scim upon startup. This file will be read by the 80im-switch script located in /etc/X11/Xsession.d when X starts up.
Wednesday, August 6, 2008
customize pkg-config location
export PKG_CONFIG_PATH=/home/biglaughing/program/lib/pkgconfig
in future , no more worry about customized compile.
Reference:
http://pkg-config.freedesktop.org/wiki/
in future , no more worry about customized compile.
Reference:
http://pkg-config.freedesktop.org/wiki/
make: *** Warning: Clock skew detected. Your build may be incomplete.
while got :
make: *** Warning: Clock skew detected. Your build may be incomplete.
find . -type f | xargs touch
make: *** Warning: Clock skew detected. Your build may be incomplete.
find . -type f | xargs touch
Subscribe to:
Posts (Atom)