Pages

How to set up ( Fedora php ruby on rails )

Showing posts with label music. Show all posts
Showing posts with label music. Show all posts

Saturday, August 8, 2009

How to set up ( Fedora php ruby on rails )

How to setup up fedora php ruby on rails


This blog is about post installation of fedora. This blog will help you about setting up audio and video on feodra operating system. Fedora is not shipped with audio video code that we use in our daily life. like avi , mpeg , wmv , wma and many others but now you can play every thing on feodra.

How to play audio video on fedora
Other thing that is here about development tools help like installing ruby on rails on fedora 10 and 11 . and other thing is after installation giving you choice of different servers. To setup fedora with apache will never be easy before now just few commands you can run rails application on apache server.

How to install ruby on rails on fedora

how to setup user directory or how to setup web server user home directory know as public_html.

How to setup apache server user home directory
Playing windows files on fedora now quite easy

How to play Windows media on fedora
one Thing else fedora have no SUDO configure by default and so its a great setting that you must have .
How to configure SUDO user on fedora

Wednesday, August 5, 2009

How to install Mplayer from source code

Installing Mplayer from source code


first you need to download the source code you can find that on link below


http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc2.tar.bz2


now locate the downloaded file and give following command


[ismail@localhost ~]$ tar -jxvf MPlayer-1.0rc2.tar.bz2

[ismail@localhost ~]$ cd MPlayer-1.0rc2

[ismail@localhost MPlayer-1.0rc2]$ ./configure

[ismail@localhost MPlayer-1.0rc2]$ make

[ismail@localhost MPlayer-1.0rc2]$ su -c 'make install'

Locate the media file and open with following command


[ismail@localhost Songs]$ mplayer bourne.mp3 /code>

playing WMV and WMA file format follow this link


how to play windows media format on mplayer

How to play wmv and wma on Fedora and linux (windows media video and audio)

Windows media files playing on fedora and other distributions (Linux)



Lets play windows media files on linux just few steps and you be done


[ismail@localhost ~]$ cd /tmp

[ismail@localhost tmp]$ wget http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2

[ismail@localhost tmp]$ tar -jxvf all-20071007.tar.bz2

[ismail@localhost tmp]$ su -c 'mkdir -p /usr/local/lib/codecs'

[ismail@localhost tmp]$ su -c 'cp all-20071007/* /usr/local/lib/codecs'

[ismail@localhost tmp]$ rm -rf /tmp/all-20071007*

Optional


add this line in command line so other applications may also be able to play windows media


[ismail@localhost tmp]$ su -c 'ln -sf /usr/local/lib/codecs /usr/lib/codecs && ln -sf /usr/local/lib/codecs /usr/local/lib/win32 && ln -sf /usr/local/lib/codecs /usr/lib/win32'

Tuesday, August 4, 2009

how to play audio and video on fedora

How to play audio video music files on linux (VLC mplayer )


playing audio video on fedora is kinda easy work to do you need to just follow these commands and in end you will have number of player with which you can play almost all video format on your fedora operating system


Fedora is not shipped with audio video codec like mp3 or avi so first of all you need some repositories so copy and paste into your terminal the below commands


[ismail@localhost ~]$ su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm'

[ismail@localhost ~]$ su -c 'rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'


[ismail@localhost ~]$ su -c 'rpm -Uvh http://rpm.livna.org/livna-release.rpm'

Downloading and installing codec from livna


[ismail@localhost ~]$ su -c 'yum install gstreamer-plugins-bad gstreamer-plugins-bad-extras gstreamer-plugins-ugly xine-lib-extras-nonfree totem-xine'

That is what you want it now others are optional choose your favourite player or install all


Audicious


[ismail@localhost ~]$ su -c 'yum install audacious-plugins-nonfree-aac audacious-plugins-nonfree-alac audacious-plugins-nonfree-mms audacious-plugins-nonfree-mp3 audacious-plugins-nonfree-tta audacious-plugins-nonfree-wma audacity-nonfree'


ffmpeg


It must be install its good for internet audio and video play


[ismail@localhost ~]$ su -c 'yum install ffmpeg ffmpeg-libs ffmpeg2theora gstreamer-ffmpeg'

VLC


one of the popular video and audio player VLC


[ismail@localhost ~]$ su -c 'yum install vlc'

Rhythmbox


[ismail@localhost ~]$ su -c 'yum install rhythmbox-lirc rhythmbox-upnp'

Mplayer


one of the finest media player


[ismail@localhost ~]$ su -c 'yum install mplayer mplayer-doc mplayer-gui mplayerplug-in gnome-mplayer'