Archives February 2008

diff Saves the Day!

Chip

A customer had changed their code before it was under version control. So, it was different to the snapshot of it that I had.

This nifty command saved me

Skips all the ".svn is only in svn/blah/"

diff -r --brief current svn | grep -v "\.svn"

Great Fiber Termination Tutorials

Chip

http://www.lanshack.com/fiber-optic-tutorial-termination.aspx

http://www.datacottage.com/nch/fibertermination.htm

Converting FLV (Flash Video) to MPEG

Chip
ffmpeg -i video.flv -ab 56 -ar 22050 -b 500 -s 320x240 test.mpg

Daily archives