Sunday, January 31, 2010
check some linux dock softwares
http://www.linuxjournal.com/video/getting-freaky-friday-docks-linux
https://help.ubuntu.com/community/CairoDock
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
Subscribe to:
Posts (Atom)