Showing posts with label fedora. Show all posts
Showing posts with label fedora. Show all posts

Monday, December 21, 2009

To start mplayer in shuffle and repeat mode

mplayer -shuffle -loop 0

Friday, December 11, 2009

Installing Maven in fc9 and maven plugin for eclipse

for maven plugin - install the below plugin
http://www.eclipse.org/iam/
and the respective installation instructions are available at http://code.google.com/p/q4e/wiki/Installation
and once it is installed successfully, select maven by right clicking the project and then build is done using maven rather ant.


And, for installing maven in fc9, yum is showing maven2.0.4 which is old and doesn't work with latest maven pom.xml. So, in order to install latest version of maven, get the latest version from apache site http://maven.apache.org/download.html and download it. Once downloaded, specify the bin path in your PATH variable. Reference: http://beans.seartipy.com/page/2/

Monday, March 16, 2009

installing mplayer in fedora 8

yum search mplayer didn't give me mplayer package to install.
Thanks to Vaiju for his help. and here are the instructions:

1. rpm -Uvh http://www.fedorafaq.org/f8/yum http://rpm.livna.org/livna-release-8.rpm
if it asks that yum-priorities are missing install yum-priorities by command
yum -y install yum-priorities
2. yum search mplayer gives you mplayer package

install it. :)

Source:http://www.fedorafaq.org/f8/#yumconf