1/08/2012

Samsung TV UN55C6400 Yamaha Remote Control Code

After several tries, the code turned out to be 0334 To program the codes into the Yamaha remote you need to press the "code set" button using a ball point pen or similar. Then select the input you want to program the code to, then input the code for the device chosen. The transmit light should blink twice if successful or six times if unsuccessful.

2/27/2011

speakers

http://tsjsyxgs.blog.sohu.com/66590506.html

2/03/2011

Get area from WKT by using sql

select area(transform(asset_footprint,999000)) from release_asset where id=124519;

6/22/2010

Kill all process of a binary

for i in `pidof render_eos.par`; do echo $i; done