Search This Blog

Friday, October 31, 2008

Check this

HELLO PEOPLE,

In this blog u can find organized knowledge for installing different applications on fedora.

So just give a visit to it?
IF u like it ,do comment?
IF u don't like ,then also comment .
But In either case do give suggestions .

======================================

Njoi !!!!!!!!!!

Sorry for the inconvenience

my previous posts were showing some HTML errors ,so i have to delete all of them .All these are new posts with some modifications .

================

Njoi!!!!

Audio/video related problems

To check whether sound is properly configured or not


Here is the solution:



1. Open a terminal and switch to root user.
Launch the terminal from the panel menu
Click Applications->System Tools->Terminal
On the terminal type: su -
Type your root password and hit enter key on the keyboard.

2. Check whether sound is properly configured on your system.
play /usr/share/sounds/startup3.wav

If you hear sounds proceed further. Otherwise check volume control and sound devices configuration. Below is the output when you play the wav sound file from the terminal.
Input File : '/usr/share/sounds/startup3.wav'
Sample Size : 16-bit (2 bytes)
Sample Encoding: signed (2's complement)
Channels : 2
Sample Rate : 44100

Time: 00:02.50 [00:00.00] of 00:02.50 ( 100.0%) Output Buffer: 110.36K

=========================================================

now u can ROCK!!!

How to install any applications(apps) on fedora

If you have just installed GNU/Linux and would like to know how to install software on your new OS then go thru this.

There are many ways but I prefer these:
1.By downloading from internet and then installing manually
2. By installing repositories first and then using yum package installer

lets go for first method

REMEMBER: YOU HAVE TO BE ROOT USER FOR THIS
=======================you need to get the site address for the software(get it from any search engine )
#wget -c site addresslike (# wget -c http://easylinux.info/upload/1.0.bin.tar.bz2 )
# tar -jxvf filename
like( tar -zxvf ndiswrapper-1.53.tar.gz) (note: use jxvf only for tar.bz2 files,zxvf for tar.gz)it will create a directory by same filename to that directory
#cd directory
# ./configure
#make install
====================================================================================Now 2nd method (I prefer this most)
for this u have to install repositories first =============================================
# rpm -ivh http://rpm.livna.org/livna-release-8.rpm (if u rusing different version of fedora then just change the numeral above.)or
you can do it other way

first download corresponding livna-release.rpm from anywebsite (as required fedora 8,9)
then open terminal
go to the directory in which you u've downloaded the livna repo.and
#rpm -ivh livna-release-9.rpm
now the repo. is installed . now you u can continue with yum package installer
#yum install packagename

u can search for the package by
#yum search packagename
and then install the required package.


=====================================================================================
have fun

yum related problems

TIRED OF GETTING MESSAGE LIKE THIS

Another app is currently holding the yum lock; waiting for it to exit...
here is the solution


FIRST OF ALL u have to remove the lock from /var/run/ directory
============================================
# cd /var/run/
#ls -l yum.pid (just to confirm if there is any proces using yum ,you can skip this part )
#rm yum.pid
it will ask if uwant to remove [then press 'y'].
now the yum is unlocked.
u can now use yum
#yum -y install packagename
============================================================
have fun

To install codecs/plugins

To install codecs and plugins

#yum install gstreamer*

here are some commands for codecs/plugins

# yum install rhythmbox gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg

# yum install audacious audacious-plugins-nonfree *

# yum install amarok amarok-extras-nonfree amarok-visualisation

Fedora 9 video solutions

# yum install xine xine-lib-extras xine-lib-extras-nonfree libdvdcss ffmpeg libstdc + +. So.5


#yum install gstreamer-plugins-bad gstreamer-plugins-bad-extras gstreamer-plugins-ugly xine-lib-extras-nonfree


#yum install ffmpeg ffmpeg-libs ffmpeg2theora gstreamer-ffmpeg

For media players audio/video

For different players

FOR VLC

#yum install vlc

for xmms (its like winamp for linux)

# yum install xmms.i386
# yum install xmms-mp3
#yum install xmms-skins

FOR KPLAYER

# yum install kplayer.i386

FOR MPLAYER

#yum -y install mplayer-gui

#yum -y install mplayerplug-in


FOR AMAROK

#yum -y install amarok



FOR TOTEM PLAYER

#yum install totem-xine totem-xine-mozplugin totem-xine-galago totem-xine-lirc

For Audacious player

#yum install audacious-plugins-nonfree-aac audacious-plugins-nonfree-alac
audacious-plugins-nonfree-lame audacious-plugins-nonfree-mms audacious-plugins-nonfree-mp3 audacious-plugins-nonfree-tta audacious-plugins-nonfree-wma audacity-nonfree


=========================================================================
have fun