-
Website
http://dmiessler.com/ -
Original page
http://dmiessler.com/blog/i-hate-microsoft -
Subscribe
All Comments -
Community
-
Top Commenters
-
ax0n
5 comments · 1 points
-
Maxo
12 comments · 2 points
-
Michael Blume
5 comments · 1 points
-
cooperati
179 comments · 2 points
-
dapxin
39 comments · 1 points
-
-
Popular Threads
I just need to find a job like yours where I can get one for free! :)
http://blogs.msdn.com/aaron_margosis/archive/20...
It's funny, reading the method he goes through to stop explorer and then restart it.
It's coincidental that a bash.org quote was posted today that pretty accurately describes Aaron's instructions:
#783472 +(150)- [X]
It's really simple to watch a move, just open the console, and type "
ffmpeg -i "$(find ~/.mozilla -regex '.*Cache.*' -a -not -regex \
'.*_CACHE_.*' -printf '%T+ %p\n' | \
sort -n | awk '{ print $2 }' | xargs file | \
grep -i "Video" | tail -1 | awk -F : '{ print $1 }')" \
-vcodec msmpeg4v2 -b 200 -ab 64 -ar 22050 -s 320x240 \
/tmp/video.avi
ANYONE CAN DO IT