Category Archives: Linux

Force install Oracle 10g Client on Redhat 5

Source: http://publib.boulder.ibm.com/infocenter/director/v6r1x/index.jsp?topic=/director.tbs_6.1/fqm0_r_tbs_oracle_10gR2_client_will_not_install.html

Posted in Linux | Tagged , , , | Leave a comment

Extract audio from a video file in Ubuntu

“mplayer -dumpaudio GummyBearSong.avi -dumpfile gummybear.mp3” Where: “GummyBearSong.avi” is the source video, in the example above it was 30 MB “gummybear.mp3” is the output audio file (in mp3 format), was about 3 MB in size Another method that worked flawlessly with … Continue reading

Posted in Linux | Tagged , , | 1 Comment