$ cat /proc/cpuinfo
$ lshw -C cpu
CPU Modes:
- lm flag means Long mode cpu - 64 bit CPU
- Real mode 16 bit CPU
- Protected Mode is 32-bit CPU
This is not a blog, but my notes and tips for research. Feel free to take any information and leave any comments or questions.
libjpeg
(when decoding PNGs, it will use libpng
). mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc lavc \
-lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o output.avi
mencoder mf://frame001.jpg,frame002.jpg
-mf w=800:h=600:fps=25:type=jpg \ -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -ooutput.avi
mencoder mf://@list.txt
-mf w=800:h=600:fps=25:type=jpg \ -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -ooutput.avi
mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc copy -oac copy -o output.avi
mencoder mf://*.png -mf w=800:h=600:fps=25:type=png -ovc raw -oac copy -o output.avi
mencoder mf://*.png -mf w=800:h=600:fps=25:type=png -ovc copy -oac copy -o output.avi
mencoder mf://*.tga -mf w=800:h=600:fps=25:type=tga -ovc copy -oac copy -o output.avi
--verbose
switch, it will show revision information on every item. With the --show-updates
(-u
) switch, it will show any server out-of-date information.
\citet{jon90} --> Jones et al. (1990) \citet[chap. 2]{jon90} --> Jones et al. (1990, chap. 2) \citep{jon90} --> (Jones et al., 1990) \citep[chap. 2]{jon90} --> (Jones et al., 1990, chap. 2) \citep[see][]{jon90} --> (see Jones et al., 1990) \citep[see][chap. 2]{jon90} --> (see Jones et al., 1990, chap. 2) \citet*{jon90} --> Jones, Baker, and Williams (1990) \citep*{jon90} --> (Jones, Baker, and Williams, 1990)
# See all files ending in .html ls | grep "\.html$" # see all files not ending in .html ls | grep -v "\.html$"
01,31 04,05 1-15 1,6 * /usr/bin/somedirectory/somecommand
The above example will run /usr/bin/somedirectory/somecommand