-
Website
http://danielmiessler.com/ -
Original page
http://danielmiessler.com/blog/i-hate-microsoft -
Subscribe
All Comments -
Community
-
Top Commenters
-
'Dapo Osewa
3 comments · 1 points
-
Maxo
18 comments · 2 points
-
cooperati
127 comments · 2 points
-
dapxin
11 comments · 1 points
-
icepyro
3 comments · 1 points
-
-
Popular Threads
-
Islam: It’s the Intolerance That’s Scary
3 weeks ago · 19 comments
-
Chrome > Firefox
1 week ago · 4 comments
-
Disk Performance: Slicehost vs. Linode
2 weeks ago · 7 comments
-
Creation vs. Collection
2 weeks ago · 5 comments
-
How to Manage a Cisco Device via Console Using a USB Port in OS X
1 week ago · 2 comments
-
Islam: It’s the Intolerance That’s Scary
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