Thursday, November 12, 2009

Fedora for beginners

I was using Ubuntu and Windows in my laptop for a long period of time. As we are behind a proxy in college and when I go home, I had to change the settings often. So I used ubuntu only when I went home. At a point of time, I very badly wanted to quit windows.
Though I like ubuntu, I had a special attraction towards fedora. I installed fedora 11 in my laptop on 1st Nov,2009. Now my laptop has only Fedora.
It took one full day to set my laptop to use. ie, to access net, additional packages like unrar, flash etc.
I think there will be many noobs like me, who need help to do the installation quicker.

Here I list those which I did as soon as the installation was over.(To access internet)
*If you are behind a proxy,Change the proxy settings. You could find a file "yum.conf" in \etc directory.
Include these two lines in the file

proxy=http://proxyaddress:portnumber
timeout=300
*In \etc\yum.repos.d, you could find 3 files. rpmfusion-nonfree.repo,rpmfusion-free.repo,rpmfusion-nonfree.repo and rpmfusion-freeupdates.repo etc.
In all these files, you could see the following lines

baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
#mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-$releasever&arch=$basearch

Change it to

#baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-$releasever&arch=$basearch


PS:# is to make a line 'comment'

Now we are done. You can access internet from your newly installed fedora. :)

Some additional packages which you would need:
(You must be the root user to install softwares. Type "su" in the terminal)
Adobe flash plug-in: Get the rpm file from http://get.adobe.com/flashplayer
Type
yum install flash-plugin

Unrar:
Get the rpm file from http://dag.wieers.com/rpm/packages/unrar/
Type
yum install unrar

I think these basic packages are enough to start surfing around :)


If you find anything wrong in my post, do post it as a comment.