]>
جنو لينكس مصر - Misc Articles
http://www.eglug.org/taxonomy/term/49/0
enRandom useless Linux (Gentoo) tips
http://www.eglug.org/node/895
<h2 class="left2right">Well, although most of my tips here will be about gentoo, some of them may apply to other *nix's as well so lets see....</h2>
<p class="left2right">
<li> find more info about the USE flags of package X: emerge gentoolkit && equery uses X
</li><li> Find info about any media file :
</li></p>
<blockquote class="left2right"><pre>
emerge mplayer
add to ~/.bashrc :
idmedia(){
mplayer -identify -frames 0 -ao null -vo null -vc dummy "$@" 2>/dev/null | grep ID_
</pre></blockquote>Mon, 17 Jan 2005 17:14:34 +0000