2007-11-01から1ヶ月間の記事一覧

Joyent Facebook Developer Accelerator

Got my Joyent Facebook Developer Accelerator. Will try to put some Merb application on it. To read: Merb and Data Mapper Merb & Datamapper: Getting Rolling Tutorial on developing a Facebook platform application with Ruby On Rails Using Rub…

Optimizing HTTP server performance on Linux

via DebianHelpDisabling the TCP options reduces the overhead of each TCP packet and might help to get the last few percent of performance out of the server. Be aware that disabling these options most likely decreases performance for high-l…

Create DVD from command line

original article (nixCraft)Tools: mencoder, ffmpeg, dvdauthor ### combine multiply sources $ cat file1.avi file2.avi > ccmovie.avi $ mencoder -o out.avi -noidx -oac copy -ovc copy ccmovie.avi ### set aspect ratio, ntsc $ ffmpeg -i out.avi …